From: Jan-Pascal van Best Date: Mon, 29 Aug 2011 10:48:08 +0000 (+0200) Subject: Initial debianisation X-Git-Tag: debian/0.1-1_pre1~2 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=ac13dbdc81cebf8d973f914f0d9017ca17337b48;p=backupusage.git Initial debianisation --- 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 $@ +