From fd278f2eb8b99076d86999fd45ca96d54e337d12 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 8 Dec 2006 12:17:00 +0100 Subject: pyg 0.9.6-4.1 from archive.debian.org --- debian/changelog | 15 +++++++++------ debian/control | 11 +++-------- debian/rules | 4 +++- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'debian') 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 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 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 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 -<<<<<<< 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 -- cgit