[med-svn] [yaggo] 04/07: * New upstream version * debhelper 10 * cme fix dpkg-control * d/watch: version=4
Andreas Tille
tille at debian.org
Thu Oct 5 20:00:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository yaggo.
commit 0ca58bf10fc105efc3a69e725db2d0415f4821c8
Author: Andreas Tille <tille at debian.org>
Date: Mon Jan 16 21:06:49 2017 +0000
* New upstream version
* debhelper 10
* cme fix dpkg-control
* d/watch: version=4
---
debian/changelog | 9 +++++++++
debian/compat | 2 +-
debian/control | 14 ++++++++------
debian/rules | 3 +++
debian/watch | 2 +-
5 files changed, 22 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cfd5bfc..84f3c5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+yaggo (1.5.9-1) unstable; urgency=medium
+
+ * New upstream version
+ * debhelper 10
+ * cme fix dpkg-control
+ * d/watch: version=4
+
+ -- Andreas Tille <tille at debian.org> Mon, 16 Jan 2017 17:26:36 +0100
+
yaggo (1.5.4-1) unstable; urgency=low
* Initial release (Closes: #764211)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index b0b2d0b..6def99b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,21 @@
Source: yaggo
-Section: misc
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9),
+Section: misc
+Priority: optional
+Build-Depends: debhelper (>= 10),
ruby,
help2man
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/yaggo/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/yaggo/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/yaggo/trunk/
Homepage: https://github.com/gmarcais/yaggo
Package: yaggo
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter
Description: generate command line parser using getopt_long
Yaggo is a tool to generate command line parsers for C++. Yaggo stands
for "Yet Another GenGetOpt" and is inspired by GNU Gengetopt.
diff --git a/debian/rules b/debian/rules
index b5d0797..40b9ae0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ HELP2MAN = help2man --no-info --version-string="$(version)"
%:
dh $@
+override_dh_auto_install:
+ dh_auto_install -- prefix=$(CURDIR)/debian/$(pkg)/usr
+
override_dh_installman:
mkdir -p $(mandir)
$(HELP2MAN) \
diff --git a/debian/watch b/debian/watch
index 266b54a..f4e919b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
https://github.com/gmarcais/yaggo/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/yaggo.git
More information about the debian-med-commit
mailing list