--- libdevice-serialport-perl-1.04.orig/debian/changelog +++ libdevice-serialport-perl-1.04/debian/changelog @@ -0,0 +1,156 @@ +libdevice-serialport-perl (1.04-2build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 19:44:25 +0000 + +libdevice-serialport-perl (1.04-2build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 12:57:52 +0100 + +libdevice-serialport-perl (1.04-2) unstable; urgency=low + + [ Damyan Ivanov ] + * debian/watch: insert dots in very long minor upstream versions + * debian/rules: drop unneeded dh_link call + * Standards-Version: 3.7.3 (no changes) + * debhelper compatibility level 6 + + [ gregor herrmann ] + * debian/rules: delete /usr/share/perl5 only if it exists. + + -- Damyan Ivanov Mon, 21 Jan 2008 13:18:55 +0200 + +libdevice-serialport-perl (1.04-1) unstable; urgency=low + + [ Kees Cook ] + * New upstream release. + * Drop ancient useless maintainer scripts. + * debian/control: updated for Homepage, Vcs-*. Added to Build-Deps. + + [ Damyan Ivanov ] + * Freshen-up copyright years + * Clean up debian/rules + + Move test suite from install to build target + + Drop unused dh_ calls + + Do not "ifeq" dh_strip as it can parse the environment by itself + + Remove stamps before distclean + * Add myself as an Uploader + * Add a couple of words about modemtest to the long description + * Add pointer to upstream sources in debian/copyright + * Change debian/watch to use dist/ location + + -- Damyan Ivanov Wed, 24 Oct 2007 10:20:38 +0300 + +libdevice-serialport-perl (1.002-1) unstable; urgency=low + + [ Zak B. Elep ] + * New maintainer(s) taking over this package (old maintainer + appears MIA.) Acknowledge NMU by Amaya. (Closes: #359449) + * Revert previous changes that caused this version to appear as + Version 0.22. (Closes: #352295, #295912, #390387) + * debian/control: + + Bump debhelper to version 5, update debian/compat accordingly. + + Bump Standards-Version. + * Added debian/watch . + * Removed debian/postrm as we no longer have debconf modules + installed. + * debian/rules: + + Turn off testing as we don't necessarily have a modem + available on buildds. (Closes: #328172) + + [ Kees Cook ] + * debian/rules: disable test port searching, force to /dev/null. + (Closes: #324877) + * debian/control: added Mike Mattice and self to Uploaders list. + * t/*.t: reverted test changes, as they are not being used in Debian. + + -- Kees Cook Sat, 3 Mar 2007 08:05:04 -0800 + +libdevice-serialport-perl (1.002-0.3) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359449). + + -- Amaya Rodrigo Sastre Mon, 17 Jul 2006 09:41:46 +0200 + +libdevice-serialport-perl (1.002-0.2) unstable; urgency=low + + * NMU + * Upstream suggests the FTBS problem be resolved by disabling tests + for now. (Closes: #328172) Also reverted the patch from #324877) + + -- Jaldhar H. Vyas Fri, 16 Sep 2005 14:23:22 -0400 + +libdevice-serialport-perl (1.002-0.1) unstable; urgency=low + + * NMU + * New upstream version (Closes: #295912) + * Patch from Andreas Jochens so it doesn't FTBS in a pbuilder chroot. + (Closes: #324877) + + -- Jaldhar H. Vyas Thu, 8 Sep 2005 00:13:59 -0400 + +libdevice-serialport-perl (0.22-3) unstable; urgency=low + + * Correct the priority to match the override file. + + -- Mike Mattice Mon, 9 Aug 2004 22:26:13 -0500 + +libdevice-serialport-perl (0.22-2) unstable; urgency=low + + * Fix Build-Depends - Closes: #263768 + + -- Mike Mattice Sat, 7 Aug 2004 20:57:05 -0500 + +libdevice-serialport-perl (0.22-1) unstable; urgency=low + + * New upstream release + + -- Mike Mattice Sat, 14 Feb 2004 18:50:54 -0600 + +libdevice-serialport-perl (0.12-2) unstable; urgency=low + + * Use proper build target - Closes: #157478 + * Add copyright summary from perl package - Closes: #157568 + * Added examples to package - Closes: #146807 + + -- Mike Mattice Fri, 30 Aug 2002 22:16:43 -0500 + +libdevice-serialport-perl (0.12-1) unstable; urgency=low + + * New upstream version. + * Removed debconf creation of .ph files as they should be + included elsewhere. (closes Bug#118043) + * Updated to standard 3.5.6.0 + + -- Mike Mattice Sat, 12 Jan 2002 09:55:22 -0600 + +libdevice-serialport-perl (0.10-2) unstable; urgency=low + + * Applied patch from Preston Smith + to add debconf creation of .ph files required. Closes: #92948. + + -- Mike Mattice Sat, 16 Jun 2001 21:04:11 +0000 + +libdevice-serialport-perl (0.10-1) unstable; urgency=low + + * New upstream release. Closes: #92250. + + -- Mike Mattice Sat, 31 Mar 2001 21:25:05 +0000 + +libdevice-serialport-perl (0.07-2) unstable; urgency=low + + * Updated for new perl policy. + + -- Mike Mattice Wed, 21 Feb 2001 13:52:27 -0600 + +libdevice-serialport-perl (0.07-1) unstable; urgency=low + + * Initial release. + + -- Mike Mattice Tue, 12 Sep 2000 23:23:17 -0500 + + --- libdevice-serialport-perl-1.04.orig/debian/rules +++ libdevice-serialport-perl-1.04/debian/rules @@ -0,0 +1,92 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +# Allow disabling build optimation by setting noopt in +# $DEB_BUILD_OPTIONS +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: build-stamp +build-stamp: + dh_testdir + + # Add commands to compile the package here + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH="" + $(MAKE) test + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + dh_clean build-stamp install-stamp + + # Add commands to clean up after the build process here + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + + # Add here commands to install the package into debian/tmp. + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + # As this is a architecture dependent package, we are not supposed to install + # stuff to /usr/share/perl5. MakeMaker creates the dirs, we delete them from + # the deb: + [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5 + + touch install-stamp + +# 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 TODO README + dh_installexamples eg/* + dh_installchangelogs Changes + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libdevice-serialport-perl-1.04.orig/debian/watch +++ libdevice-serialport-perl-1.04/debian/watch @@ -0,0 +1,4 @@ +version=3 +# Insert dot in very long minor upstream versions +# i.e: 1.002001 becomes 1.002.001 (and gets less than 1.04) +opts="uversionmangle=s/\.(\d\d\d)(\d\d\d)$)/.$1.$2/" http://search.cpan.org/dist/Device-SerialPort/ .*/Device-SerialPort-([.\d]*)\.tar\.gz --- libdevice-serialport-perl-1.04.orig/debian/compat +++ libdevice-serialport-perl-1.04/debian/compat @@ -0,0 +1 @@ +6 --- libdevice-serialport-perl-1.04.orig/debian/control +++ libdevice-serialport-perl-1.04/debian/control @@ -0,0 +1,22 @@ +Source: libdevice-serialport-perl +Section: perl +Priority: extra +Maintainer: Debian Perl Group +Uploaders: Mike Mattice , Zak B. Elep , + Kees Cook , Damyan Ivanov +Build-Depends: debhelper (>= 6.0.0), perl (>= 5.8.0-7), perl-modules +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Device-SerialPort/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevice-serialport-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevice-serialport-perl/ + +Package: libdevice-serialport-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends} +Description: emulation of Win32::SerialPort for Linux/POSIX + Device::SerialPort provides an object-based user interface essentially + identical to the one provided by the Win32::SerialPort module. This + provides device-level access to a system's serial port. + . + Also included is modemtest -- a tool for examining your modem using + Device::SerialPort. --- libdevice-serialport-perl-1.04.orig/debian/copyright +++ libdevice-serialport-perl-1.04/debian/copyright @@ -0,0 +1,32 @@ +This is the debian package for the Device::SerialPort module. +It was created by Mike Mattice . + +Zak B. Elep of the Debian Perl Group, and +Kees Cook took over the maintenance of this package +on Tue, 15 Aug 2006 09:41:36 +0800 + +Upstream source was downloaded from +http://search.cpan.org/dist/Device-SerialPort/ + +The upstream author is: + +Based on Win32::SerialPort.pm, Version 0.8, by Bill Birthisel + Ported to linux/POSIX by Joe Doss for MisterHouse + Ported to Solaris/POSIX by Kees Cook for Sendpage + Ported to BSD/POSIX by Kees Cook + Ported to Perl XS by Kees Cook + +Currently maintained by: + Kees Cook, kees@outflux.net, http://outflux.net/. + + + Copyright (C) 1999, Bill Birthisel. All rights reserved. + Copyright (C) 2000-2005, Kees Cook. All rights reserved. + + This module is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'.