[Python-modules-commits] r24288 - in packages/alembic/trunk/debian (changelog rules)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Sat May 11 02:44:04 UTC 2013


    Date: Saturday, May 11, 2013 @ 02:44:02
  Author: zigo
Revision: 24288

Uploading to sid, and added rm -rf build in the clean target.

Modified:
  packages/alembic/trunk/debian/changelog
  packages/alembic/trunk/debian/rules

Modified: packages/alembic/trunk/debian/changelog
===================================================================
--- packages/alembic/trunk/debian/changelog	2013-05-10 13:29:15 UTC (rev 24287)
+++ packages/alembic/trunk/debian/changelog	2013-05-11 02:44:02 UTC (rev 24288)
@@ -1,9 +1,14 @@
-alembic (0.4.2+ds-2) UNRELEASED; urgency=low
+alembic (0.4.2+ds-2) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:00:28 +0200
+  [ Thomas Goirand ]
+  * Uploading to SID.
+  * Added rm -rf build so that the package can be built twice.
 
+ -- Thomas Goirand <zigo at debian.org>  Sat, 11 May 2013 02:34:02 +0000
+
 alembic (0.4.2+ds-1) experimental; urgency=low
 
   * Team upload.

Modified: packages/alembic/trunk/debian/rules
===================================================================
--- packages/alembic/trunk/debian/rules	2013-05-10 13:29:15 UTC (rev 24287)
+++ packages/alembic/trunk/debian/rules	2013-05-11 02:44:02 UTC (rev 24288)
@@ -14,6 +14,7 @@
 override_dh_auto_clean:
 	dh_auto_clean
 	make -C docs/build clean
+	rm -rf build
 
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)




More information about the Python-modules-commits mailing list