[Pkg-mailman-hackers] Pkg-mailman commit - rev 618 - trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Sat Mar 14 16:27:57 UTC 2009


Author: thijs
Date: 2009-03-14 16:27:57 +0000 (Sat, 14 Mar 2009)
New Revision: 618

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
fix correct conversion of dir into symlink
prepare for upload


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-03-14 15:06:45 UTC (rev 617)
+++ trunk/debian/changelog	2009-03-14 16:27:57 UTC (rev 618)
@@ -1,4 +1,4 @@
-mailman (1:2.1.12-1) UNRELEASED; urgency=low
+mailman (1:2.1.12-1) unstable; urgency=low
 
   * New upstream release.
     + Minimum Python version is now 2.4.

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-03-14 15:06:45 UTC (rev 617)
+++ trunk/debian/rules	2009-03-14 16:27:57 UTC (rev 618)
@@ -189,6 +189,7 @@
 	# otherwise dh_link will revert them back to relative ones.
 	#
 	# link it back to /var/lib/mailman/locks
+	rmdir debian/mailman/var/lib/$(package)/locks
 	ln -s /var/lock/mailman debian/mailman/var/lib/$(package)/locks
 	# remove the log directory and link it to /var/log/mailman
 	rmdir debian/mailman/var/lib/$(package)/logs 




More information about the Pkg-mailman-hackers mailing list