--- python-dhm-0.6.orig/debian/changelog +++ python-dhm-0.6/debian/changelog @@ -0,0 +1,108 @@ +python-dhm (0.6-3build1) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:44:19 +0000 + +python-dhm (0.6-3) unstable; urgency=low + + * debian/control + - switch Vcs-Browser field to viewsvn + - updated my email address + - bump Standards-Version to 3.8.0 (no changes needed) + - added ${misc:Depends} to binary package Depends + - build-depends only on python (it's an arch:all package) + * debian/rules + - simplified since we need only to build with a python interpreter (not all + those supported) + * debian/copyright + - updated my email address + - indented with 4 spaces license, upstream author and copyright + - fixed copyright notice updating years for Debian packaging + * debian/{dirs,pycompat} + - removed, since not needed + + -- Sandro Tosi Fri, 30 Jan 2009 10:32:22 +0100 + +python-dhm (0.6-2) unstable; urgency=low + + * Given to DPMT + * debian/control + - DPMT as maintainer (me as uploader) + - added Vcs-Browser and Vcs-Svn + - bump Standards-Version to 3.7.3 (no changes) + - capitalized Python in short description + - changed build-dep from python-all-dev to python-all + + -- Sandro Tosi Sun, 02 Dec 2007 13:40:30 +0100 + +python-dhm (0.6-1) unstable; urgency=low + + * New upstream release + * debian/watch + - added + + -- Sandro Tosi 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 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 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 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 Mon, 2 Aug 2004 09:36:57 -0700 + +python-dhm (0.5-2) unstable; urgency=low + + * Fixed the license, changing it BSD. + + -- Michelle Ribeiro Sun, 19 Oct 2003 11:49:26 -0200 + +python-dhm (0.5-1) unstable; urgency=low + + * Initial Release. (closes: #204821) + + -- Michelle Ribeiro Sat, 18 Oct 2003 21:42:02 -0200 --- python-dhm-0.6.orig/debian/rules +++ python-dhm-0.6/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + python setup.py build + touch $@ + +clean: + dh_testdir + python setup.py clean --all + dh_clean build-stamp + +install: build + python 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 --- python-dhm-0.6.orig/debian/control +++ python-dhm-0.6/debian/control @@ -0,0 +1,24 @@ +Source: python-dhm +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Sandro Tosi +Build-Depends: debhelper (>= 5.0.37.2), python +Build-Depends-Indep: python-support (>= 0.3) +Standards-Version: 3.8.0 +Homepage: http://www.wiggy.net/code/python-dhm/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-dhm/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-dhm/trunk/ +XS-Python-Version: all + +Package: python-dhm +Architecture: all +Depends: ${python:Depends}, ${misc: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. --- python-dhm-0.6.orig/debian/copyright +++ python-dhm-0.6/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Michelle Ribeiro on +Sat, 6 Sep 2003 17:13:42 +0000. + +It is now maintained by Sandro Tosi + +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 + +Copyright: + + 2001-2003 Wichert Akkerman + +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 Copyright (C) 2007-2009, Sandro Tosi +and is licensed under the GPLv2, see `/usr/share/common-licenses/GPL-2'. --- python-dhm-0.6.orig/debian/watch +++ python-dhm-0.6/debian/watch @@ -0,0 +1,4 @@ +# Compulsory line, this is a version 3 file +version=3 + +http://www.wiggy.net/files/dhm-(.*)\.tar\.gz --- python-dhm-0.6.orig/debian/compat +++ python-dhm-0.6/debian/compat @@ -0,0 +1 @@ +5