[Python-apps-commits] r8266 - in packages/gmail-notify/trunk/debian (4 files)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sun Mar 4 13:41:34 UTC 2012


    Date: Sunday, March 4, 2012 @ 13:41:31
  Author: adejong
Revision: 8266

  * Moved packaging from python-central to dh_python2 (Closes: #616827).

Modified:
  packages/gmail-notify/trunk/debian/changelog
  packages/gmail-notify/trunk/debian/control
  packages/gmail-notify/trunk/debian/rules
Deleted:
  packages/gmail-notify/trunk/debian/pycompat

Modified: packages/gmail-notify/trunk/debian/changelog
===================================================================
--- packages/gmail-notify/trunk/debian/changelog	2012-03-04 12:17:45 UTC (rev 8265)
+++ packages/gmail-notify/trunk/debian/changelog	2012-03-04 13:41:31 UTC (rev 8266)
@@ -1,10 +1,14 @@
-gmail-notify (1.6.1.1-2) unstable; urgency=low
+gmail-notify (1.6.1.1-2) UNRELEASED; urgency=low
 
+  [ Alan Woodland ]
   * Clean up desktop file, using patch from Ubuntu (Closes: #557310)
   * Spell check manpage, fixes Lintian warning.
 
- -- Alan Woodland <awoodland at debian.org>  Tue, 12 Jan 2010 11:32:54 +0000
+  [ Arthur de Jong ]
+  * Moved packaging from python-central to dh_python2 (Closes: #616827).
 
+ -- Arthur de Jong <adejong at debian.org>  Sun, 04 Mar 2012 14:35:06 +0100
+
 gmail-notify (1.6.1.1-1) unstable; urgency=medium
 
   * Acknowledge my own NMU(!) (Closes: #546464)
@@ -36,7 +40,7 @@
 
 gmail-notify (1.6.1-3) unstable; urgency=low
 
-  * Chance default x-www-browser to www-browser (closes: #389532) 
+  * Chance default x-www-browser to www-browser (closes: #389532)
 
  -- Joseph Smidt <jsmidt at byu.edu>  Thu, 28 Sep 2006 19:59:36 -0600
 
@@ -44,13 +48,12 @@
 
   *Add x-www-browser as default web browser
    change arch: any to arch all
-   Update dependency on python2.4* to python* since python2.4 is default 
+   Update dependency on python2.4* to python* since python2.4 is default
 
  -- Joseph Smidt <jsmidt at byu.edu>  Fri, 22 Sep 2006 18:52:03 -0600
 
 gmail-notify (1.6.1-1) unstable; urgency=low
 
-  * Initial release (Closes: #369625)  
+  * Initial release (Closes: #369625)
 
  -- Joseph Smidt <jsmidt at byu.edu>  Mon,  3 Jul 2006 10:43:33 -0600
-

Modified: packages/gmail-notify/trunk/debian/control
===================================================================
--- packages/gmail-notify/trunk/debian/control	2012-03-04 12:17:45 UTC (rev 8265)
+++ packages/gmail-notify/trunk/debian/control	2012-03-04 13:41:31 UTC (rev 8266)
@@ -2,18 +2,16 @@
 Section: mail
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Alan Woodland <awoodland at debian.org> 
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), patchutils (>= 0.2.25), python, python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6)
+Uploaders: Alan Woodland <awoodland at debian.org>
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), patchutils (>= 0.2.25), python, python-all (>= 2.6.6-3~)
 Standards-Version: 3.8.3
-XS-Python-Version: all
-Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gmail-notify/trunk/  
-Vcs-Svn: svn://svn.debian.org/python-apps/packages/gmail-notify/trunk/      
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gmail-notify/trunk/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/gmail-notify/trunk/
 
 Package: gmail-notify
-Architecture: all 
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, python-eggtrayicon
 Recommends: www-browser
-XB-Python-Version: ${python:Versions}
 Description: A Gmail Notifier
  Gmail Notifier is a Linux alternative for the notifier program released
  by Google, it is written in Python and provides an attractive and

Deleted: packages/gmail-notify/trunk/debian/pycompat
===================================================================
--- packages/gmail-notify/trunk/debian/pycompat	2012-03-04 12:17:45 UTC (rev 8265)
+++ packages/gmail-notify/trunk/debian/pycompat	2012-03-04 13:41:31 UTC (rev 8266)
@@ -1 +0,0 @@
-2

Modified: packages/gmail-notify/trunk/debian/rules
===================================================================
--- packages/gmail-notify/trunk/debian/rules	2012-03-04 12:17:45 UTC (rev 8265)
+++ packages/gmail-notify/trunk/debian/rules	2012-03-04 13:41:31 UTC (rev 8266)
@@ -2,8 +2,6 @@
 
 export DH_VERBOSE=1
 
-DEB_PYTHON_SYSTEM=pycentral
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
@@ -13,4 +11,4 @@
 	dh_installman debian/gmail-notify.1
 
 binary-fixup/gmail-notify::
-	dh_pycentral
+	dh_python2




More information about the Python-apps-commits mailing list