[Python-modules-commits] r20293 - in packages/dkimpy/trunk/debian (6 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Feb 4 01:54:45 UTC 2012


    Date: Saturday, February 4, 2012 @ 01:54:44
  Author: kitterman
Revision: 20293

* New upstream release
  - Rename source to match new upstream name
  - Updated debian/copyright
* Remove no longer used quilt patch system artifacts

Modified:
  packages/dkimpy/trunk/debian/changelog
  packages/dkimpy/trunk/debian/control
  packages/dkimpy/trunk/debian/copyright
  packages/dkimpy/trunk/debian/rules
Deleted:
  packages/dkimpy/trunk/debian/README.source
  packages/dkimpy/trunk/debian/patches/

Deleted: packages/dkimpy/trunk/debian/README.source
===================================================================
--- packages/dkimpy/trunk/debian/README.source	2012-02-04 01:07:00 UTC (rev 20292)
+++ packages/dkimpy/trunk/debian/README.source	2012-02-04 01:54:44 UTC (rev 20293)
@@ -1,5 +0,0 @@
-This package uses quilt for patches.  dpkg-source -x does produce source
-ready for building with dpkg-buildpackage.  It does not procude source ready
-for editing.  See /usr/share/doc/quilt/README.source for information on using
-quilt.
-

Modified: packages/dkimpy/trunk/debian/changelog
===================================================================
--- packages/dkimpy/trunk/debian/changelog	2012-02-04 01:07:00 UTC (rev 20292)
+++ packages/dkimpy/trunk/debian/changelog	2012-02-04 01:54:44 UTC (rev 20293)
@@ -1,3 +1,12 @@
+dkimpy (0.5.1-1) unstable; urgency=low
+
+  * New upstream release
+    - Rename source to match new upstream name
+    - Updated debian/copyright
+  * Remove no longer used quilt patch system artifacts
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 03 Feb 2012 19:35:05 -0500
+
 pydkim (0.5-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/dkimpy/trunk/debian/control
===================================================================
--- packages/dkimpy/trunk/debian/control	2012-02-04 01:07:00 UTC (rev 20292)
+++ packages/dkimpy/trunk/debian/control	2012-02-04 01:54:44 UTC (rev 20293)
@@ -1,15 +1,15 @@
-Source: pydkim
+Source: dkimpy
 Section: python
 Priority: optional
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
-Build-Depends: debhelper (>= 7.3.16), python (>= 2.6.5-2~), python3, quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.3.16), python (>= 2.6.5-2~), python3
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pydkim/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pydkim/trunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/dkimpy/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/dkimpy/trunk/
 Standards-Version: 3.9.2
-Homepage: http://launchpad.net/pydkim
+Homepage: http://launchpad.net/dkimpy
 
 Package: python-dkim
 Architecture: all

Modified: packages/dkimpy/trunk/debian/copyright
===================================================================
--- packages/dkimpy/trunk/debian/copyright	2012-02-04 01:07:00 UTC (rev 20292)
+++ packages/dkimpy/trunk/debian/copyright	2012-02-04 01:54:44 UTC (rev 20293)
@@ -6,7 +6,7 @@
 Copyright Holders:
 Copyright © 2008 Greg Hewgill http://hewgill.com
 Copyright © 2011 William Grant <me at williamgrant.id.au>
-Copyright © 2011 Scott Kitterman <scott at kitterman.com>
+Copyright © 2011,2012 Scott Kitterman <scott at kitterman.com>
 
 Every file for which the original upstream specified copyright in the original
 has been modified from in this altered version of the software.

Modified: packages/dkimpy/trunk/debian/rules
===================================================================
--- packages/dkimpy/trunk/debian/rules	2012-02-04 01:07:00 UTC (rev 20292)
+++ packages/dkimpy/trunk/debian/rules	2012-02-04 01:54:44 UTC (rev 20293)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh $@ --with python2,python3,quilt
+	dh $@ --with python2,python3
 
 override_dh_auto_build:
 




More information about the Python-modules-commits mailing list