[Python-modules-commits] r13305 - in packages/django-lean/trunk/debian (5 files)
statik-guest at users.alioth.debian.org
statik-guest at users.alioth.debian.org
Mon Jun 7 21:43:32 UTC 2010
Date: Monday, June 7, 2010 @ 21:43:26
Author: statik-guest
Revision: 13305
Update to new upstream release, drop upstreamed patches, use CDBS for
easier backporting.
Modified:
packages/django-lean/trunk/debian/changelog
packages/django-lean/trunk/debian/control
packages/django-lean/trunk/debian/rules
Deleted:
packages/django-lean/trunk/debian/README.source
packages/django-lean/trunk/debian/patches/
Deleted: packages/django-lean/trunk/debian/README.source
===================================================================
--- packages/django-lean/trunk/debian/README.source 2010-06-07 21:41:48 UTC (rev 13304)
+++ packages/django-lean/trunk/debian/README.source 2010-06-07 21:43:26 UTC (rev 13305)
@@ -1,4 +0,0 @@
-This package uses quilt to manage all modifications to the upstream source.
-Changes are stored in the source package as diffs in debian/patches and
-applied during the build.
-See /usr/share/doc/quilt/README.source for a detailed explanation.
Modified: packages/django-lean/trunk/debian/changelog
===================================================================
--- packages/django-lean/trunk/debian/changelog 2010-06-07 21:41:48 UTC (rev 13304)
+++ packages/django-lean/trunk/debian/changelog 2010-06-07 21:43:26 UTC (rev 13305)
@@ -1,4 +1,4 @@
-django-lean (0.1-1) lucid; urgency=low
+django-lean (0.11-1) UNRELEASED; urgency=low
* Initial release (Closes: #568694).
Modified: packages/django-lean/trunk/debian/control
===================================================================
--- packages/django-lean/trunk/debian/control 2010-06-07 21:41:48 UTC (rev 13304)
+++ packages/django-lean/trunk/debian/control 2010-06-07 21:43:26 UTC (rev 13305)
@@ -1,11 +1,10 @@
Source: django-lean
Section: python
Priority: extra
-Build-Depends: debhelper (>= 7.0.50),
+Build-Depends: debhelper (>= 7),
cdbs,
python,
- python-support (>= 0.6.4),
- quilt
+ python-support (>= 0.6.4)
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
Modified: packages/django-lean/trunk/debian/rules
===================================================================
--- packages/django-lean/trunk/debian/rules 2010-06-07 21:41:48 UTC (rev 13304)
+++ packages/django-lean/trunk/debian/rules 2010-06-07 21:43:26 UTC (rev 13305)
@@ -4,4 +4,3 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
More information about the Python-modules-commits
mailing list