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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jun 7 20:27:02 UTC 2012


    Date: Thursday, June 7, 2012 @ 20:26:59
  Author: piotr
Revision: 22096

use $(VERSION) in help2man target

Modified:
  packages/alembic/trunk/debian/rules

Modified: packages/alembic/trunk/debian/rules
===================================================================
--- packages/alembic/trunk/debian/rules	2012-06-07 19:56:11 UTC (rev 22095)
+++ packages/alembic/trunk/debian/rules	2012-06-07 20:26:59 UTC (rev 22096)
@@ -33,5 +33,5 @@
 	rm -rf alembic-$(VERSION).orig
 
 help2man:
-	help2man --version-string=0.3.4 -n "lightweight database migration tool for usage with the SQLAlchemy" -N alembic > alembic.1
+	help2man --version-string=$(VERSION) -n "lightweight database migration tool for usage with the SQLAlchemy" -N alembic > alembic.1
 	sed -i "s/,\(\w\)/, \1/g" alembic.1




More information about the Python-modules-commits mailing list