]> www.vanbest.org Git - backupusage.git/commitdiff
Initial debianisation
authorJan-Pascal van Best <janpascal@vanbest.org>
Mon, 29 Aug 2011 10:48:08 +0000 (12:48 +0200)
committerJan-Pascal van Best <janpascal@vanbest.org>
Mon, 29 Aug 2011 10:48:08 +0000 (12:48 +0200)
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..99eebe4
--- /dev/null
@@ -0,0 +1,5 @@
+backupusage (0.1~pre1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Jan-Pascal van Best <janpascal@vanbest.org>  Mon, 29 Aug 2011 12:47:18 +0200
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..0c07499
--- /dev/null
@@ -0,0 +1,17 @@
+Source: backupusage
+Section: utils
+Priority: optional
+Maintainer: Jan-Pascal van Best <janpascal@vanbest.org>
+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 (file)
index 0000000..5e257d7
--- /dev/null
@@ -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 (executable)
index 0000000..8d5a3cc
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# vim: set noexpandtab shiftwidth=8: #
+
+%:
+       dh $@ 
+