[Python-apps-commits] r6653 - in packages/lottanzb/trunk/debian (changelog control rules)

lantash-guest at users.alioth.debian.org lantash-guest at users.alioth.debian.org
Tue Feb 15 14:52:40 UTC 2011


    Date: Tuesday, February 15, 2011 @ 14:52:29
  Author: lantash-guest
Revision: 6653

Switch to dh_python2.

Modified:
  packages/lottanzb/trunk/debian/changelog
  packages/lottanzb/trunk/debian/control
  packages/lottanzb/trunk/debian/rules

Modified: packages/lottanzb/trunk/debian/changelog
===================================================================
--- packages/lottanzb/trunk/debian/changelog	2011-02-15 14:15:48 UTC (rev 6652)
+++ packages/lottanzb/trunk/debian/changelog	2011-02-15 14:52:29 UTC (rev 6653)
@@ -1,25 +1,29 @@
 lottanzb (0.6-1) unstable; urgency=low
 
   * New upstream release.
+  
   * Switch to dpkg-source 3.0 (quilt) format.
   * Use debhelper 7 instead of cdbs.
+  * Use dh_python2 instead of python-support.
   * Delete superfluous debian/pyversions and debian/pycompat.
   
   * debian/compat:
     + Bump to debhelper 7.
   * debian/control:
-    + Update Description.
+    + Change Priority from extra to optional.
+    + Replace XS-Python-Version with X-Python-Version and bump it to >= 2.6.
+    + Remove cdbs and python-support from Build-Depends.
+    + Bump debhelper to >= 7.0.50~ in Build-Depends.
+    + Bump python to >= 2.6.6-3 in Build-Depends.
     + Remove python-kiwi, hellanzb and python from Depends.
     + Add python-configobj to Depends.
-    + Remove cdbs from Build-Depends.
-    + Bump debhelper to >= 7.0.50~ in Build-Depends.
     + Bump python-gtk2 to >= 2.16 in Depends.
     + Bump yelp to >= 2.30 in Recommends for Mallard support.
     + Add python-apt and apturl to Recommends.
     + Add sabnzbdplus to Suggests.
     + Replace hellanzb with sabnzbdplus in Enhances.
-    + Bump XS-Python-Version to >= 2.6.
-    + Change Priority from extra to optional.
+    + Add ${python:Breaks} to Breaks.
+    + Update Description.
   * debian/copyright:
     + Make it machine-interpretable according to DEP-5.
     + No code originating from Kiwi is used anymore.

Modified: packages/lottanzb/trunk/debian/control
===================================================================
--- packages/lottanzb/trunk/debian/control	2011-02-15 14:15:48 UTC (rev 6652)
+++ packages/lottanzb/trunk/debian/control	2011-02-15 14:52:29 UTC (rev 6653)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Severin Heiniger <severinheiniger at gmail.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python, python-support
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
 Build-Depends-Indep: intltool
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/lottanzb/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/lottanzb/trunk
 Homepage: http://www.lottanzb.org/
-XS-Python-Version: >= 2.6
+X-Python-Version: >= 2.6
 
 Package: lottanzb
 Architecture: all
@@ -17,6 +17,7 @@
 Recommends: python-gnome2, yelp (>= 2.30), python-apt (>= 0.6.13), apturl, python-openssl
 Suggests: sabnzbdplus (>= 0.5.2)
 Enhances: sabnzbdplus
+Breaks: ${python:Breaks}
 Description: simple and automated Usenet downloader for Newzbin (NZB) files
  LottaNZB aims to simplify and automate the download of files from the Usenet.
  You can tell LottaNZB what to download using NZB files, which are created

Modified: packages/lottanzb/trunk/debian/rules
===================================================================
--- packages/lottanzb/trunk/debian/rules	2011-02-15 14:15:48 UTC (rev 6652)
+++ packages/lottanzb/trunk/debian/rules	2011-02-15 14:52:29 UTC (rev 6653)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_install:
 	dh_auto_install -- --packaging-mode




More information about the Python-apps-commits mailing list