[Pkg-erlang-commits] r1541 - yaws/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Sep 23 06:50:26 UTC 2013


Author: sgolovan
Date: 2013-09-23 06:50:26 +0000 (Mon, 23 Sep 2013)
New Revision: 1541

Modified:
   yaws/trunk/debian/changelog
   yaws/trunk/debian/rules
Log:
[yaws]
  * Fixed cleaning in debian/rules (closes: #724165).


Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog	2013-09-20 14:18:19 UTC (rev 1540)
+++ yaws/trunk/debian/changelog	2013-09-23 06:50:26 UTC (rev 1541)
@@ -1,8 +1,8 @@
-yaws (1.96-4) UNRELEASED; urgency=low
+yaws (1.96-4) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Fixed cleaning in debian/rules (closes: #724165).
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 28 Jul 2013 22:38:47 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 23 Sep 2013 10:49:44 +0400
 
 yaws (1.96-3) unstable; urgency=low
 

Modified: yaws/trunk/debian/rules
===================================================================
--- yaws/trunk/debian/rules	2013-09-20 14:18:19 UTC (rev 1540)
+++ yaws/trunk/debian/rules	2013-09-23 06:50:26 UTC (rev 1541)
@@ -32,7 +32,7 @@
 %:
 	dh $@
 
-override_dh_clean:
+override_dh_auto_clean:
 	dh_testdir
 	dh_testroot
 	#
@@ -52,8 +52,6 @@
 	#
 	rm -f erl_crash.dump
 	rm -f debian/yaws-*.postinst debian/yaws-*.postrm
-	#
-	dh_clean
 
 override_dh_auto_configure:
 	dh_testdir
@@ -168,6 +166,7 @@
 	rm -r yaws-$(v)
 	rm yaws
 
-.PHONY: override_dh_clean override_dh_auto_configure override_dh_auto_build-arch override_dh_auto_build-indep \
-	override_dh_auto_test override_dh_auto_install-arch override_dh_auto_install-indep \
-	override_dh_compress override_dh_gencontrol get-orig-source
+.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_build-arch \
+	override_dh_auto_build-indep override_dh_auto_test override_dh_auto_install-arch \
+	override_dh_auto_install-indep override_dh_compress override_dh_gencontrol \
+	get-orig-source




More information about the Pkg-erlang-commits mailing list