Changeset 186
- Timestamp:
- 09/16/06 18:28:25 (2 years ago)
- Files:
-
- debian/trunk/debian/changelog (modified) (1 diff)
- debian/trunk/debian/postrm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
debian/trunk/debian/changelog
r185 r186 14 14 * Switch to ucf for configuration handling. (Closes: #367545) 15 15 * Various other fixes in postinst and config script. 16 * Add a postrm script to purge the package correctly. 16 * Add a postrm script to purge the package correctly: 17 - configuration files: /etc/metche.conf, /etc/cron.d/metche 18 - /!\ data files: /var/lib/metche /!\ 17 19 * Move debhelper and add po-debconf to Build-Depends (used in the clean rule). 18 20 * Add myself as an uploader. 19 21 20 -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr> Sat, 16 Sep 2006 1 7:34:33+020022 -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr> Sat, 16 Sep 2006 18:26:25 +0200 21 23 22 24 metche (1:1.0-2) unstable; urgency=low debian/trunk/debian/postrm
r185 r186 22 22 rm -f /etc/cron.d/metche 23 23 fi 24 25 # Remove data directory 26 if [ -d /var/lib/metche ]; then 27 rm -rf /var/lib/metche 28 fi 24 29 ;; 25 30
