[Python-modules-commits] r15460 - in packages/pysilc/trunk/debian (4 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Feb 5 13:33:57 UTC 2011


    Date: Saturday, February 5, 2011 @ 13:33:54
  Author: stefanor
Revision: 15460

* Switch to dh_python2.
  - Use X-Python-Version. Build-Depend on python >= 2.6.5-13.
  - Use Breaks: ${python:Breaks}
  - Remove unnecessary dh_auto_install override.
* Bumped Standards-Version to 3.9.1, no changes needed.
* Update my e-mail address.
* Update copyright format.

Modified:
  packages/pysilc/trunk/debian/changelog
  packages/pysilc/trunk/debian/control
  packages/pysilc/trunk/debian/copyright
  packages/pysilc/trunk/debian/rules

Modified: packages/pysilc/trunk/debian/changelog
===================================================================
--- packages/pysilc/trunk/debian/changelog	2011-02-05 13:09:13 UTC (rev 15459)
+++ packages/pysilc/trunk/debian/changelog	2011-02-05 13:33:54 UTC (rev 15460)
@@ -2,18 +2,22 @@
 
   * Patches:
     - Add patch to example demo.py for UTF-8 Real Names in /etc/passwd.
+  * Switch to dh_python2.
   * debian/control:
-    - Bumped Build-Depends for python-support to 0.90 as debian/rules depends
-      on the new layout.
+    - Use X-Python-Version. Build-Depend on python >= 2.6.5-13.
+    - Use Breaks: ${python:Breaks}
     - Bumped Build-Depends for debhelper to 7.3.5 as it expects automatic
       building of debug packages.
     - Moved python-dbg from Depends to Recommends, as it is not essential.
   * debian/rules:
-    - Remove unecessary dh_auto_install override.
+    - Remove unnecessary dh_auto_install override.
     - Symlink to /usr/share/doc/python-silc-dbg to python-silc.
     - Fix FTBFS with nostrip build option.
+  * Bumped Standards-Version to 3.9.1, no changes needed.
+  * Update my e-mail address.
+  * Update copyright format.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Thu, 29 Apr 2010 09:15:45 +0200
+ -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 15:33:31 +0200
 
 pysilc (0.5-1) unstable; urgency=low
 

Modified: packages/pysilc/trunk/debian/control
===================================================================
--- packages/pysilc/trunk/debian/control	2011-02-05 13:09:13 UTC (rev 15459)
+++ packages/pysilc/trunk/debian/control	2011-02-05 13:33:54 UTC (rev 15460)
@@ -2,11 +2,14 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7.3.5~), python-support (>= 0.90), libsilc-dev,
- python-all-dev, python-all-dbg
-XS-Python-Version: >= 2.5
-Standards-Version: 3.8.4
+Uploaders: Stefano Rivera <stefanor at debian.org>
+Build-Depends:
+ debhelper (>= 7.3.5~),
+ libsilc-dev,
+ python-all-dbg,
+ python-all-dev (>= 2.6.5-13~)
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.1
 Homepage: http://www.liquidx.net/pysilc/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pysilc/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pysilc/trunk/
@@ -14,6 +17,7 @@
 Package: python-silc
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Breaks: ${python:Breaks}
 Description: Python bindings for SILC
  PySilc is a near-complete set of Python bindings for creating SILC clients
  using the silc-toolkit. It allows developers to write simple bots and clients
@@ -29,8 +33,12 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
- python-silc (= ${binary:Version})
+Depends:
+ python-silc (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Breaks: ${python:Breaks}
 Recommends: python-dbg
 Description: Python bindings for SILC (debug extension)
  PySilc is a near-complete set of Python bindings for creating SILC clients

Modified: packages/pysilc/trunk/debian/copyright
===================================================================
--- packages/pysilc/trunk/debian/copyright	2011-02-05 13:09:13 UTC (rev 15459)
+++ packages/pysilc/trunk/debian/copyright	2011-02-05 13:33:54 UTC (rev 15460)
@@ -1,19 +1,16 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: pysilc
-Maintainer: Alastair Tse <alastair at liquidx.net>
-Source: http://www.liquidx.net/pysilc/
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+Upstream-Name: Pysilc
+Upstream-Contact: Alastair Tse <alastair at liquidx.net>
+Source: http://developer.berlios.de/projects/python-silc/
 
 Files: *
 Copyright:
  2006, Alastair Tse <alastair at liquidx.net>
  2007, Martynas Venckus <martynas at altroot.org>
-License: BSD
- This program is free software; you can redistributed it and/or modify
- it under the terms of the BSD License.
- .
+License:
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
-
+ .
      * Redistributions of source code must retain the above copyright notice,
      * this list of conditions and the following disclaimer.
      * Redistributions in binary form must reproduce the above copyright
@@ -22,7 +19,7 @@
      * Neither the name of the pysilc nor the names of its
      * contributors may be used to endorse or promote products derived from
      * this software without specific prior written permission.
-
+ .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -34,8 +31,8 @@
 
 Files: debian/*
 Copyright:
- 2009, Michael Gorven <michael at gorven.za.net>
- 2010, Stefano Rivera <stefano at rivera.za.net>
+ 2009,      Michael Gorven <michael at gorven.za.net>
+ 2010-2011, Stefano Rivera <stefano at rivera.za.net>
 License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

Modified: packages/pysilc/trunk/debian/rules
===================================================================
--- packages/pysilc/trunk/debian/rules	2011-02-05 13:09:13 UTC (rev 15459)
+++ packages/pysilc/trunk/debian/rules	2011-02-05 13:33:54 UTC (rev 15460)
@@ -1,12 +1,11 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip --dbg-package=python-silc-dbg
-	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
 endif
 
 override_dh_installdocs:




More information about the Python-modules-commits mailing list