[hodie] 10/10: Import Debian changes 1.5-2
Christian T. Steigies
cts at moszumanska.debian.org
Sat Nov 4 16:17:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
cts pushed a commit to branch master
in repository hodie.
commit f65881abbcd429e0ec3872e4c875a1f042dad914
Author: Christian T. Steigies <cts at debian.org>
Date: Thu Oct 23 22:33:59 2014 +0200
Import Debian changes 1.5-2
hodie (1.5-2) unstable; urgency=low
* updated Standards-Version to 3.9.6 (no changes)
* enable hardening with debhelper 9
* do not Build-Depend on a specific automake version
---
debian/changelog | 10 +++++++++-
debian/compat | 2 +-
debian/control | 6 +++---
debian/copyright | 1 -
debian/rules | 4 ++--
5 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1f4cc9a..fe694bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
+hodie (1.5-2) unstable; urgency=low
+
+ * updated Standards-Version to 3.9.6 (no changes)
+ * enable hardening with debhelper 9
+ * do not Build-Depend on a specific automake version
+
+ -- Christian T. Steigies <cts at debian.org> Thu, 23 Oct 2014 22:33:59 +0200
+
hodie (1.5-1) unstable; urgency=low
* new upstream version which uses getopt (closes: #629429)
* switch to dpkg-source 3.0 (quilt) format, rewrite rules from scratch
* updated Standards-Version to 3.9.1 (no changes)
- * use debian/compat and use compat version 7
+ * build-depend on debhelper (>= 7.0.50~), autoconf, automake1.11
* remove README.Debian, since the spanish version does not exist anymore
-- Christian T. Steigies <cts at debian.org> Wed, 22 Jun 2011 23:48:53 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index b987486..d65ee38 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: hodie
Section: science
Priority: optional
Maintainer: Christian T. Steigies <cts at debian.org>
-Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 7.0.50~), autoconf, automake1.11
+Standards-Version: 3.9.6
+Build-Depends: autoconf, automake, debhelper (>= 9)
Build-Conflicts: autoconf2.13, automake1.4
Package: hodie
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: prints the date in latin
hodie has the same functionality as the date (1) program, only it prints
it in grammatically correct latin
diff --git a/debian/copyright b/debian/copyright
index 604d745..ac86218 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,4 +30,3 @@ NONINFRINGEMENT. IN NOT EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
diff --git a/debian/rules b/debian/rules
index 9915e5f..3ccee3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
get-orig-source:
wget https://github.com/michiexile/hodie/tarball/hodie-1.5
@@ -12,7 +12,7 @@ override_dh_auto_configure:
override_dh_clean:
dh_clean
- -rm aclocal.m4 config.h.in configure install-sh missing Makefile.in
+ -rm aclocal.m4 compile config.h.in configure install-sh missing Makefile.in
-rm -rf depcomp
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hodie.git
More information about the debian-science-commits
mailing list