[Python-modules-commits] r21659 - in packages/python-kajiki/trunk/debian (4 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Wed May 9 12:27:30 UTC 2012


    Date: Wednesday, May 9, 2012 @ 12:27:28
  Author: takaki
Revision: 21659

preapre release

Added:
  packages/python-kajiki/trunk/debian/source/options
Modified:
  packages/python-kajiki/trunk/debian/changelog
  packages/python-kajiki/trunk/debian/control
  packages/python-kajiki/trunk/debian/copyright

Modified: packages/python-kajiki/trunk/debian/changelog
===================================================================
--- packages/python-kajiki/trunk/debian/changelog	2012-05-09 12:24:03 UTC (rev 21658)
+++ packages/python-kajiki/trunk/debian/changelog	2012-05-09 12:27:28 UTC (rev 21659)
@@ -1,9 +1,15 @@
-python-kajiki (0.3.4-2) UNRELEASED; urgency=low
+python-kajiki (0.3.4-2) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Add Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 10 Sep 2011 00:08:59 +0200
+  [ TANIGUCHI Takaki ]
+  * debian/source/options: Ignore egg-file changes. (Closes: #671327)
+  * Bump Standards-Version to 3.9.3
+    + debian/copyright: copyright-format 1.0 
 
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 09 May 2012 21:27:13 +0900
+
 python-kajiki (0.3.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-kajiki/trunk/debian/control
===================================================================
--- packages/python-kajiki/trunk/debian/control	2012-05-09 12:24:03 UTC (rev 21658)
+++ packages/python-kajiki/trunk/debian/control	2012-05-09 12:27:28 UTC (rev 21659)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python-all, python-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://sourceforge.net/p/kajiki/home/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-kajiki/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-kajiki/trunk/

Modified: packages/python-kajiki/trunk/debian/copyright
===================================================================
--- packages/python-kajiki/trunk/debian/copyright	2012-05-09 12:24:03 UTC (rev 21658)
+++ packages/python-kajiki/trunk/debian/copyright	2012-05-09 12:27:28 UTC (rev 21659)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Kajiki
 Source: http://pypi.python.org/pypi/Kajiki
 
@@ -23,7 +23,6 @@
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.
 
-
 Files: debian/*
 Copyright: 2010-2011 TANIGUCHI Takaki <takaki at debian.org>
 License: GPL-3
@@ -43,4 +42,3 @@
  On Debian systems, the complete text of the GNU General
  Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
 
-

Added: packages/python-kajiki/trunk/debian/source/options
===================================================================
--- packages/python-kajiki/trunk/debian/source/options	                        (rev 0)
+++ packages/python-kajiki/trunk/debian/source/options	2012-05-09 12:27:28 UTC (rev 21659)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"




More information about the Python-modules-commits mailing list