[Python-modules-commits] r3797 - in packages/python-dhm/trunk (9 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sun Dec 2 12:35:20 UTC 2007


    Date: Sunday, December 2, 2007 @ 12:35:18
  Author: morph-guest
Revision: 3797

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-dhm/trunk/debian/
  packages/python-dhm/trunk/debian/changelog
  packages/python-dhm/trunk/debian/compat
  packages/python-dhm/trunk/debian/control
  packages/python-dhm/trunk/debian/copyright
  packages/python-dhm/trunk/debian/dirs
  packages/python-dhm/trunk/debian/pycompat
  packages/python-dhm/trunk/debian/rules
  packages/python-dhm/trunk/debian/watch


Property changes on: packages/python-dhm/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/python-dhm/trunk/debian/changelog
===================================================================
--- packages/python-dhm/trunk/debian/changelog	                        (rev 0)
+++ packages/python-dhm/trunk/debian/changelog	2007-12-02 12:35:18 UTC (rev 3797)
@@ -0,0 +1,70 @@
+python-dhm (0.6-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/watch
+    - added
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 29 Sep 2007 20:04:14 +0200
+
+python-dhm (0.5-3) unstable; urgency=low
+
+  * Adopting this package (Closes: #439041)
+  * debian/control
+    - set myself as package maintainer
+    - Homepage field is now in the source stanza, linking to the right URL
+      (Closes: #435511)
+    - added field XS-Python-Version
+    - simple changes to long and short package description
+  * debian/compat
+    - bump to 5
+  * debian/copyright
+    - updated maintainer info
+    - updated upstream website
+    - added copyright for the package
+    - added right copyright information for upstream, moving previous under
+      licence area
+    - removed wrong BSD licence, replaced with GPLv2, as mentioned in every
+      source file
+  * Acknowledging NMU (Closes: #351139)
+  * Acknowledging NMU (Closes: #373527)
+  * debian/rules
+    - minor cleanup (comments at the beginning)
+    - remove dh_python since using python-support
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 27 Sep 2007 20:18:07 +0200
+
+python-dhm (0.5-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update package to the last python policy (Closes: #373527).
+
+ -- Pierre Habouzit <madcoder at debian.org>  Sat,  1 Jul 2006 13:20:08 +0200
+
+python-dhm (0.5-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove python2.2-dhm (Closes: #351139)
+  * Added python2.4-dhm
+  * Build-depend on python-all-dev
+  * Updated Debian policy version to 3.6.2 (no changes required)
+
+ -- Torsten Marek <shlomme at debian.org>  Sat, 22 Apr 2006 16:12:09 +0200
+
+python-dhm (0.5-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add Build-Depends on python to fix FTBFS. (Closes: #259121)
+
+ -- Joshua Kwan <joshk at triplehelix.org>  Mon,  2 Aug 2004 09:36:57 -0700
+
+python-dhm (0.5-2) unstable; urgency=low
+
+  * Fixed the license, changing it BSD.
+
+ -- Michelle Ribeiro <michelle at cipsga.org.br>  Sun, 19 Oct 2003 11:49:26 -0200
+
+python-dhm (0.5-1) unstable; urgency=low
+
+  * Initial Release. (closes: #204821)
+
+ -- Michelle Ribeiro <michelle at cipsga.org.br>  Sat, 18 Oct 2003 21:42:02 -0200

Added: packages/python-dhm/trunk/debian/compat
===================================================================
--- packages/python-dhm/trunk/debian/compat	                        (rev 0)
+++ packages/python-dhm/trunk/debian/compat	2007-12-02 12:35:18 UTC (rev 3797)
@@ -0,0 +1 @@
+5

Added: packages/python-dhm/trunk/debian/control
===================================================================
--- packages/python-dhm/trunk/debian/control	                        (rev 0)
+++ packages/python-dhm/trunk/debian/control	2007-12-02 12:35:18 UTC (rev 3797)
@@ -0,0 +1,21 @@
+Source: python-dhm
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <matrixhasu at gmail.com>
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11)
+Build-Depends-Indep: python-support (>= 0.3)
+Standards-Version: 3.7.2
+Homepage: http://www.wiggy.net/code/python-dhm/
+XS-Python-Version: all
+
+Package: python-dhm
+Architecture: all
+Depends: ${python:Depends}
+Provides: ${python:Provides}
+Replaces: python2.3-dhm (<< 0.5-2.3), python2.4-dhm (<< 0.5-2.3)
+Conflicts: python2.3-dhm (<< 0.5-2.3), python2.4-dhm (<< 0.5-2.3)
+XB-Python-Version: ${python:Versions}
+Description: collection of python utilities / helper
+ A collection of various tools wich cover a broad range of things: classes
+ to make it easier to deal with LDAP and SQL databases, CGI-related tools,
+ general string manipulation, process handling, file management, etc.

Added: packages/python-dhm/trunk/debian/copyright
===================================================================
--- packages/python-dhm/trunk/debian/copyright	                        (rev 0)
+++ packages/python-dhm/trunk/debian/copyright	2007-12-02 12:35:18 UTC (rev 3797)
@@ -0,0 +1,33 @@
+This package was debianized by Michelle Ribeiro <michelle at cipsga.org.br> on
+Sat,  6 Sep 2003 17:13:42 +0000.
+
+It is now maintained by Sandro Tosi <matrixhasu at gmail.com>
+
+It was downloaded from http://www.wiggy.net/code/python-dhm.xhtml ,
+but now is available on http://www.wiggy.net/code/python-dhm/
+
+Upstream Author: Wichert Akkerman <wichert at deephackmode.org>
+
+Copyright: 2001-2003 Wichert Akkerman <wichert at deephackmode.org>
+
+Licence:
+
+   This file is free software; you can redistribute it and/or modify it
+   under the terms of version 2 of the GNU General Public License as
+   published by the Free Software Foundation.
+
+   This program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+   Calculate shared library dependencies
+
+On Debian systems, the complete text of the GPLv2 License can be 
+found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is (C) 2007, Sandro Tosi <matrixhasu at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/python-dhm/trunk/debian/dirs
===================================================================
--- packages/python-dhm/trunk/debian/dirs	                        (rev 0)
+++ packages/python-dhm/trunk/debian/dirs	2007-12-02 12:35:18 UTC (rev 3797)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages/python-dhm/trunk/debian/pycompat
===================================================================
--- packages/python-dhm/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-dhm/trunk/debian/pycompat	2007-12-02 12:35:18 UTC (rev 3797)
@@ -0,0 +1 @@
+2

Added: packages/python-dhm/trunk/debian/rules
===================================================================
--- packages/python-dhm/trunk/debian/rules	                        (rev 0)
+++ packages/python-dhm/trunk/debian/rules	2007-12-02 12:35:18 UTC (rev 3797)
@@ -0,0 +1,51 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PYVERS := $(shell pyversions -r)
+
+build: build-stamp
+build-stamp: $(PYVERS:%=build-ext-%)
+	touch $@
+
+build-ext-%:
+	dh_testdir
+	$* setup.py build
+	touch $@
+
+clean: $(PYVERS:%=clean-ext-%)
+	dh_testdir
+	rm -f build-stamp
+	dh_clean
+
+clean-ext-%:
+	dh_testdir
+	$* setup.py clean --all
+
+install: build $(PYVERS:%=install-ext-%)
+install-ext-%:
+	$* setup.py install --root $(CURDIR)/debian/python-dhm
+
+# Build architecture-independent files here.
+binary-arch: 
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installchangelogs --keep NEWS
+	dh_installdocs
+	dh_compress
+	dh_fixperms
+	dh_pysupport
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/python-dhm/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-dhm/trunk/debian/watch
===================================================================
--- packages/python-dhm/trunk/debian/watch	                        (rev 0)
+++ packages/python-dhm/trunk/debian/watch	2007-12-02 12:35:18 UTC (rev 3797)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://www.wiggy.net/files/dhm-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list