[Python-apps-commits] r6718 - in packages/ibid/trunk/debian (4 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed Mar 2 12:01:23 UTC 2011


    Date: Wednesday, March 2, 2011 @ 12:00:55
  Author: stefanor
Revision: 6718

Correct DEP3 headers (first line of Description is the subject)

Modified:
  packages/ibid/trunk/debian/changelog
  packages/ibid/trunk/debian/patches/fortune-path.diff
  packages/ibid/trunk/debian/patches/separate-data.diff
  packages/ibid/trunk/debian/patches/sqlalchemy-0.6-support.patch

Modified: packages/ibid/trunk/debian/changelog
===================================================================
--- packages/ibid/trunk/debian/changelog	2011-03-02 11:29:52 UTC (rev 6717)
+++ packages/ibid/trunk/debian/changelog	2011-03-02 12:00:55 UTC (rev 6718)
@@ -1,6 +1,7 @@
 ibid (0.1.1+dfsg-2) UNRELEASED; urgency=low
 
   * Document bundled extlinks.py in copyright.
+  * Correct DEP3 headers (first line of Description is the subject)
 
  -- Stefano Rivera <stefanor at debian.org>  Thu, 24 Feb 2011 01:44:12 +0200
 

Modified: packages/ibid/trunk/debian/patches/fortune-path.diff
===================================================================
--- packages/ibid/trunk/debian/patches/fortune-path.diff	2011-03-02 11:29:52 UTC (rev 6717)
+++ packages/ibid/trunk/debian/patches/fortune-path.diff	2011-03-02 12:00:55 UTC (rev 6718)
@@ -1,8 +1,9 @@
-Description: fortune is in /usr/games on Debian, which won't necessarily be in
- the user's path. Change the default location to an absolute path.
+Description: Provide explicit fortune executable location.
+ fortune is in /usr/games on Debian, which won't necessarily be in the user's
+ path. Change the default location to an absolute path.
 Author: Stefano Rivera <stefanor at debian.org>
 Forwarded: not-needed
-Last-Update: 2011-02-05
+Last-Update: 2011-03-02
 
 --- a/ibid/plugins/quotes.py
 +++ b/ibid/plugins/quotes.py

Modified: packages/ibid/trunk/debian/patches/separate-data.diff
===================================================================
--- packages/ibid/trunk/debian/patches/separate-data.diff	2011-03-02 11:29:52 UTC (rev 6717)
+++ packages/ibid/trunk/debian/patches/separate-data.diff	2011-03-02 12:00:55 UTC (rev 6718)
@@ -1,10 +1,10 @@
-Description: Data will be stored in /usr/share/ibid.
+Description: Move data to /usr/share/ibid
  Don't try to install it from setup.py.
  Update Ibid's locate_resource helper to look in /usr/share and provide
  emulation functions for ibid-setup which doesn't use locate_resource.
 Author: Stefano Rivera <stefanor at debian.org>
 Forwarded: not-needed
-Last-Update: 2011-02-05
+Last-Update: 2011-03-02
 
 --- a/MANIFEST.in
 +++ b/MANIFEST.in

Modified: packages/ibid/trunk/debian/patches/sqlalchemy-0.6-support.patch
===================================================================
--- packages/ibid/trunk/debian/patches/sqlalchemy-0.6-support.patch	2011-03-02 11:29:52 UTC (rev 6717)
+++ packages/ibid/trunk/debian/patches/sqlalchemy-0.6-support.patch	2011-03-02 12:00:55 UTC (rev 6718)
@@ -1,9 +1,10 @@
-Description: Ibid 0.1.0 only supports SQLAlchemy 0.4 an 0.5, but Debian now
- ships 0.6. This is a preliminary version of the upstream patch, bumping
- supported versions to 0.5 and 0.6 (0.4 and 0.6 have mutually incompatible APIs)
+Description: SQLAlchemy 0.6 support (beta)
+ Ibid 0.1.x only supports SQLAlchemy 0.4 an 0.5, but Debian now ships 0.6. This
+ is a preliminary version of the upstream patch, bumping supported versions to
+ 0.5 and 0.6 (0.4 and 0.6 have mutually incompatible APIs)
 Origin: https://code.launchpad.net/~stefanor/ibid/sqlalchemy-0.6/+merge/27737
 Bug-Debian: http://bugs.debian.org/584761
-Last-Update: 2010-06-17
+Last-Update: 2011-03-02
 --- a/ibid/core.py
 +++ b/ibid/core.py
 @@ -332,28 +332,33 @@




More information about the Python-apps-commits mailing list