[Pkg-emboss-commits] r99 - emboss/trunk/debian

naoliv at alioth.debian.org naoliv at alioth.debian.org
Sun Sep 16 22:59:07 UTC 2007


Author: naoliv
Date: 2007-09-16 22:59:06 +0000 (Sun, 16 Sep 2007)
New Revision: 99

Modified:
   emboss/trunk/debian/changelog
   emboss/trunk/debian/rules
Log:
On revision -2 we don't have the problem with manpages anymore (what was causing 442554), but we have problem with two dirs not removed on clean. Fixed it now.


Modified: emboss/trunk/debian/changelog
===================================================================
--- emboss/trunk/debian/changelog	2007-08-11 03:50:43 UTC (rev 98)
+++ emboss/trunk/debian/changelog	2007-09-16 22:59:06 UTC (rev 99)
@@ -1,5 +1,6 @@
 emboss (5.0.0-2) unstable; urgency=low
 
+  [ Charles Plessy ]
   * Building the manpages offline to save buildd time, therefore not
     depending anymore on the XML toolchain.
   * Gave their own packages to the AJAX and NUCL libraries.
@@ -11,8 +12,12 @@
     emboss-lib (Closes: #435232).
   * Removed inactive developer from the uploaders list.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Mon, 30 Jul 2007 23:22:11 +0900
+  [ Nelson A. de Oliveira ]
+  * Fixed clean target to remove debian/libajax-5.0.0 and
+    debian/libnucleus-5.0.0 (Closes: #442554).
 
+ -- Nelson A. de Oliveira <naoliv at debian.org>  Sun, 16 Sep 2007 19:05:37 -0300
+
 emboss (5.0.0-1) unstable; urgency=low
 
   * New upstream version

Modified: emboss/trunk/debian/rules
===================================================================
--- emboss/trunk/debian/rules	2007-08-11 03:50:43 UTC (rev 98)
+++ emboss/trunk/debian/rules	2007-09-16 22:59:06 UTC (rev 99)
@@ -50,6 +50,8 @@
 	rm -rf nucleus/.libs/*
 
 	rm -rf debian/emboss_tmp
+	rm -rf debian/libajax-5.0.0
+	rm -rf debian/libnucleus-5.0.0
 
 	rm -rf config.status install-stamp
 	dh_clean debian/copyright




More information about the Pkg-emboss-commits mailing list