--- libuser-perl-1.9.orig/debian/changelog +++ libuser-perl-1.9/debian/changelog @@ -0,0 +1,35 @@ +libuser-perl (1.9-1.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Tue, 05 Jan 2021 00:58:00 +0100 + +libuser-perl (1.9-1) unstable; urgency=low + + * New upstream release + * Update standards version; various minor changes to packaging + * Fix my e-mail address + + -- Don Armstrong Tue, 11 Oct 2011 09:38:29 -0700 + +libuser-perl (1.6-2) unstable; urgency=low + + * Fix spelling error in control (closes: #202767) + * Add debian/watch for uscan + + -- Don Armstrong Wed, 19 Nov 2003 19:07:50 -0800 + +libuser-perl (1.6-1) unstable; urgency=low + + * New upstream release, Fixes Licensing issue. + * First Debian release (closes: #167628) + + -- Don Armstrong Sun, 3 Nov 2002 19:02:16 -0500 + +libuser-perl (1.5-1) unstable; urgency=low + + * Initial Packaging + + -- Don Armstrong Sun, 3 Nov 2002 16:27:41 -0500 + --- libuser-perl-1.9.orig/debian/compat +++ libuser-perl-1.9/debian/compat @@ -0,0 +1 @@ +8 --- libuser-perl-1.9.orig/debian/control +++ libuser-perl-1.9/debian/control @@ -0,0 +1,15 @@ +Source: libuser-perl +Section: perl +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: debhelper (>=8) +Build-Depends-Indep: perl +Maintainer: Don Armstrong + +Package: libuser-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Provides user data in an OS independent manner + Provides an API to retrieve user data, such as login name or home + directory in an OS independent manner. [Used by WWW::Search] + --- libuser-perl-1.9.orig/debian/copyright +++ libuser-perl-1.9/debian/copyright @@ -0,0 +1,10 @@ +Author: T.M. Brannon +Webpage: http://search.cpan.org/author/TBONE/User-1.5/ +Download: http://search.cpan.org/CPAN/authors/id/T/TB/TBONE/User-1.5.tar.gz +Debianized: Don Armstrong Sun, 03 Nov 2002 16:37:30 -0500 + +Copyright: Copyright (c) 2000 T.M. Brannon. All rights reserved. This +program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +License: GPL, Artistic, available at /usr/share/common-licenses/{GPL,Artistic} --- libuser-perl-1.9.orig/debian/rules +++ libuser-perl-1.9/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +# This file is public domain software, originally written by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +build: build-stamp +build-stamp: + dh_testdir + + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-02 -g -Wall" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + if [ -e Makefile ]; then $(MAKE) distclean; fi + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/libuser-perl + + +binary-arch: build install +# nothing to do + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installman + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +build-arch: build + +build-indep: build + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libuser-perl-1.9.orig/debian/source/format +++ libuser-perl-1.9/debian/source/format @@ -0,0 +1 @@ +1.0 --- libuser-perl-1.9.orig/debian/watch +++ libuser-perl-1.9/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 2; this line is compulsory! +version=2 + +http://www.cpan.org/modules/by-module/User/User-([\d\.]+).tar.gz