From a01d0831d44080d7dc3cbcde0c03887df7e6a0c2 Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Mon, 29 Aug 2011 13:00:55 +0200 Subject: [PATCH] Added compat, copyright, dirs, watch and source/format files --- .gitignore | 1 + debian/changelog | 2 +- debian/compat | 1 + debian/control | 9 +++++++-- debian/copyright | 29 +++++++++++++++++++++++++++++ debian/dirs | 1 + debian/source/format | 1 + debian/watch | 6 ++++++ 8 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 debian/compat create mode 100644 debian/copyright create mode 100644 debian/dirs create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/.gitignore b/.gitignore index 34b4101..f202d71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ backupusage *.o +*.swp diff --git a/debian/changelog b/debian/changelog index 99eebe4..98757f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -backupusage (0.1~pre1) UNRELEASED; urgency=low +backupusage (0.1-1~pre1) UNRELEASED; urgency=low * Initial release. (Closes: #XXXXXX) diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index 0c07499..538c67c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,9 @@ Section: utils Priority: optional Maintainer: Jan-Pascal van Best DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 8.0.0) +Build-Depends: debhelper (>= 8.0.0), + libboost-dev (>= 1.42), libboost-filesystem-dev (>= 1.42), + libboost-regex-dev (>= 1.42), libboost-program-options-dev (>= 1.42) Standards-Version: 3.9.2 #Homepage: https://github.com/backupusage/backupusage #Vcs-Git: git://anonscm.debian.org/users/janpascal-guest/backupusage.git @@ -11,7 +13,10 @@ Vcs-Browser: http://www.vanbest.org/gitweb/?p=backupusage.git Package: backupusage Architecture: any -Depends: ${misc:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} +# libboost-filesystem1.42.0, +# libboost-regex1.42.0, libboost-program-options1.42.0 Suggests: backuppc Description: Tool to calculate the disk usage of BackupPC per directory over all backups backupusage is a ... diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f78a224 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co +Upstream-Name: backupusage +Upstream-Contact: Jan-Pascal van Best +Source: http://www.vanbest.org/gitweb/?p=backupusage.git + +Files: * +Copyright: Copyright 2011 Jan-Pascal van Best +License: GPL-3 + +Files: debian/* +Copyright: Copyright 2011 Jan-Pascal van Best +License: GPL-3 + +License: GPL-3 + 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, 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. + + 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, + version 3, can be found in the '/usr/share/common-licenses/GPL-3' file. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..415f082 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +/usr/bin diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..809ace4 --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +# Upstream is git, look for tagged versions +version=3 +#opts=downloadurlmangle=s/shortlog/snapshot/,filenamemangle=s/index.*tags%2F/backupusage-/ \ +opts="downloadurlmangle=s/shortlog/snapshot/,filenamemangle=s/.*tags\///;s/(.*)/backupusage-$1.tar.gz/" \ + http://www.vanbest.org/gitweb/?p=backupusage.git;a=summary \ + .*refs/tags/(.*) -- 2.39.5