[Python-modules-commits] r7815 - in packages/python-django/trunk/debian (5 files)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Sun Mar 8 06:07:28 UTC 2009
Date: Sunday, March 8, 2009 @ 06:07:27
Author: lamby
Revision: 7815
Use quilt; adjust existing patches so that we can apply with -p1
Added:
packages/python-django/trunk/debian/patches/series
Modified:
packages/python-django/trunk/debian/changelog
packages/python-django/trunk/debian/control
packages/python-django/trunk/debian/patches/03_manpage.diff
packages/python-django/trunk/debian/patches/04_hyphen-manpage.diff
Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog 2009-03-08 06:07:25 UTC (rev 7814)
+++ packages/python-django/trunk/debian/changelog 2009-03-08 06:07:27 UTC (rev 7815)
@@ -8,6 +8,7 @@
* Update crufty long and short descriptions.
* Add ${misc:Depends} in binary stanza for debhelper-using package.
* Remove bashisms from binary-post-install.
+ * Use quilt and adjust existing patches so that we can apply with -p1.
-- Chris Lamb <lamby at debian.org> Wed, 25 Feb 2009 00:50:50 +0000
Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control 2009-03-08 06:07:25 UTC (rev 7814)
+++ packages/python-django/trunk/debian/control 2009-03-08 06:07:27 UTC (rev 7815)
@@ -4,7 +4,7 @@
Maintainer: Brett Parker <iDunno at sommitrealweird.co.uk>
Uploaders: Raphael Hertzog <hertzog at debian.org>, Gustavo Noronha Silva <kov at debian.org>, David Spreen <netzwurm at debian.org>, Chris Lamb <lamby at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 7), python-dev, cdbs, python-setuptools, python-support
+Build-Depends: debhelper (>= 7), python-dev, cdbs, python-setuptools, python-support, quilt
Build-Depends-Indep: python-sphinx, libjs-jquery
Homepage: http://www.djangoproject.com/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
Modified: packages/python-django/trunk/debian/patches/03_manpage.diff
===================================================================
--- packages/python-django/trunk/debian/patches/03_manpage.diff 2009-03-08 06:07:25 UTC (rev 7814)
+++ packages/python-django/trunk/debian/patches/03_manpage.diff 2009-03-08 06:07:27 UTC (rev 7815)
@@ -6,8 +6,8 @@
.
This is a Debian specific patch.
---- docs/man/django-admin.1.orig 2007-09-08 10:47:27.516890257 +0100
-+++ docs/man/django-admin.1 2007-09-08 10:48:01.822845242 +0100
+--- a/docs/man/django-admin.1 2007-09-08 10:47:27.516890257 +0100
++++ b/docs/man/django-admin.1 2007-09-08 10:48:01.822845242 +0100
@@ -1,9 +1,9 @@
-.TH "django-admin.py" "1" "March 2008" "Django Project" ""
+.TH "django-admin" "1" "March 2008" "Django Project" ""
Modified: packages/python-django/trunk/debian/patches/04_hyphen-manpage.diff
===================================================================
--- packages/python-django/trunk/debian/patches/04_hyphen-manpage.diff 2009-03-08 06:07:25 UTC (rev 7814)
+++ packages/python-django/trunk/debian/patches/04_hyphen-manpage.diff 2009-03-08 06:07:27 UTC (rev 7815)
@@ -4,8 +4,8 @@
Fix a lintian I: message about improper usage of minus instead
of hyphen.
---- docs/man/django-admin.1.orig 2008-09-04 08:51:48.000000000 +0200
-+++ docs/man/django-admin.1 2008-09-04 08:52:47.000000000 +0200
+--- a/docs/man/django-admin.1 2008-09-04 08:51:48.000000000 +0200
++++ b/docs/man/django-admin.1 2008-09-04 08:52:47.000000000 +0200
@@ -153,7 +153,7 @@
.TP
.I \-e, \-\-extension=EXTENSION
Added: packages/python-django/trunk/debian/patches/series
===================================================================
--- packages/python-django/trunk/debian/patches/series (rev 0)
+++ packages/python-django/trunk/debian/patches/series 2009-03-08 06:07:27 UTC (rev 7815)
@@ -0,0 +1,2 @@
+03_manpage.diff
+04_hyphen-manpage.diff
More information about the Python-modules-commits
mailing list