tags 441715 + patch
thanks

Hi,

Attached is the diff for my libscalar-properties-perl 0.12-1.1 NMU.
diff -u libscalar-properties-perl-0.12/debian/changelog libscalar-properties-perl-0.12/debian/changelog
--- libscalar-properties-perl-0.12/debian/changelog
+++ libscalar-properties-perl-0.12/debian/changelog
@@ -1,3 +1,11 @@
+libscalar-properties-perl (0.12-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix RC bug.
+  * Fix typo in debian/rules that makes the package does not contain the same
+    when is built twice. Fix provided by Mike O'Connor. (Closes: #441715)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sun, 13 Jan 2008 14:04:27 +0100
+
 libscalar-properties-perl (0.12-1) unstable; urgency=low
 
   * Initial Release.
diff -u libscalar-properties-perl-0.12/debian/rules libscalar-properties-perl-0.12/debian/rules
--- libscalar-properties-perl-0.12/debian/rules
+++ libscalar-properties-perl-0.12/debian/rules
@@ -19,7 +19,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp install_stamp
+	rm -f build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
 	dh_clean
 

Reply via email to