Changeset 7608
- Timestamp:
- Jun 29, 2018, 10:35:03 AM (3 years ago)
- Location:
- bell-scheduler/trunk/fuentes
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bell-scheduler/trunk/fuentes/debian/control
r7552 r7608 8 8 python3-all, 9 9 python3-poinstaller, 10 llxsrchelper 10 llxsrchelper, 11 zero-dev 11 12 Standards-Version: 3.9.7 12 13 Homepage: http://lliurex.net -
bell-scheduler/trunk/fuentes/debian/n4d-bellscheduler.postinst
r7552 r7608 7 7 n4d-modules enable-plugin /etc/n4d/conf.d/BellSchedulerManager || true 8 8 9 if dpkg --compare-versions "$2" lt 0.3. 1; then9 if dpkg --compare-versions "$2" lt 0.3.2; then 10 10 echo "Coping script to update bell file to use indicator" 11 11 cp /usr/share/bell-scheduler/one-shots/update-indicator-token.sh /etc/n4d/one-shot/ -
bell-scheduler/trunk/fuentes/debian/rules
r6853 r7608 16 16 export PYBUILD_NAME=bell-scheduler 17 17 %: 18 dh $@ --with llxsrc, python3 --buildsystem pybuild18 dh $@ --with llxsrc,llxdev,python3 --buildsystem pybuild 19 19 20 20 # dh_make generated override targets
Note: See TracChangeset
for help on using the changeset viewer.