--- libmodem-vgetty-perl-0.03.orig/debian/changelog +++ libmodem-vgetty-perl-0.03/debian/changelog @@ -0,0 +1,12 @@ +libmodem-vgetty-perl (0.03-2) unstable; urgency=low + + * Fix lintian errors and warnings + + -- Michael C. Schultheiss Wed, 29 May 2013 19:48:58 +0000 + +libmodem-vgetty-perl (0.03-1) unstable; urgency=low + + * Initial Release (Closes: #273963) + + -- Michael C. Schultheiss Tue, 28 Sep 2004 20:46:06 -0500 + --- libmodem-vgetty-perl-0.03.orig/debian/copyright +++ libmodem-vgetty-perl-0.03/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Michael C. Schultheiss on +Tue, 28 Sep 2004 20:46:06 -0500. + +It was downloaded from http://www.cpan.org/authors/id/Y/YE/YENYA/ + +Copyright: Copyright (c) 1998 Jan "Yenya" Kasprzak + +Upstream Author: Jan "Yenya" Kasprzak + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + 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'. --- libmodem-vgetty-perl-0.03.orig/debian/compat +++ libmodem-vgetty-perl-0.03/debian/compat @@ -0,0 +1 @@ +8 --- libmodem-vgetty-perl-0.03.orig/debian/rules +++ libmodem-vgetty-perl-0.03/debian/rules @@ -0,0 +1,52 @@ +#! /usr/bin/make -f +# -*-makefile-*- +# debian/rules file for libmodem-vgetty-perl + +PERL ?= /usr/bin/perl + +package := $(shell sed -ne 's/^Package: *//p' debian/control) +destdir := $(CURDIR)/debian/$(package) + +version := $(shell dpkg-parsechangelog | \ + sed -ne 's/^Version: *\([0-9]\+:\)*//p') + +build: build-indep build-arch +build-arch: build-stamp +build-indep: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL) + $(MAKE) LD_RUN_PATH= + touch $@ + +clean: checkroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +binary-indep: checkroot build + dh_clean + dh_installdirs + + $(MAKE) pure_install DESTDIR=$(destdir) + + dh_installdocs README + dh_installexamples examples/answering_machine.pl examples/callme.pl + dh_installchangelogs ChangeLog + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: checkroot build + +binary: binary-indep binary-arch + +checkroot: + dh_testdir + dh_testroot + +.PHONY: binary binary-arch binary-indep clean checkroot build --- libmodem-vgetty-perl-0.03.orig/debian/control +++ libmodem-vgetty-perl-0.03/debian/control @@ -0,0 +1,13 @@ +Source: libmodem-vgetty-perl +Section: perl +Priority: optional +Maintainer: Michael C. Schultheiss +Build-Depends: debhelper (>= 8.0.0), perl (>= 5.6.1) +Standards-Version: 3.9.4 + +Package: libmodem-vgetty-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module for interfacing with vgetty (Modem::Vgetty) + Modem::Vgetty is a Perl interface to vgetty(8), which can be used for + communication with voice modems.