Control: tags 786229 + patch Control: tags 786229 + pending Dear maintainer,
I've prepared an NMU for django-threaded-multihost (versioned as 1.3.2-3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: http://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
diffstat for django-threaded-multihost-1.3.2 django-threaded-multihost-1.3.2 .git-dpm | 11 +++++++++++ changelog | 14 ++++++++++++++ control | 6 +++--- patches/fix_for_networkbuild.patch | 20 +++++++++++++++----- rules | 3 +-- 5 files changed, 44 insertions(+), 10 deletions(-) diff -Nru django-threaded-multihost-1.3.2/debian/changelog django-threaded-multihost-1.3.2/debian/changelog --- django-threaded-multihost-1.3.2/debian/changelog 2010-04-14 07:02:44.000000000 +0000 +++ django-threaded-multihost-1.3.2/debian/changelog 2015-12-12 18:15:04.000000000 +0000 @@ -1,3 +1,17 @@ +django-threaded-multihost (1.3.2-3) unstable; urgency=medium + + * Team upload. + + [ SVN-Git Migration ] + * git-dpm config. + * Update Vcs fields for git migration. + + [ Mattia Rizzolo ] + * Remove explicit quilt usage, source format 3.0 doesn't require it. + * Port to dh-python2 (from python-support). (Closes: #786229) + + -- Mattia Rizzolo <[email protected]> Sat, 12 Dec 2015 18:14:16 +0000 + django-threaded-multihost (1.3.2-2) unstable; urgency=low * Changing to quilt 3.0. diff -Nru django-threaded-multihost-1.3.2/debian/control django-threaded-multihost-1.3.2/debian/control --- django-threaded-multihost-1.3.2/debian/control 2010-04-14 07:02:44.000000000 +0000 +++ django-threaded-multihost-1.3.2/debian/control 2015-12-12 18:06:55.000000000 +0000 @@ -3,12 +3,12 @@ Priority: optional Maintainer: Deepak Tripathi <[email protected]> Uploaders: Debian Python Modules Team <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5), python-support, python-setuptools, quilt (>= 0.46-7~) +Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5), dh-python, python-setuptools Standards-Version: 3.8.4 XS-Python-Version: all Homepage: http://gosatchmo.com/apps/django-threaded-multihost/ -Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-threaded-multihost/trunk/ -Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-threaded-multihost/trunk/ +Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-threaded-multihost.git +Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-threaded-multihost.git Package: python-django-threaded-multihost Architecture: all diff -Nru django-threaded-multihost-1.3.2/debian/.git-dpm django-threaded-multihost-1.3.2/debian/.git-dpm --- django-threaded-multihost-1.3.2/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 +++ django-threaded-multihost-1.3.2/debian/.git-dpm 2015-12-12 18:01:33.000000000 +0000 @@ -0,0 +1,11 @@ +# see git-dpm(1) from git-dpm package +baf114a84bd30991b954c87703af9b2f609e55e4 +baf114a84bd30991b954c87703af9b2f609e55e4 +0de45eec6c84fd07bef7b35fc6c35d78e783ee3f +0de45eec6c84fd07bef7b35fc6c35d78e783ee3f +django-threaded-multihost_1.3.2.orig.tar.gz +420ee59166767e08fc32fb83f3e9c3b881dd6333 +12971 +debianTag="debian/%e%v" +patchedTag="patched/%e%v" +upstreamTag="upstream/%e%u" diff -Nru django-threaded-multihost-1.3.2/debian/patches/fix_for_networkbuild.patch django-threaded-multihost-1.3.2/debian/patches/fix_for_networkbuild.patch --- django-threaded-multihost-1.3.2/debian/patches/fix_for_networkbuild.patch 2010-04-14 07:02:44.000000000 +0000 +++ django-threaded-multihost-1.3.2/debian/patches/fix_for_networkbuild.patch 2015-12-12 18:01:33.000000000 +0000 @@ -1,14 +1,24 @@ -Index: django-threaded-multihost-1.3.2/setup.py -=================================================================== ---- django-threaded-multihost-1.3.2.orig/setup.py 2010-04-13 14:06:46.000000000 +0530 -+++ django-threaded-multihost-1.3.2/setup.py 2010-04-13 14:08:02.000000000 +0530 +From baf114a84bd30991b954c87703af9b2f609e55e4 Mon Sep 17 00:00:00 2001 +From: SVN-Git Migration <[email protected]> +Date: Thu, 8 Oct 2015 08:57:58 -0700 +Subject: fix_for_networkbuild + +Patch-Name: fix_for_networkbuild.patch +--- + setup.py | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +diff --git a/setup.py b/setup.py +index 7e9a8bc..74cf1b2 100644 +--- a/setup.py ++++ b/setup.py @@ -1,5 +1,3 @@ -import ez_setup -ez_setup.use_setuptools() from setuptools import setup, find_packages version = __import__('threaded_multihost').__version__ -@@ -26,5 +24,5 @@ +@@ -26,5 +24,5 @@ setup( packages = ['threaded_multihost'], #package_dir = {'':'threaded_multihost'}, include_package_data = False, diff -Nru django-threaded-multihost-1.3.2/debian/rules django-threaded-multihost-1.3.2/debian/rules --- django-threaded-multihost-1.3.2/debian/rules 2010-04-14 07:14:04.000000000 +0000 +++ django-threaded-multihost-1.3.2/debian/rules 2015-12-12 18:07:02.000000000 +0000 @@ -1,10 +1,9 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh --with python2 $@ override_dh_auto_clean: - dh_quilt_patch dh_auto_clean rm -rf build/ rm -rf django_threaded_multihost.egg-info
signature.asc
Description: PGP signature

