[Python-modules-commits] [maptransfer] 01/04: use dh compat 9

Mattia Rizzolo mattia at mapreri.org
Sun Dec 13 17:44:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository maptransfer.

commit 0cdb3a95d450244cb7dfba09cc77faebc1a69a83
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Dec 13 17:37:54 2015 +0000

    use dh compat 9
---
 debian/compat  |  2 +-
 debian/control |  2 +-
 debian/rules   | 16 ----------------
 3 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 088d8aa..6299bac 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
-Build-Depends: python (>= 2.5), debhelper (>= 7.0.50~)
+Build-Depends: python (>= 2.5), debhelper (>= 9)
 Build-Depends-Indep: python-support (>= 0.3)
 Standards-Version: 3.8.4
 Homepage: http://bitbucket.org/Svedrin/maptransfer/wiki/
diff --git a/debian/rules b/debian/rules
index a8da517..b570134 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,5 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
-
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-
 %:
 	dh  $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/maptransfer.git



More information about the Python-modules-commits mailing list