Changeset 197
- Timestamp:
- 10/30/06 18:04:31 (2 years ago)
- Files:
-
- debian/trunk/debian/changelog (modified) (1 diff)
- debian/trunk/debian/postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
debian/trunk/debian/changelog
r196 r197 2 2 3 3 * Build .deb in binary-indep target instead of binary-arch. 4 * Only initialize metche data during postinst when the package 5 was not configured before. (Closes: #391059) 4 6 5 -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr> Mon, 30 Oct 2006 1 7:56:48+01007 -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr> Mon, 30 Oct 2006 18:03:00 +0100 6 8 7 9 metche (1:1.1-1) unstable; urgency=low debian/trunk/debian/postinst
r185 r197 39 39 rm -f "$TEMPFILE" 40 40 41 metche cron 41 # Initialize metche data only when it was not configured before 42 # (= no previous version number given as a second argument) 43 if [ -z "$2" ]; then 44 metche cron 45 fi 42 46 ;; 43 47
