--- libfile-rsyncp-perl-0.74.orig/debian/changelog +++ libfile-rsyncp-perl-0.74/debian/changelog @@ -0,0 +1,86 @@ +libfile-rsyncp-perl (0.74-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": + use DESTDIR instead of PREFIX in debian/rules. + (Closes: #807474) + + -- gregor herrmann Thu, 10 Dec 2015 20:08:12 +0100 + +libfile-rsyncp-perl (0.74-2) unstable; urgency=low + + * Use dh_autotools-dev to update config.{sub,guess} for AArch64. + Closes: #727275 + + -- Ludovic Drolez Tue, 23 Jun 2015 19:23:24 +0200 + +libfile-rsyncp-perl (0.74-1) unstable; urgency=low + + * New upstream release. + * Occasional stall fixed. Closes: #774887 + + -- Ludovic Drolez Sun, 21 Jun 2015 21:32:43 +0200 + +libfile-rsyncp-perl (0.70-1) unstable; urgency=low + + * New upstream release + * Updated the watch file + + -- Ludovic Drolez Thu, 10 May 2012 13:43:12 +0200 + +libfile-rsyncp-perl (0.68-1) unstable; urgency=low + + * New upstream release + * Updated config.guess and .sub. Closes: #401750 + + -- Ludovic Drolez Mon, 5 Feb 2007 11:19:37 +0100 + +libfile-rsyncp-perl (0.64-1) unstable; urgency=medium + + * New upstream release. Fixes the newline problem. Closes: Bug#378329 + + -- Ludovic Drolez Mon, 9 Oct 2006 13:12:14 +0200 + +libfile-rsyncp-perl (0.52-1) unstable; urgency=low + + * New upstream release. Closes: Bug#260263 + + -- Ludovic Drolez Mon, 19 Jul 2004 22:30:32 +0200 + +libfile-rsyncp-perl (0.46-1) unstable; urgency=low + + * New upstream release + + -- Ludovic Drolez Tue, 9 Mar 2004 22:39:29 +0100 + +libfile-rsyncp-perl (0.44-2) unstable; urgency=low + + * debian/watch corrected + + -- Ludovic Drolez Sun, 5 Oct 2003 12:51:50 +0200 + +libfile-rsyncp-perl (0.44-1) unstable; urgency=low + + * New upstream release + * added debian/watch + + -- Ludovic Drolez Sun, 3 Aug 2003 21:12:57 +0200 + +libfile-rsyncp-perl (0.42-2) unstable; urgency=low + + * changed section: perl + + -- Ludovic Drolez Mon, 21 Jul 2003 21:17:10 +0200 + +libfile-rsyncp-perl (0.42-1) unstable; urgency=low + + * New upstream release which should compile nicely on s390, ia64, alpha + + -- Ludovic Drolez Wed, 16 Jul 2003 23:31:59 +0200 + +libfile-rsyncp-perl (0.41-1) unstable; urgency=low + + * Initial Release. + + -- Ludovic Drolez Wed, 18 Jun 2003 12:29:11 +0200 + --- libfile-rsyncp-perl-0.74.orig/debian/compat +++ libfile-rsyncp-perl-0.74/debian/compat @@ -0,0 +1 @@ +5 --- libfile-rsyncp-perl-0.74.orig/debian/control +++ libfile-rsyncp-perl-0.74/debian/control @@ -0,0 +1,15 @@ +Source: libfile-rsyncp-perl +Section: perl +Priority: optional +Maintainer: Ludovic Drolez +Build-Depends: debhelper (>> 4.0.0), autotools-dev +Standards-Version: 3.9.6 + +Package: libfile-rsyncp-perl +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} +Description: Perl based implementation of an Rsync client + This module provides an API that makes it easy to write short scripts + that communicate with a native rsync process or a native rsyncd daemon. + . + It was initially written to provide an Rsync interface to BackupPC. --- libfile-rsyncp-perl-0.74.orig/debian/copyright +++ libfile-rsyncp-perl-0.74/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Ludovic Drolez on +Wed, 18 Jun 2003 12:29:11 +0200. + +It was downloaded from http://sourceforge.net/projects/perlrsync/ + +Upstream Author: Craig Barratt + +Copyright: + + File::RsyncP is Copyright (C) 2002-2015 Craig Barratt. + + Rsync is Copyright (C) 1996-2001 by Andrew Tridgell, 1996 by Paul + Mackerras, 2001-2002 by Martin Pool, and 2003-2009 by Wayne Davison, + and others. + + 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 3 of the License, 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. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. --- libfile-rsyncp-perl-0.74.orig/debian/docs +++ libfile-rsyncp-perl-0.74/debian/docs @@ -0,0 +1 @@ +README --- libfile-rsyncp-perl-0.74.orig/debian/libfile-rsyncp.substvars +++ libfile-rsyncp-perl-0.74/debian/libfile-rsyncp.substvars @@ -0,0 +1,3 @@ +perl:Depends=perl (>= 5.6.1-8.2) +perl:Depends=perlapi-5.6.1, perl (>= 5.6.1-8.2) +shlibs:Depends=libc6 (>= 2.2.4-4) --- libfile-rsyncp-perl-0.74.orig/debian/rules +++ libfile-rsyncp-perl-0.74/debian/rules @@ -0,0 +1,96 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + dh_autotools-dev_updateconfig + perl Makefile.PL INSTALLDIRS=vendor + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) OPTIMIZE="$(CFLAGS)" CC=gcc LD=gcc + #/usr/bin/docbook-to-man debian/libfile-rsyncp.sgml > libfile-rsyncp.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + rm -f Makefile.old Digest/Makefile.old FileList/Makefile.old + dh_autotools-dev_restoreconfig + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + # Add here commands to install the package into debian/libfile-rsyncp. + $(MAKE) install DESTDIR=$(CURDIR)/debian/libfile-rsyncp-perl/ + -rmdir $(CURDIR)/debian/libfile-rsyncp-perl/usr/share/perl5/ + +# 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_installchangelogs Changes + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libfile-rsyncp-perl-0.74.orig/debian/watch +++ libfile-rsyncp-perl-0.74/debian/watch @@ -0,0 +1,3 @@ +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/File-RsyncP/ .*/File-RsyncP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian uupdate