aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2006-12-08 12:17:00 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-01-03 10:34:54 +0100
commitfd278f2eb8b99076d86999fd45ca96d54e337d12 (patch)
treebccbee7f89a86e1325c3b9fcd833d311481612a8 /debian
parent4c6607a67fa1da57b4a885594bf28c9450afb4dc (diff)
downloadpygn-fd278f2eb8b99076d86999fd45ca96d54e337d12.tar.gz
pyg 0.9.6-4.1 from archive.debian.org0.9.6-4.1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
-rw-r--r--debian/control11
-rwxr-xr-xdebian/rules4
3 files changed, 15 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 2020dcf..458e5aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
-<<<<<<< HEAD
-=======
+pyg (0.9.6-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update package to the last python policy (Closes: #380905).
+ * Bump DH_COMPAT to 4.
+ * Bump Standards-Version to 3.7.2.
+
+ -- Pierre Habouzit <madcoder@debian.org> Sat, 12 Aug 2006 14:01:38 +0200
+
pyg (0.9.6-4) unstable; urgency=low
* added some more header to be stripepd in mail2news class
@@ -21,7 +28,6 @@ pyg (0.9.6-3) unstable; urgency=low
-- Cosimo Alfarano <kalfa@debian.org> Wed, 5 Nov 2003 11:59:29 +0100
->>>>>>> 32401d9... pyg 0.9.6-4 from archive.debian.org
pyg (0.9.6-2) unstable; urgency=low
* typos in debian/control fixed (closes: #125276)
@@ -191,6 +197,3 @@ pyg (0.9-1) unstable; urgency=low
-- Cosimo Alfarano <alfarano@students.cs.unibo.it> Sun, 25 Jun 2000 17:52:35 +0200
-Local variables:
-mode: debian-changelog
-End:
diff --git a/debian/control b/debian/control
index f5076b3..9689cc3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,12 @@ Source: pyg
Section: news
Priority: optional
Maintainer: Cosimo Alfarano <kalfa@debian.org>
-<<<<<<< HEAD
-Standards-Version: 3.5.6.0
-Build-Depends: debhelper, python-dev (>= 2.1), flex, bison
-=======
-Standards-Version: 3.6.1.0
-Build-Depends: debhelper (>= 3.0), python-dev (>= 2.1), flex, bison
->>>>>>> 32401d9... pyg 0.9.6-4 from archive.debian.org
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 3.0), python-dev (>= 2.1), flex, bison, python-support (>= 0.4.0)
Package: pyg
Architecture: any
-Depends: python (>= 2.1)
+Depends: ${python:Depends}
Suggests: news-transport-system , mail-transport-agent, procmail
Description: Python Mail <-> News Gateway
Python Gateway Script from news to mail and vice versa.
diff --git a/debian/rules b/debian/rules
index 23bee10..1270bed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
export package=pyg
export debdestdir=$(CURDIR)/debian/$(package)
@@ -59,6 +59,8 @@ binary-arch: build install
# dh_fixperms doesn't fix perms in /usr/share/doc subdirs
find $(debdestdir)/usr/share/doc/$(package) -type d -exec chmod 0755 {} \;
+
+ dh_pysupport
dh_strip
dh_compress