--- libcrypt-openssl-random-perl-0.04.orig/debian/watch +++ libcrypt-openssl-random-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Crypt-OpenSSL-Random/ .+/Crypt-OpenSSL-Random-v?(\d[\d._]*)\.(?:tar\.gz|tar\.bz1|tgz|zip) --- libcrypt-openssl-random-perl-0.04.orig/debian/rules +++ libcrypt-openssl-random-perl-0.04/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +#-*- makefile -*- +# Made with the aid of dh_make, by Craig Small +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Christoph Lameter. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +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: $(QUILT_STAMPFN) + dh_testdir + + $(PERL) Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$(CFLAGS)" + $(MAKE) + $(MAKE) test + + touch $@ + +clean: unpatch + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + + # Makefile is re-generated here as unpatch changes Makefile + [ ! -e Makefile ] || ( $(PERL) Malefile.PL INSTALLDIRS=vendor && $(MAKE) realclean ) + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/share/perl5 + + touch $@ + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-independent files here. +binary-indep: +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libcrypt-openssl-random-perl-0.04.orig/debian/copyright +++ libcrypt-openssl-random-perl-0.04/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Luk Claes on +Mon, 15 May 2006 04:40:52 +0200. + +It was downloaded from . + +Copyright Holder: Ian Robertson + +According to the Changes file, the years of copyright are 2001,2007 + +License: + + This module is free software; you may redistribute it and/or modify it + under the same terms as Perl itself. + + At the moment this is 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'. --- libcrypt-openssl-random-perl-0.04.orig/debian/compat +++ libcrypt-openssl-random-perl-0.04/debian/compat @@ -0,0 +1 @@ +6 --- libcrypt-openssl-random-perl-0.04.orig/debian/control +++ libcrypt-openssl-random-perl-0.04/debian/control @@ -0,0 +1,17 @@ +Source: libcrypt-openssl-random-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov +Build-Depends: debhelper (>= 6), libssl-dev, quilt +Standards-Version: 3.7.3 +Homepage: http://perl-openssl.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-openssl-random-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-random-perl/ + +Package: libcrypt-openssl-random-perl +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} +Description: Access to the OpenSSL pseudo-random number generator + Perl module for accessing the OpenSSL pseudo-random + number generator --- libcrypt-openssl-random-perl-0.04.orig/debian/changelog +++ libcrypt-openssl-random-perl-0.04/debian/changelog @@ -0,0 +1,64 @@ +libcrypt-openssl-random-perl (0.04-1build6) devel; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Fri, 18 Oct 2013 18:12:32 +0100 + +libcrypt-openssl-random-perl (0.04-1build5) quantal; urgency=low + + * Rebuild for new armel compiler default of ARMv5t. + + -- Colin Watson Thu, 04 Oct 2012 14:06:49 +0100 + +libcrypt-openssl-random-perl (0.04-1build4) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 23:33:02 +0000 + +libcrypt-openssl-random-perl (0.04-1build3) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Fri, 06 May 2011 16:33:52 +0100 + +libcrypt-openssl-random-perl (0.04-1build2) lucid; urgency=low + + * rebuild rest of main for armel armv7/thumb2 optimization; + UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 + + -- Alexander Sack Sat, 06 Mar 2010 13:31:53 +0100 + +libcrypt-openssl-random-perl (0.04-1build1) jaunty; urgency=low + + * Rebuild (perl-5.8 -> perl-5.10 transition on hppa). + + -- Matthias Klose Sat, 22 Nov 2008 13:41:31 +0100 + +libcrypt-openssl-random-perl (0.04-1) unstable; urgency=low + + * Taking over maintenance on request of maintainer. + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Changed Maintainer to Debian Perl Group + * add debian/watch + + * New upstream release + * debhelper compatibility level 6 + * Standards-Version: 3.7.3 (no changes) + * add myself to Uploaders + * debian/rules: sync with dh-make-perl's template + * patch Makefile.PL to not include -lssl in LIBS + * add ${perl:Depends} to Depends. Thanks, Niko. + * debian/copyright: use dist-based upstream URL + + clean a bit where copyright years come from + + -- Damyan Ivanov Sun, 27 Jan 2008 22:04:27 +0200 + +libcrypt-openssl-random-perl (0.03-1) unstable; urgency=low + + * Initial release (Closes: #362957). + + -- Luk Claes Mon, 15 May 2006 04:40:52 +0200 + --- libcrypt-openssl-random-perl-0.04.orig/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch +++ libcrypt-openssl-random-perl-0.04/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch @@ -0,0 +1,11 @@ +--- libcrypt-openssl-random-perl.orig/Makefile.PL ++++ libcrypt-openssl-random-perl/Makefile.PL +@@ -5,7 +5,7 @@ + 'NAME' => 'Crypt::OpenSSL::Random', + 'VERSION_FROM' => 'Random.pm', # finds $VERSION + 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 +- 'LIBS' => ['-lssl -lcrypto'], # e.g., '-lm' ++ 'LIBS' => ['-lcrypto'], # e.g., '-lm' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + 'INC' => '', # e.g., '-I/usr/include/other' + ); --- libcrypt-openssl-random-perl-0.04.orig/debian/patches/series +++ libcrypt-openssl-random-perl-0.04/debian/patches/series @@ -0,0 +1 @@ +Makefile.PL-no-ssl-in-LIBS.patch