]> www.vanbest.org Git - backupusage.git/commitdiff
Added compat, copyright, dirs, watch and source/format files debian/0.1-1_pre1
authorJan-Pascal van Best <janpascal@vanbest.org>
Mon, 29 Aug 2011 11:00:55 +0000 (13:00 +0200)
committerJan-Pascal van Best <janpascal@vanbest.org>
Mon, 29 Aug 2011 13:26:39 +0000 (15:26 +0200)
.gitignore
debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

index 34b410188e4dbc112f5ed1cae6957745d0051db4..f202d715d19e1e176bd6e55494654d6d78f175cc 100644 (file)
@@ -1,2 +1,3 @@
 backupusage
 *.o
+*.swp
index 99eebe431531969ad658424d72754fbbecd2adfd..98757f50f372039c207b8d3e4bb816669df39a23 100644 (file)
@@ -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 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
index 0c07499c3317da76b680bfec06606145b8ae7141..538c67c13fe7c532339bdcab772a29456d4351f7 100644 (file)
@@ -3,7 +3,9 @@ Section: utils
 Priority: optional
 Maintainer: Jan-Pascal van Best <janpascal@vanbest.org>
 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 (file)
index 0000000..f78a224
--- /dev/null
@@ -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 <janpascal@vanbest.org>
+Source: http://www.vanbest.org/gitweb/?p=backupusage.git
+
+Files: *
+Copyright: Copyright 2011 Jan-Pascal van Best <janpascal@vanbest.org>
+License: GPL-3
+
+Files: debian/*
+Copyright: Copyright 2011 Jan-Pascal van Best <janpascal@vanbest.org>
+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 <http://www.gnu.org/licenses/>.
+ 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 (file)
index 0000000..415f082
--- /dev/null
@@ -0,0 +1 @@
+/usr/bin
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..809ace4
--- /dev/null
@@ -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/(.*)