--- libgetopt-mixed-perl-1.008.orig/debian/changelog +++ libgetopt-mixed-perl-1.008/debian/changelog @@ -0,0 +1,101 @@ +libgetopt-mixed-perl (1.008-10.2) unstable; urgency=medium + + * Non-maintainer upload. + * Bump debhelper compatibility to 9 (Closes: #817532) + + Replace dh_clean -k with dh_prep + + Depend on ${misc:Depends} + * Other trivial changes which make the package more future-proof: + + Replace $(PWD) with $(CURDIR) in debian/rules + + Move debhelper from Build-Depends-Indep to Build-Depends. Whatever + is needed to run the clean target needs to be satisfied by + Build-Depends and not only Build-Depends-Indep. + + Drop redundant Section and Priority fields from binary package stanza. + + -- Axel Beckert Mon, 20 Jun 2016 03:05:56 +0200 + +libgetopt-mixed-perl (1.008-10.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": + use DESTDIR in debian/rules. + (Closes: #793532) + + -- gregor herrmann Wed, 26 Aug 2015 17:17:19 +0200 + +libgetopt-mixed-perl (1.008-10) unstable; urgency=low + + * New maintainer + (closes: Bug#210766) + * debian/control: upgraded to Debian Policy 3.6.1 (no changes) + + -- Ezra Pagel Sun, 27 Jun 2004 16:03:04 -0500 + +libgetopt-mixed-perl (1.008-9) unstable; urgency=low + + * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)' + * debian/control: upgraded to Debian Policy 3.6.0 (no changes) + + -- Ardo van Rangelrooij Sat, 26 Jul 2003 17:13:24 -0500 + +libgetopt-mixed-perl (1.008-8) unstable; urgency=low + + * Added examples 'tstopt1' and 'tstopt2' + (closes: Bug#193879) + * debian/rules: moved debhelper compatibility level setting to + 'debian/compat' per latest debhelper best practices + * debian/control: updated sections according to latest archive changes: + - 'libgetopt-mixed-perl' from 'interpreters' to 'perl' + * debian/control: upgraded to Debian Policy 3.5.10 (no changes) + + -- Ardo van Rangelrooij Mon, 26 May 2003 10:25:34 -0500 + +libgetopt-mixed-perl (1.008-7) unstable; urgency=low + + * debian/rules: upgraded to debhelper v4 + * debian/control: changed build dependency on debhelper accordingly + * debian/rules: migrated from 'dh_movefiles' to 'dh_install' + * debian/rules: split off 'install' target from 'binary-indep' target + * debian/copyright: added pointer to license + + -- Ardo van Rangelrooij Sun, 4 Aug 2002 17:21:49 -0500 + +libgetopt-mixed-perl (1.008-6) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.6 + + -- Ardo van Rangelrooij Sun, 23 Dec 2001 10:04:09 -0600 + +libgetopt-mixed-perl (1.008-5) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.5 + * debian/control: upgraded to Debian Perl Policy 1.20 + + -- Ardo van Rangelrooij Thu, 5 Jul 2001 20:02:04 -0500 + +libgetopt-mixed-perl (1.008-4) unstable; urgency=low + + * debian/control: updated perl dependency + + -- Ardo van Rangelrooij Sat, 14 Apr 2001 14:49:05 -0500 + +libgetopt-mixed-perl (1.008-3) unstable; urgency=low + + * debian/control: updated debhelper dependency to remove dh_testversion + * debian/control: upgraded to Debian Policy 3.5.2 + * debian/control: upgraded to Debian Perl Policy 1.17 + * debian/rules: upgraded to Debian Perl Policy 1.17 + + -- Ardo van Rangelrooij Sun, 1 Apr 2001 12:03:26 -0500 + +libgetopt-mixed-perl (1.008-2) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.2.1 + * debian/rules: upgraded to debhelper v3 + + -- Ardo van Rangelrooij Sun, 14 Jan 2001 11:09:18 -0600 + +libgetopt-mixed-perl (1.008-1) unstable; urgency=low + + * Initial Release + + -- Ardo van Rangelrooij Tue, 13 Jun 2000 22:00:44 +0200 --- libgetopt-mixed-perl-1.008.orig/debian/compat +++ libgetopt-mixed-perl-1.008/debian/compat @@ -0,0 +1 @@ +9 --- libgetopt-mixed-perl-1.008.orig/debian/control +++ libgetopt-mixed-perl-1.008/debian/control @@ -0,0 +1,20 @@ +Source: libgetopt-mixed-perl +Section: perl +Priority: optional +Maintainer: Ezra Pagel +Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl + +Package: libgetopt-mixed-perl +Architecture: all +Depends: ${perl:Depends}, + ${misc:Depends} +Description: Perl module for processing options in GNU-style (= long and short) + This module is intended to be the "Getopt-to-end-all-Getop's". It + combines flexibility and simplicity. It supports both short options + (introduced by `-') and long options (introduced by `--'). Short + options which do not take an argument can be grouped together. Short + options which do take an argument must be the last option in their + group, because everything following the option will be considered to + be its argument. --- libgetopt-mixed-perl-1.008.orig/debian/copyright +++ libgetopt-mixed-perl-1.008/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Ardo van Rangelrooij +on Mon, June 12, 2000, 21:15:21 +0200. + +It was downloaded from the Comprehensive Perl Archive Network (CPAN). +Visit to find a CPAN site near you. + +Upstream Author: Christopher J. Madsen + +Copyright: + +Copyright (c) 1995 Christopher J. Madsen + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +On a Debian system a copy of the GNU General Public License can be +found in the file '/usr/share/common-licenses/GPL'. --- libgetopt-mixed-perl-1.008.orig/debian/libgetopt-mixed-perl.docs +++ libgetopt-mixed-perl-1.008/debian/libgetopt-mixed-perl.docs @@ -0,0 +1 @@ +README --- libgetopt-mixed-perl-1.008.orig/debian/libgetopt-mixed-perl.examples +++ libgetopt-mixed-perl-1.008/debian/libgetopt-mixed-perl.examples @@ -0,0 +1,2 @@ +tstopt1 +tstopt2 --- libgetopt-mixed-perl-1.008.orig/debian/libgetopt-mixed-perl.install +++ libgetopt-mixed-perl-1.008/debian/libgetopt-mixed-perl.install @@ -0,0 +1 @@ +usr/share --- libgetopt-mixed-perl-1.008.orig/debian/rules +++ libgetopt-mixed-perl-1.008/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +## ---------------------------------------------------------------------- +## debian/rules : package script for libgetopt-mixed-perl +## ---------------------------------------------------------------------- + +## ---------------------------------------------------------------------- +## uncomment this to turn on verbose mode +#export DH_VERBOSE=1 + +## ---------------------------------------------------------------------- +TMP_DIR = debian/tmp + +## ---------------------------------------------------------------------- +## targets + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) realclean + dh_clean + rm -f build-stamp install-stamp + +build: build-stamp +build-stamp: + dh_testdir + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -g -Wall" + $(MAKE) test + touch build-stamp + +install: install-stamp +install-stamp: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/$(TMP_DIR) + touch install-stamp + +binary-indep: build install + dh_testdir + dh_testroot + dh_install --sourcedir=$(TMP_DIR) + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch + +.PHONY: clean build install binary-indep binary-arch binary + +## ----------------------------------------------------------------------