summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2010-03-20 01:39:17 -0600
committerCarsten Leonhardt <leo@debian.org>2019-02-27 23:12:42 +0100
commitaae5a2b5a85161f16473c95db39b364c2c77fc8e (patch)
tree4d70cb338bb2a39232cdb3cd4e2caec7bee887eb /debian
parent3da42b21cbc47f2bdd29f732dbf82deb4f10a41a (diff)
Import Debian changes 1.3.12-3
mtx (1.3.12-3) unstable; urgency=low * add Homepage field to control file, closes: #556747
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
-rw-r--r--debian/gbp.conf46
3 files changed, 56 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 448de17..86dad97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mtx (1.3.12-3) unstable; urgency=low
+
+ * add Homepage field to control file, closes: #556747
+
+ -- Bdale Garbee <bdale@gag.com> Sat, 20 Mar 2010 01:39:17 -0600
+
mtx (1.3.12-2) unstable; urgency=low
* patch from David Paleino to improve bash completions, closes: #522739
diff --git a/debian/control b/debian/control
index c10800c..e4f2330 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,13 @@ Section: admin
Priority: extra
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>= 5), libcam-dev [kfreebsd-i386 kfreebsd-amd64], autotools-dev, bash-completion
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
+Vcs-Git: git://git.gag.com/debian/mtx
+Homepage: http://mtx.opensource-sw.net/
Package: mtx
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: controls tape autochangers
MTX can be used to manipulate tape auto-changers, also known as "jukeboxes",
such that backup software can make use of the multiple tape capabilities of
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3c41243
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,46 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+# the default build command:
+#builder = debuild -i\.git/ -I.git
+# the default clean command:
+#cleaner = debuild clean
+# the default branch for upstream sources:
+upstream-branch = upstream
+# the default branch for the debian patch:
+debian-branch = master
+# the default tag formats used:
+#upstream-tag = upstream/%(version)s
+#debian-tag = debian/%(version)s
+# use pristine-tar:
+pristine-tar = True
+
+# Options only affecting git-buildpackage
+[git-buildpackage]
+#upstream-branch = dfsgclean
+# uncomment this to automatically GPG sign tags
+#sign-tags = True
+# keyid to GPG sign tags with
+#keyid = 0xdeadbeef
+# push to a remote repository after a successful tag:
+posttag = git push --mirror
+# use this for more svn-buildpackage like behaviour:
+export-dir = ../build-area/mtx/
+#tarball-dir = ../tarballs/
+
+# Options only affecting git-import-orig
+[git-import-orig]
+#upstream-branch = newupstream
+#debian-branch = dfsgclean
+#filter = .svn
+
+# Options only affecting git-import-dsc
+[git-import-dsc]
+#upstream-branch = svn-upstream
+#filter = [ 'CVS', '.cvsignore' ]
+
+# Options only affecting git-dch
+[git-dch]
+#git-log = --no-merges
+#snapshot-number = snapshot + 1
+