[Python-apps-commits] r2791 - in packages/cgmail/trunk/debian (5 files)

xnox-guest at users.alioth.debian.org xnox-guest at users.alioth.debian.org
Sun Apr 26 12:56:14 UTC 2009


    Date: Sunday, April 26, 2009 @ 12:56:14
  Author: xnox-guest
Revision: 2791

* New maintainer - PAPT (Closes: #515539)
* Added Dmitrijs Ledkovs to Uploaders
* debian/rules
  - Switched to cdbs and python-support
  - added utils.mk to use list-missing target in pbuilder
* debian/control:
  - added VCS tags pointing to PAPT SVN
  - improved description
  - checked package and update standards version to 3.8.1
* debian/NEWS added (with correct formatting)
* debian/watch removed extra empty line

Modified:
  packages/cgmail/trunk/debian/NEWS
  packages/cgmail/trunk/debian/changelog
  packages/cgmail/trunk/debian/control
  packages/cgmail/trunk/debian/rules
  packages/cgmail/trunk/debian/watch

Modified: packages/cgmail/trunk/debian/NEWS
===================================================================
--- packages/cgmail/trunk/debian/NEWS	2009-04-26 11:44:47 UTC (rev 2790)
+++ packages/cgmail/trunk/debian/NEWS	2009-04-26 12:56:14 UTC (rev 2791)
@@ -1,14 +1,11 @@
 cgmail (0.5-1) unstable; urgency=low
 
-	  Configuration from the previous package will not work! This is a
-	  new upstream release, an almost complete redesign from grounds
-	  up. Therefore every mailbox should be reconfigured again. But on
-	  the other hand most bugs should be fixed now.
+    Configuration from the previous package will not work! This is a new
+    upstream release, an almost complete redesign from grounds
+    up. Therefore every mailbox should be reconfigured again. But on the
+    other hand most bugs should be fixed now. There are is a cool new
+    feature. cGmail now can watch labels for new emails.
+  
+    Also I'm new maintainer for this package. Please report bugs to BTS.
 
-	  There are is a cool new feature. cGmail now can watch labels for
-	  new emails.
-
-	  Also I'm new maintainer for this package. Please report bugs to
-	  BTS.
-
  -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>  Tue, 20 Jan 2009 00:16:48 +0000

Modified: packages/cgmail/trunk/debian/changelog
===================================================================
--- packages/cgmail/trunk/debian/changelog	2009-04-26 11:44:47 UTC (rev 2790)
+++ packages/cgmail/trunk/debian/changelog	2009-04-26 12:56:14 UTC (rev 2791)
@@ -1,15 +1,19 @@
 cgmail (0.5-1) unstable; urgency=low
 
   * New upstream release (Closes: #461447)
-  * New maintainer (Closes: #515539)
-  * debian/* Switched to cdbs
+  * New maintainer - PAPT (Closes: #515539)
+  * Added Dmitrijs Ledkovs to Uploaders
+  * debian/rules
+    - Switched to cdbs and python-support
+    - added utils.mk to use list-missing target in pbuilder
   * debian/patches/remove-feedparser.patch
     - Removes lib/feedparser.py (lintian tag convenience copy of code)
-  * Updated Maintainers field to PAPT
-  * Added Dmitrijs Ledkovs to Uploaders
-  * debian/control added VCS tags pointing to PAPT SVN
-  * debian/control improved description
-  * debian/rules added utils.mk to use list-missing target in pbuilder.
+  * debian/control:
+    - added VCS tags pointing to PAPT SVN
+    - improved description
+    - checked package and update standards version to 3.8.1
+  * debian/NEWS added (with correct formatting)
+  * debian/watch removed extra empty line
 
  -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>  Sat, 18 Apr 2009 22:25:01 +0000
 

Modified: packages/cgmail/trunk/debian/control
===================================================================
--- packages/cgmail/trunk/debian/control	2009-04-26 11:44:47 UTC (rev 2790)
+++ packages/cgmail/trunk/debian/control	2009-04-26 12:56:14 UTC (rev 2791)
@@ -3,17 +3,17 @@
 Priority: extra
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>
-Build-Depends: debhelper (>= 7), 
-	       cdbs,
-	       python,
-	       python-central, 
-               python-setuptools
-Build-Depends-Indep: perl,
+Build-Depends-Indep: debhelper (>= 7), 
+	             cdbs,
+                     perl,
+                     python,
+                     python-support, 
+                     python-setuptools,
                      python-distutils-extra (>= 1.91)
 Homepage: http://cgmail.tuxfamily.org/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/cgmail/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/cgmail/trunk/
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 XS-Python-Version: current
 
 Package: cgmail

Modified: packages/cgmail/trunk/debian/rules
===================================================================
--- packages/cgmail/trunk/debian/rules	2009-04-26 11:44:47 UTC (rev 2790)
+++ packages/cgmail/trunk/debian/rules	2009-04-26 12:56:14 UTC (rev 2791)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-DEB_PYTHON_SYSTEM    := pycentral
+DEB_PYTHON_SYSTEM    := pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
@@ -14,7 +14,6 @@
 	dh_gconf -p$(cdbs_curpkg) $(DEB_DH_GCONF_ARGS)
 
 clean::
-	rm $(CURDIR)/debian/pycompat
 	rm -rf $(CURDIR)/build
 	rm -rf $(CURDIR)/cGmail.egg-info
 	rm -f cgmail.1 cgmailservice.1

Modified: packages/cgmail/trunk/debian/watch
===================================================================
--- packages/cgmail/trunk/debian/watch	2009-04-26 11:44:47 UTC (rev 2790)
+++ packages/cgmail/trunk/debian/watch	2009-04-26 12:56:14 UTC (rev 2791)
@@ -1,3 +1,2 @@
 version=3
 http://cgmail.tuxfamily.org/files/cgmail_(.*)\.tar\.gz
-




More information about the Python-apps-commits mailing list