diff -Nru hodie-1.5/debian/changelog hodie-1.5/debian/changelog --- hodie-1.5/debian/changelog 2011-06-26 15:27:02.000000000 +0000 +++ hodie-1.5/debian/changelog 2014-10-23 20:40:47.000000000 +0000 @@ -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 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 Wed, 22 Jun 2011 23:48:53 +0200 diff -Nru hodie-1.5/debian/compat hodie-1.5/debian/compat --- hodie-1.5/debian/compat 2011-06-22 21:58:15.000000000 +0000 +++ hodie-1.5/debian/compat 2014-10-23 20:32:57.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru hodie-1.5/debian/control hodie-1.5/debian/control --- hodie-1.5/debian/control 2011-06-26 15:36:01.000000000 +0000 +++ hodie-1.5/debian/control 2014-10-23 20:35:41.000000000 +0000 @@ -2,13 +2,13 @@ Section: science Priority: optional Maintainer: Christian T. Steigies -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 -Nru hodie-1.5/debian/copyright hodie-1.5/debian/copyright --- hodie-1.5/debian/copyright 2011-06-24 22:52:54.000000000 +0000 +++ hodie-1.5/debian/copyright 2014-10-23 20:33:13.000000000 +0000 @@ -30,4 +30,3 @@ 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 -Nru hodie-1.5/debian/rules hodie-1.5/debian/rules --- hodie-1.5/debian/rules 2011-06-25 20:53:36.000000000 +0000 +++ hodie-1.5/debian/rules 2014-10-23 20:38:50.000000000 +0000 @@ -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_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 %: