[Python-modules-commits] r13960 - in packages/django-lean/trunk/debian (4 files)
statik-guest at users.alioth.debian.org
statik-guest at users.alioth.debian.org
Fri Jul 16 04:25:21 UTC 2010
Date: Friday, July 16, 2010 @ 04:25:03
Author: statik-guest
Revision: 13960
Move to dh instead of CDBS.
Update to latest upstream release.
Fix lintian warnings.
Modified:
packages/django-lean/trunk/debian/changelog
packages/django-lean/trunk/debian/compat
packages/django-lean/trunk/debian/control
packages/django-lean/trunk/debian/rules
Modified: packages/django-lean/trunk/debian/changelog
===================================================================
--- packages/django-lean/trunk/debian/changelog 2010-07-15 18:07:00 UTC (rev 13959)
+++ packages/django-lean/trunk/debian/changelog 2010-07-16 04:25:03 UTC (rev 13960)
@@ -1,5 +1,5 @@
-django-lean (0.11-1) UNRELEASED; urgency=low
+django-lean (0.15-1) UNRELEASED; urgency=low
* Initial release (Closes: #568694).
- -- Elliot Murphy <elliot at ubuntu.com> Sat, 06 Feb 2010 17:12:45 -0500
+ -- Elliot Murphy <elliot at ubuntu.com> Fri, 16 Jul 2010 00:04:45 -0400
Modified: packages/django-lean/trunk/debian/compat
===================================================================
--- packages/django-lean/trunk/debian/compat 2010-07-15 18:07:00 UTC (rev 13959)
+++ packages/django-lean/trunk/debian/compat 2010-07-16 04:25:03 UTC (rev 13960)
@@ -1 +1 @@
-6
+7
Modified: packages/django-lean/trunk/debian/control
===================================================================
--- packages/django-lean/trunk/debian/control 2010-07-15 18:07:00 UTC (rev 13959)
+++ packages/django-lean/trunk/debian/control 2010-07-16 04:25:03 UTC (rev 13960)
@@ -1,13 +1,10 @@
Source: django-lean
Section: python
-Priority: extra
-Build-Depends: debhelper (>= 7),
- cdbs,
- python,
- python-support (>= 0.6.4)
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.6.4), python (>= 2.5)
Maintainer: Elliot Murphy <elliot at ubuntu.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
XS-Python-Version: current
Homepage: http://bitbucket.org/akoha/django-lean/wiki/Home
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-lean/trunk/
@@ -15,7 +12,6 @@
Package: python-django-lean
Architecture: all
-XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends},
${python:Depends},
python-numpy,
Modified: packages/django-lean/trunk/debian/rules
===================================================================
--- packages/django-lean/trunk/debian/rules 2010-07-15 18:07:00 UTC (rev 13959)
+++ packages/django-lean/trunk/debian/rules 2010-07-16 04:25:03 UTC (rev 13960)
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM := pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+%:
+ dh $@
More information about the Python-modules-commits
mailing list