Your message dated Mon, 22 Jun 2009 19:32:03 +0000
with message-id <[email protected]>
and subject line Bug#509092: fixed in libio-pty-perl 1:1.07-2
has caused the Debian Bug report #509092,
regarding Misc packaging cleanups/fixes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
509092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509092
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libio-pty-perl
Version: 1:1.07-1
Severity: minor
Tags: patch

        Hi there,

 I was looking at the packaging of libio-pty-perl and thought I could
 perhaps help improve it slightly; please consider the attached debdiff
 for merging.

  * Bump debhelper compatibility level to 5.
  * Bump Standards-Version to 3.8.0 (no change needed).
  * Cleanup rules.
  * Honor upstream "realclean" failures.
  * Handled noopt DEB_BUILD_OPTIONS.
  * Pass -s to dh_* in binary-arch.
  * Add watch file.
  * Depend on ${misc:Depends}.

   Cheers,
-- 
Loïc Minier
diff -u libio-pty-perl-1.07/debian/compat libio-pty-perl-1.07/debian/compat
--- libio-pty-perl-1.07/debian/compat
+++ libio-pty-perl-1.07/debian/compat
@@ -1 +1 @@
-4
+5
diff -u libio-pty-perl-1.07/debian/changelog libio-pty-perl-1.07/debian/changelog
--- libio-pty-perl-1.07/debian/changelog
+++ libio-pty-perl-1.07/debian/changelog
@@ -1,3 +1,16 @@
+libio-pty-perl (1:1.07-1.1) UNRELEASED; urgency=low
+
+  * Bump debhelper compatibility level to 5.
+  * Bump Standards-Version to 3.8.0 (no change needed).
+  * Cleanup rules.
+  * Honor upstream "realclean" failures.
+  * Handled noopt DEB_BUILD_OPTIONS.
+  * Pass -s to dh_* in binary-arch.
+  * Add watch file.
+  * Depend on ${misc:Depends}.
+
+ -- Loic Minier <[email protected]>  Thu, 18 Dec 2008 10:40:17 +0100
+
libio-pty-perl (1:1.07-1) unstable; urgency=low

  * New upstream release
diff -u libio-pty-perl-1.07/debian/rules libio-pty-perl-1.07/debian/rules
--- libio-pty-perl-1.07/debian/rules
+++ libio-pty-perl-1.07/debian/rules
@@ -1,26 +1,20 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
 # GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE = 1
+OPTIMIZE += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-
 	perl Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-
-	touch build-stamp
+	$(MAKE) OPTIMIZE="$(OPTIMIZE)"
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
-	-$(MAKE) realclean
-
+	[ ! -f Makefile ] || $(MAKE) realclean
 	dh_clean
 
 install: build
@@ -28,31 +22,26 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libio-pty-perl/usr
 	-find debian/libio-pty-perl -depth -type d | xargs rmdir 2>/dev/null
 
-# Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
 
-# Build architecture-dependent files here.
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
-	dh_installchangelogs ChangeLog
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_installdocs -s
+	dh_installchangelogs -s ChangeLog
+	dh_link -s
+	dh_strip -s
+	dh_compress -s
+	dh_fixperms -s
+	dh_installdeb -s
+	dh_perl -s
+	dh_shlibdeps -s
+	dh_gencontrol -s
+	dh_md5sums -s
+	dh_builddeb -s
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install
diff -u libio-pty-perl-1.07/debian/control libio-pty-perl-1.07/debian/control
--- libio-pty-perl-1.07/debian/control
+++ libio-pty-perl-1.07/debian/control
@@ -2,12 +2,12 @@
 Section: perl
 Priority: optional
 Maintainer: Joergen Haegg <[email protected]>
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Build-Depends: perl (>= 5.8), debhelper (>= 5)
 
 Package: libio-pty-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
 Provides: libio-tty-perl
 Description: Perl module for pseudo tty IO
  IO::Pty provides I/O handles to the master- and slave-side of a
only in patch2:
unchanged:
--- libio-pty-perl-1.07.orig/debian/watch
+++ libio-pty-perl-1.07/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/IO/IO-Tty-([\d.]+)\.tar\.gz

--- End Message ---
--- Begin Message ---
Source: libio-pty-perl
Source-Version: 1:1.07-2

We believe that the bug you reported is fixed in the latest version of
libio-pty-perl, which is due to be installed in the Debian FTP archive:

libio-pty-perl_1.07-2.diff.gz
  to pool/main/libi/libio-pty-perl/libio-pty-perl_1.07-2.diff.gz
libio-pty-perl_1.07-2.dsc
  to pool/main/libi/libio-pty-perl/libio-pty-perl_1.07-2.dsc
libio-pty-perl_1.07-2_i386.deb
  to pool/main/libi/libio-pty-perl/libio-pty-perl_1.07-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joergen Haegg <[email protected]> (supplier of updated libio-pty-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 16 Dec 2008 20:44:00 +0100
Source: libio-pty-perl
Binary: libio-pty-perl
Architecture: source i386
Version: 1:1.07-2
Distribution: unstable
Urgency: low
Maintainer: Joergen Haegg <[email protected]>
Changed-By: Joergen Haegg <[email protected]>
Description: 
 libio-pty-perl - Perl module for pseudo tty IO
Closes: 493936 509092
Changes: 
 libio-pty-perl (1:1.07-2) unstable; urgency=low
 .
   * added 'try' script to examples
   * upgraded to debian policy 3.8.0 (Closes: #493936)
   * fixed pod error in Constant.pm
   * applied following fixes from Loic Minier (Closes: #509092)
   * Bump debhelper compatibility level to 5.
   * Cleanup rules.
   * Honor upstream "realclean" failures.
   * Handled noopt DEB_BUILD_OPTIONS.
   * Pass -s to dh_* in binary-arch.
   * Add watch file.
   * Depend on ${misc:Depends}.
Checksums-Sha1: 
 9dd0305a0b9d554031c3c5cdd05a848df26399a5 992 libio-pty-perl_1.07-2.dsc
 0a25e71e3d56caf6f60375ed8f12a0cf55154866 3050 libio-pty-perl_1.07-2.diff.gz
 2a9467b1b5efe619ea9b28b07f430c500aa6523d 42114 libio-pty-perl_1.07-2_i386.deb
Checksums-Sha256: 
 d9387cbca101f31d5ac668f5a8e6c0781d09dde5061a52b93e5ede221e855410 992 
libio-pty-perl_1.07-2.dsc
 a4cae498c976aaf894b89f5febaa07c70929fe79959e706645a3c1deddd7ba91 3050 
libio-pty-perl_1.07-2.diff.gz
 8517fd557ff65781cc331dcd5475940c5e9e13f20cf7070453cdc2c7ee9c05f9 42114 
libio-pty-perl_1.07-2_i386.deb
Files: 
 181020bf3c99e9f36c25c4fef2884c00 992 perl optional libio-pty-perl_1.07-2.dsc
 97c213dff78fe9f0239d6604666d328a 3050 perl optional 
libio-pty-perl_1.07-2.diff.gz
 5e507559d7b3bdf660279c2c105f95a6 42114 perl optional 
libio-pty-perl_1.07-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKP8uZygfmFBKqHbgRAh/GAJ4hQxlua6wkYf/KFX00Llk1lainAACeNB3U
ysT0d5KeNFyjU3yjydmT7d0=
=CYmY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to