[Python-modules-commits] r10668 - in packages/pylibmc/trunk/debian (5 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Thu Dec 3 13:54:35 UTC 2009


    Date: Thursday, December 3, 2009 @ 13:54:30
  Author: chaica-guest
Revision: 10668

* Added a -dbg package
* Added a debian/install
* Added a debian/python-pylibmc-dbg.install
* debian/copyright
  - Using the same licence for packaging as the upstream
* debian/control
  - Added a python-pylibmc-dbg section
* debian/rules
  - Added a dh_strip override for the -dbg package

Added:
  packages/pylibmc/trunk/debian/install
  packages/pylibmc/trunk/debian/python-pylibmc-dbg.install
Modified:
  packages/pylibmc/trunk/debian/control
  packages/pylibmc/trunk/debian/copyright
  packages/pylibmc/trunk/debian/rules

Modified: packages/pylibmc/trunk/debian/control
===================================================================
--- packages/pylibmc/trunk/debian/control	2009-12-03 13:53:08 UTC (rev 10667)
+++ packages/pylibmc/trunk/debian/control	2009-12-03 13:54:30 UTC (rev 10668)
@@ -4,7 +4,7 @@
 XS-Python-Version: >= 2.5
 Maintainer: Carl Chenet <chaica at ohmytux.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python (>= 2.5), python-support, python-all-dev, libmemcached-dev
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5), python-support, python-all-dev, python-all-dbg, libmemcached-dev
 Standards-Version: 3.8.3
 Homepage: http://pypi.python.org/pypi/pylibmc/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pylibmc/trunk
@@ -19,3 +19,17 @@
  extension _pylibmc, which is a wrapper around libmemcached
  from TangentOrg. It also manages pooling in a multi-threading
  environment.
+
+Package: python-pylibmc-dbg
+Architecture: any
+Priority: extra
+Section: debug
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-pylibmc (= ${binary:Version})
+Description: libmemcached wrapper (debug mode)
+ Pylibmc is a Python wrapper around the accompanying C Python
+ extension _pylibmc, which is a wrapper around libmemcached
+ from TangentOrg. It also manages pooling in a multi-threading
+ environment.
+ .
+ This package provides the debug mode.
+

Modified: packages/pylibmc/trunk/debian/copyright
===================================================================
--- packages/pylibmc/trunk/debian/copyright	2009-12-03 13:53:08 UTC (rev 10667)
+++ packages/pylibmc/trunk/debian/copyright	2009-12-03 13:54:30 UTC (rev 10668)
@@ -1,4 +1,4 @@
-This package was debianized by Chenet Carl <chaica at ohmytux.com> on
+This package was debianized by Carl Chenet <chaica at ohmytux.com> on
 Fri, 13 Feb 2009 11:58:58 +0100.
 
 It was downloaded from http://pypi.python.org/pypi/pylibmc/
@@ -38,10 +38,5 @@
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-The Debian packaging is © 2009, Chenet Carl <chaica at ohmytux.com> and
-is licensed under the GPL-3 or any later version.
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-3'.
-
-
+The Debian packaging is © 2009, Carl Chenet <chaica at ohmytux.com> and
+is under the same license as pylibmc.

Added: packages/pylibmc/trunk/debian/install
===================================================================
--- packages/pylibmc/trunk/debian/install	                        (rev 0)
+++ packages/pylibmc/trunk/debian/install	2009-12-03 13:54:30 UTC (rev 10668)
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/python*/*-packages/_pylibmc.so
+debian/tmp/usr/lib/python*/*-packages/pylibmc.py

Added: packages/pylibmc/trunk/debian/python-pylibmc-dbg.install
===================================================================
--- packages/pylibmc/trunk/debian/python-pylibmc-dbg.install	                        (rev 0)
+++ packages/pylibmc/trunk/debian/python-pylibmc-dbg.install	2009-12-03 13:54:30 UTC (rev 10668)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/python*/*-packages/_pylibmc_d.so

Modified: packages/pylibmc/trunk/debian/rules
===================================================================
--- packages/pylibmc/trunk/debian/rules	2009-12-03 13:53:08 UTC (rev 10667)
+++ packages/pylibmc/trunk/debian/rules	2009-12-03 13:54:30 UTC (rev 10668)
@@ -3,3 +3,5 @@
 %:
 	dh $@
 
+override_dh_strip:
+	dh_strip --dbg-package=python-pylibmc-dbg




More information about the Python-modules-commits mailing list