--- backintime-0.9.4.orig/debian/backintime-gnome.links +++ backintime-0.9.4/debian/backintime-gnome.links @@ -0,0 +1 @@ +/usr/share/man/man1/backintime.1.gz /usr/share/man/man1/backintime-gnome.1.gz --- backintime-0.9.4.orig/debian/backintime-kde4.links +++ backintime-0.9.4/debian/backintime-kde4.links @@ -0,0 +1 @@ +/usr/share/man/man1/backintime.1.gz /usr/share/man/man1/backintime-kde4.1.gz --- backintime-0.9.4.orig/debian/copyright +++ backintime-0.9.4/debian/copyright @@ -0,0 +1,52 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: Back In Time +Upstream-Maintainer: Oprea Dan +Upstream-Source: http://www.le-web.org/back-in-time/ + +Files: * +Copyright: Copyright (C) 2008,2009 Oprea Dan +License: GPL-2+ + + 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 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 full text of the GPLv2 can be found at + /usr/share/common-licenses/GPL-2 + +Files: docbook/* +Copyright: Copyright (C) 2008 Oprea Dan +License: GFDL-1.1+ + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + + On Debian systems, the full text of the GFDLv1.2 can be found at + /usr/share/common-licenses/GFDL-1.2 + +Files: debian/* +Copyright: Copyright (C) 2009 Jonathan Wiltshire +License: GPL-2+ + + This package 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 of the License, or + (at your option) any later version. + + This package 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 full text of the GPLv2 can be found at + /usr/share/common-licenses/GPL-2 --- backintime-0.9.4.orig/debian/compat +++ backintime-0.9.4/debian/compat @@ -0,0 +1 @@ +7 --- backintime-0.9.4.orig/debian/watch +++ backintime-0.9.4/debian/watch @@ -0,0 +1,6 @@ +# See uscan(1) for format + +version=3 + +# Examine a Webserver directory +http://www.le-web.org/download/backintime/backintime-(.*)_src\.tar\.gz --- backintime-0.9.4.orig/debian/changelog +++ backintime-0.9.4/debian/changelog @@ -0,0 +1,5 @@ +backintime (0.9.4-1) experimental; urgency=low + + * Initial release (Closes: #508407) + + -- Jonathan Wiltshire Fri, 16 Jan 2009 15:34:42 +0000 --- backintime-0.9.4.orig/debian/rules +++ backintime-0.9.4/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +clean: + dh clean + rm -rf locale + find $(CURDIR) -name "*\.py[co]" -delete + +install: install-stamp +install-stamp: + dh install --before dh_install + + #package: backintime-common + ./install-common.sh $(CURDIR)/debian/backintime-common + rm $(CURDIR)/debian/backintime-common/usr/share/doc/backintime/LICENSE + + #package: backintime-gnome + ./install-gnome.sh $(CURDIR)/debian/backintime-gnome + + #package: backintime-kde4 + ./install-kde4.sh $(CURDIR)/debian/backintime-kde4 + + dh install --remaining + touch install-stamp + +binary: binary-indep + +binary-indep: install + +%: + dh $@ --- backintime-0.9.4.orig/debian/control +++ backintime-0.9.4/debian/control @@ -0,0 +1,51 @@ +Source: backintime +Section: utils +Priority: extra +Maintainer: Jonathan Wiltshire +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://www.le-web.org/back-in-time/ +Vcs-Browser: http://robin.powdarrmonkey.net/cgi-bin/gitweb.cgi?p=backintime +Vcs-Git: git://robin.powdarrmonkey.net/git/backintime + +Package: backintime-common +Architecture: all +Depends: rsync, python (>= 2.5), ${python:Depends}, ${misc:Depends} +Recommends: cron +Description: simple backup/snapshot system + Back In Time is a framework for rsync, diff and cron for the purpose of + taking snapshots and backups of specified folders. It minimizes disk space use + by taking a snapshot only if the directory has been changed, and hard links + for unmodified files if it has. The user can schedule regular backups using + cron. + . + This is the common framework for Back In Time. You need to choose a suitable + front-end for your desktop environment, like backintime-gnome or + backintime-kde4. + +Package: backintime-gnome +Architecture: all +Depends: backintime-common, python-gtk2, python-glade2, ${python:Depends}, ${misc:Depends} +Recommends: nautilus-actions +Description: GNOME front-end for backintime + Back In Time is a framework for rsync, diff and cron for the purpose of + taking snapshots and backups of specified folders. It minimizes disk space use + by taking a snapshot only if the directory has been changed, and hard links + for unmodified files if it has. The user can schedule regular backups using + cron. + . + This is the GNOME front-end for the backintime-common package. If you also + install the package nautilus-actions, it can be integrated with the Nautilus + file manager to provide context-menu options. + +Package: backintime-kde4 +Architecture: all +Depends: backintime-common, python-kde4, ${python:Depends}, ${misc:Depends} +Description: KDE4 front-end for backintime + Back In Time is a framework for rsync, diff and cron for the purpose of + taking snapshots and backups of specified folders. It minimizes disk space use + by taking a snapshot only if the directory has been changed, and hard links + for unmodified files if it has. The user can schedule regular backups using + cron. + . + This is the KDE4 front-end for the backintime-common package. --- backintime-0.9.4.orig/debian/menu +++ backintime-0.9.4/debian/menu @@ -0,0 +1,2 @@ +?package(backintime-common):needs="X11" section="Applications/File Management"\ + title="Back In Time" command="/usr/bin/backintime"