diff -Nru csh-20110502/debian/changelog csh-20110502/debian/changelog --- csh-20110502/debian/changelog 2014-07-18 03:29:15.000000000 +0200 +++ csh-20110502/debian/changelog 2014-08-17 17:01:04.000000000 +0200 @@ -1,3 +1,10 @@ +csh (20110502-2.1ubuntu2) utopic; urgency=low + + [ Ubuntu Merge-o-Matic ] + * Merge from Debian unstable. (LP: #1357955) + + -- Filip Sohajek Sun, 17 Aug 2014 16:58:46 +0200 + csh (20110502-2.1) unstable; urgency=low * Non-maintainer upload. @@ -10,6 +17,18 @@ -- YunQiang Su Fri, 18 Jul 2014 09:28:44 +0800 +csh (20110502-2ubuntu2) trusty; urgency=low + + * Fix build failure, debhelper cannot handle pmake. Closes: #718068. + + -- Matthias Klose Wed, 23 Oct 2013 16:38:11 +0200 + +csh (20110502-2ubuntu1) oneiric; urgency=low + + * Build with -Wno-error=unused-result. + + -- Matthias Klose Thu, 08 Sep 2011 21:30:57 +0200 + csh (20110502-2) unstable; urgency=medium * 02_libbsd.diff: Use rather than . Closes: #629684. @@ -289,3 +308,4 @@ * Converted to new packaing standards. -- Dominik Kubla Thu, 12 Sep 1996 09:44:45 +0200 + diff -Nru csh-20110502/debian/rules csh-20110502/debian/rules --- csh-20110502/debian/rules 2014-07-18 03:27:29.000000000 +0200 +++ csh-20110502/debian/rules 2014-08-20 17:30:59.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Standard options minus `-Wall', since upstream uses `-Werror'. -export CFLAGS := -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2) +export CFLAGS := -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2) -Wno-error=unused-result %: dh $@ --buildsystem=bmake @@ -14,6 +14,9 @@ dh_auto_clean dh_auto_clean -- -C USD.doc +override_dh_auto_test: + true + override_dh_auto_install: install -D csh debian/csh/bin/bsd-csh install -D -m 644 USD.doc/paper.txt debian/csh/usr/share/doc/csh/csh.txt