From ac13dbdc81cebf8d973f914f0d9017ca17337b48 Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Mon, 29 Aug 2011 12:48:08 +0200 Subject: [PATCH] Initial debianisation --- debian/changelog | 5 +++++ debian/control | 17 +++++++++++++++++ debian/gbp.conf | 6 ++++++ debian/rules | 6 ++++++ 4 files changed, 34 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/gbp.conf create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..99eebe4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +backupusage (0.1~pre1) UNRELEASED; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Jan-Pascal van Best Mon, 29 Aug 2011 12:47:18 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0c07499 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: backupusage +Section: utils +Priority: optional +Maintainer: Jan-Pascal van Best +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.2 +#Homepage: https://github.com/backupusage/backupusage +#Vcs-Git: git://anonscm.debian.org/users/janpascal-guest/backupusage.git +Vcs-Browser: http://www.vanbest.org/gitweb/?p=backupusage.git + +Package: backupusage +Architecture: any +Depends: ${misc:Depends} +Suggests: backuppc +Description: Tool to calculate the disk usage of BackupPC per directory over all backups + backupusage is a ... diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..5e257d7 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +# the default branch for upstream sources: +upstream-branch = master +# the default branch for the debian patch: +debian-branch = debian + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8d5a3cc --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# vim: set noexpandtab shiftwidth=8: # + +%: + dh $@ + -- 2.39.5