[Python-modules-commits] r22077 - in packages/alembic/trunk/debian (4 files)

matthiask-guest at users.alioth.debian.org matthiask-guest at users.alioth.debian.org
Wed Jun 6 15:53:13 UTC 2012


    Date: Wednesday, June 6, 2012 @ 15:53:09
  Author: matthiask-guest
Revision: 22077

Updated to version 0.3.4, include +ds in version number

Modified:
  packages/alembic/trunk/debian/alembic.1
  packages/alembic/trunk/debian/changelog
  packages/alembic/trunk/debian/rules
  packages/alembic/trunk/debian/watch

Modified: packages/alembic/trunk/debian/alembic.1
===================================================================
--- packages/alembic/trunk/debian/alembic.1	2012-06-06 15:29:07 UTC (rev 22076)
+++ packages/alembic/trunk/debian/alembic.1	2012-06-06 15:53:09 UTC (rev 22077)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.9.
-.TH ALEMBIC "1" "May 2012" "alembic 0.3.2" "User Commands"
+.TH ALEMBIC "1" "June 2012" "alembic 0.3.4" "User Commands"
 .SH NAME
 alembic \- lightweight database migration tool for usage with the SQLAlchemy
 .SH DESCRIPTION

Modified: packages/alembic/trunk/debian/changelog
===================================================================
--- packages/alembic/trunk/debian/changelog	2012-06-06 15:29:07 UTC (rev 22076)
+++ packages/alembic/trunk/debian/changelog	2012-06-06 15:53:09 UTC (rev 22077)
@@ -1,5 +1,5 @@
-alembic (0.3.2-1) unstable; urgency=low
+alembic (0.3.4+ds-1) unstable; urgency=low
 
   * Initial release. (Closes: #669404)
 
- -- Matthias Kümmerer <matthias at matthias-k.org>  Tue, 22 May 2012 17:12:32 +0200
+ -- Matthias Kümmerer <matthias at matthias-k.org>  Wed, 06 Jun 2012 17:29:23 +0200

Modified: packages/alembic/trunk/debian/rules
===================================================================
--- packages/alembic/trunk/debian/rules	2012-06-06 15:29:07 UTC (rev 22076)
+++ packages/alembic/trunk/debian/rules	2012-06-06 15:53:09 UTC (rev 22077)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-VERSION=0.3.2
+VERSION=0.3.4
 PYVERS:=$(shell pyversions -vr)
 
 
@@ -29,9 +29,9 @@
 	rm -rf alembic-$(VERSION)/docs/*.html alembic-$(VERSION)/docs/*.js alembic-$(VERSION)/docs/*.inv alembic-$(VERSION)/docs/_sources alembic-$(VERSION)/docs/_images alembic-$(VERSION)/docs/_static
 	rm alembic-$(VERSION)/distribute_setup.py
 	mv alembic-$(VERSION) alembic-$(VERSION).orig
-	tar czfv alembic_$(VERSION).orig.tar.gz alembic-$(VERSION).orig
+	tar czfv alembic_$(VERSION)+ds.orig.tar.gz alembic-$(VERSION).orig
 	rm -rf alembic-$(VERSION).orig
 
 help2man:
-	help2man --version-string=0.3.2 -n "lightweight database migration tool for usage with the SQLAlchemy" -N alembic > alembic.1
+	help2man --version-string=0.3.4 -n "lightweight database migration tool for usage with the SQLAlchemy" -N alembic > alembic.1
 	sed -i "s/,\(\w\)/, \1/g" alembic.1

Modified: packages/alembic/trunk/debian/watch
===================================================================
--- packages/alembic/trunk/debian/watch	2012-06-06 15:29:07 UTC (rev 22076)
+++ packages/alembic/trunk/debian/watch	2012-06-06 15:53:09 UTC (rev 22077)
@@ -1,2 +1,3 @@
 version=3
+opts=dversionmangle=s/\+ds// \
 http://pypi.python.org/packages/source/a/alembic/alembic-(.+)\.tar\.gz




More information about the Python-modules-commits mailing list