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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Feb 24 19:45:49 UTC 2014


    Date: Monday, February 24, 2014 @ 19:45:48
  Author: piotr
Revision: 27915

* New upstream release
* Upldate get-orig-source target in debian/rules, upstream tarball doesn't
  contain distribute_setup.py anymore
* Add python-changelog and python-sphinx-paramlinks to Build-Depends - used
  while building docs now; drop 01disable_sphinx_changelog_ext patch

Modified:
  packages/alembic/trunk/debian/changelog
  packages/alembic/trunk/debian/control
  packages/alembic/trunk/debian/rules
Deleted:
  packages/alembic/trunk/debian/patches/

Modified: packages/alembic/trunk/debian/changelog
===================================================================
--- packages/alembic/trunk/debian/changelog	2014-02-24 15:43:14 UTC (rev 27914)
+++ packages/alembic/trunk/debian/changelog	2014-02-24 19:45:48 UTC (rev 27915)
@@ -1,3 +1,13 @@
+alembic (0.6.3+ds-1) unstable; urgency=medium
+
+  * New upstream release
+  * Upldate get-orig-source target in debian/rules, upstream tarball doesn't
+    contain distribute_setup.py anymore
+  * Add python-changelog and python-sphinx-paramlinks to Build-Depends - used
+    while building docs now; drop 01disable_sphinx_changelog_ext patch
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 24 Feb 2014 20:31:38 +0100
+
 alembic (0.6.2+ds-1) unstable; urgency=low
 
   [ Jackson Doak ]

Modified: packages/alembic/trunk/debian/control
===================================================================
--- packages/alembic/trunk/debian/control	2014-02-24 15:43:14 UTC (rev 27914)
+++ packages/alembic/trunk/debian/control	2014-02-24 19:45:48 UTC (rev 27915)
@@ -9,7 +9,8 @@
 Homepage: http://www.bitbucket.org/zzzeek/alembic
 Build-Depends: debhelper (>= 8), python-all, python-setuptools,
  python-nose, python-sqlalchemy, python-mako,
- python-sphinx (>= 1.0.7+dfsg), python-mock
+ python-sphinx (>= 1.0.7+dfsg), python-mock,
+ python-changelog, python-sphinx-paramlinks
 X-Python-Version: >= 2.6
 
 Package: alembic

Modified: packages/alembic/trunk/debian/rules
===================================================================
--- packages/alembic/trunk/debian/rules	2014-02-24 15:43:14 UTC (rev 27914)
+++ packages/alembic/trunk/debian/rules	2014-02-24 19:45:48 UTC (rev 27915)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-VERSION=0.6.2
+VERSION=0.6.3
 PYVERS:=$(shell pyversions -vr)
 
 
@@ -28,7 +28,6 @@
 	tar xvzf alembic-$(VERSION).tar.gz
 	rm alembic-$(VERSION).tar.gz
 	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)+ds.orig.tar.gz alembic-$(VERSION).orig
 	rm -rf alembic-$(VERSION).orig




More information about the Python-modules-commits mailing list