--- rdup-0.6.1.orig/debian/copyright +++ rdup-0.6.1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Miek Gieben on +Sun, 1 Oct 2006 13:57:21 +0200. + +It was downloaded from http://www.miek.nl/projects/rdup + +Copyright: (C) 2005-2008 Miek Gieben + +Upstream Author: Miek Gieben + +License: +rdup is licensed under the GPLv3 only. + + 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. + + 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, see . + + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. --- rdup-0.6.1.orig/debian/docs +++ rdup-0.6.1/debian/docs @@ -0,0 +1,3 @@ +README +todo +rdup.cron --- rdup-0.6.1.orig/debian/rules +++ rdup-0.6.1/debian/rules @@ -0,0 +1,99 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: + +config.status: configure + dh_testdir + + CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc + +build: build-arch build-indep + +build-arch: build-arch-stamp +build-arch-stamp: config.status + + $(MAKE) + touch build-arch-stamp + +build-indep: build-indep-stamp +build-indep-stamp: config.status + + touch build-indep-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp CONFIGURE-STAMP + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install: install-indep install-arch +install-indep: + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + + dh_install -i + +install-arch: + dh_testdir + dh_testroot + dh_clean -k -s + dh_installdirs -s + + $(MAKE) install prefix=$(CURDIR)/debian/rdup/usr + + dh_install -s + +binary-common: + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + 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-indep: build-indep install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +binary-arch: build-arch install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch --- rdup-0.6.1.orig/debian/compat +++ rdup-0.6.1/debian/compat @@ -0,0 +1 @@ +4 --- rdup-0.6.1.orig/debian/changelog +++ rdup-0.6.1/debian/changelog @@ -0,0 +1,111 @@ +rdup (0.6.1-1) unstable; urgency=low + + * New Upstream Version + + -- Jose Carlos Garcia Sogo Tue, 19 Aug 2008 22:12:59 +0200 + +rdup (0.6.0-1) unstable; urgency=low + + * New upstream release. + * First version uploaded to Debian archive. (Closes: #484204) + * debian/control: + + No need to build rdup-doc package + + Standards-Version bumped to 3.7.3 + + use ${misc:Perl} variable + + Set myself as maintainer + * debian/rules: + + General clean of debian/rules + + Use dh_perl to set dependency on perl + + Do not regenerate automatically configure script and friends + * Update debian/copyright file, and point to GPLv3 license file + in Debian systems + + -- Jose Carlos Garcia Sogo Mon, 02 Jun 2008 23:56:19 +0200 + +rdup (0.6.0~rc1-1) unstable; urgency=low + + * New upstream release + * i18n support added + * hardlink support added + * lots of updates and tweaks + + -- Miek Gieben Mon, 21 Apr 2008 23:03:13 +0200 + +rdup (0.5.8-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Wed, 10 Mar 2008 23:03:13 +0200 + +rdup (0.5.5-1) unstable; urgency=low + + * New upstream release + * License change to GPL3 + + -- Miek Gieben Wed, 10 Feb 2008 23:03:13 +0200 + +rdup (0.5.3-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Wed, 28 May 2007 23:03:13 +0200 + +rdup (0.5.0-1) unstable; urgency=low + + * New upstream release + * All paths have changed from sbin to usr/bin + * A lot of utilities are removed from the archive + * Completely new algorithm for detecting what to print + + -- Miek Gieben Wed, 9 May 2007 23:03:13 +0200 + +rdup (0.3.10-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Wed, 9 May 2007 23:03:13 +0200 + +rdup (0.3.7-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Tue, 10 Feb 2007 23:03:13 +0200 + +rdup (0.3.5-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Tue, 26 Dec 2006 16:07:18 +0200 + +rdup (0.3.4-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Mon, 10 Dec 2006 16:07:18 +0200 + +rdup (0.3.3-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Mon, 3 Dec 2006 16:07:18 +0200 + +rdup (0.3.2-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Mon, 2 Dec 2006 16:07:18 +0200 + + +rdup (0.3.2-1) unstable; urgency=low + + * New upstream release + + -- Miek Gieben Mon, 2 Dec 2006 16:07:18 +0200 + + +rdup (0.3.0-1) unstable; urgency=low + + * Initial release. + + -- Miek Gieben Mon, 2 Oct 2006 17:17:18 +0200 + --- rdup-0.6.1.orig/debian/control +++ rdup-0.6.1/debian/control @@ -0,0 +1,19 @@ +Source: rdup +Section: utils +Priority: optional +Maintainer: Jose Carlos Garcia Sogo +Build-Depends: debhelper (>= 4.0.0), autotools-dev, libglib2.0-dev, autoconf, automake +Standards-Version: 3.7.3 +Vcs-Git: git://git.debian.org/git/users/jsogo/rdup.git +Vcs-Browser: http://git.debian.org/git/users/jsogo/rdup.git +Homepage: http://miek.nl/projects/rdup/ + +Package: rdup +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, bash (>= 3.0.0), ${perl:Depends} +Description: utility to create a file list suitable for making backups + rdup is a utility inspired by rsync and the plan9 way of doing + things. rdup itself does not backup anything. It only prints a list + of files that are changed, or all files in case of a null dump. It + also handles files that are removed, allowing for correct incremental + backups. --- rdup-0.6.1.orig/debian/dirs +++ rdup-0.6.1/debian/dirs @@ -0,0 +1 @@ +usr/bin