[Python-modules-commits] r18973 - in packages/sqlalchemy/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Oct 17 22:10:39 UTC 2011


    Date: Monday, October 17, 2011 @ 22:10:37
  Author: piotr
Revision: 18973

remove build-indep from build target's dependencies (closes: 645697)

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

Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog	2011-10-17 20:38:00 UTC (rev 18972)
+++ packages/sqlalchemy/trunk/debian/changelog	2011-10-17 22:10:37 UTC (rev 18973)
@@ -1,3 +1,9 @@
+sqlalchemy (0.7.3-2) unstable; urgency=low
+
+  * remove build-indep from build target's dependencies (closes: 645697)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 18 Oct 2011 00:02:50 +0200
+
 sqlalchemy (0.7.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/sqlalchemy/trunk/debian/rules
===================================================================
--- packages/sqlalchemy/trunk/debian/rules	2011-10-17 20:38:00 UTC (rev 18972)
+++ packages/sqlalchemy/trunk/debian/rules	2011-10-17 22:10:37 UTC (rev 18973)
@@ -18,7 +18,7 @@
 		$(PYVERS:%=install-python%) $(PYVERS:%=build-python%) \
 		$(PYVERS:%=install-debug-python%) $(PYVERS:%=build-debug-python%)
 
-build: build-arch build-indep
+build: build-arch
 
 build-arch: $(PYVERS:%=build-python%)
 




More information about the Python-modules-commits mailing list