diff -Nru gap-polycyclic-2.11/debian/changelog gap-polycyclic-2.11/debian/changelog --- gap-polycyclic-2.11/debian/changelog 2015-05-03 10:43:00.000000000 +0000 +++ gap-polycyclic-2.11/debian/changelog 2016-05-21 21:39:46.000000000 +0000 @@ -1,3 +1,16 @@ +gap-polycyclic (2.11-3) unstable; urgency=low + + * patch: doc-makefile: + - use gzip --no-name + - install the bib files. + * debian/watch: add opt=passive + * debian/control: + - Bump Standards-Version to 3.9.7. + * debian/rules: + - run tests, but ignore results (they are currently broken). + + -- Bill Allombert Sat, 21 May 2016 23:39:41 +0200 + gap-polycyclic (2.11-2) unstable; urgency=low * Rebuild against patched gap-gapdoc to avoid extern mathjax links. diff -Nru gap-polycyclic-2.11/debian/control gap-polycyclic-2.11/debian/control --- gap-polycyclic-2.11/debian/control 2015-05-03 08:15:55.000000000 +0000 +++ gap-polycyclic-2.11/debian/control 2016-05-01 14:44:56.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Bill Allombert Build-Depends: debhelper (>= 5), gap (>= 4r7), gap-doc, texlive-latex-extra, texlive-fonts-recommended -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 Homepage: http://www.gap-system.org/Packages/polycyclic.html Package: gap-polycyclic diff -Nru gap-polycyclic-2.11/debian/patches/doc-makefile gap-polycyclic-2.11/debian/patches/doc-makefile --- gap-polycyclic-2.11/debian/patches/doc-makefile 2015-05-03 10:30:01.000000000 +0000 +++ gap-polycyclic-2.11/debian/patches/doc-makefile 2016-05-01 14:44:56.000000000 +0000 @@ -1,8 +1,8 @@ Index: gap-polycyclic-2.11/doc/Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ gap-polycyclic-2.11/doc/Makefile 2015-05-03 12:29:48.979100432 +0200 -@@ -0,0 +1,34 @@ ++++ gap-polycyclic-2.11/doc/Makefile 2016-04-29 17:51:59.750362873 +0200 +@@ -0,0 +1,36 @@ +SHELL=/bin/bash +pkgdocdir=/usr/share/gap/pkg/Polycyclic/doc +DOCDIR=$(DESTDIR)$(pkgdocdir) @@ -25,11 +25,13 @@ +install-help: + test -d $(DOCDIR)/$(DIRS) || install -d $(DOCDIR)/$(DIRS) + set -e; for man in $(DIRS); do \ -+ gzip --best $$man/manual.six; \ -+ gzip --best $$man/$(MANUAL).toc; \ -+ install -o root -g root -m 0644 $$man/manual.six.gz $(DOCDIR)/$$man;\ -+ install -o root -g root -m 0644 $$man/$(MANUAL).toc.gz $(DOCDIR)/$$man;\ -+ install -o root -g root -m 0644 $$man/*.txt $(DOCDIR)/$$man;\ ++ gzip --best --no-name $$man/manual.six; \ ++ gzip --best --no-name $$man/$(MANUAL).toc; \ ++ install -o root -g root -m 0644 $$man/$(MANUAL)bib.xml $(DOCDIR)/$$man; \ ++ install -o root -g root -m 0644 $$man/$(MANUAL)bib.xml.bib $(DOCDIR)/$$man; \ ++ install -o root -g root -m 0644 $$man/$(MANUAL).toc.gz $(DOCDIR)/$$man; \ ++ install -o root -g root -m 0644 $$man/manual.six.gz $(DOCDIR)/$$man; \ ++ install -o root -g root -m 0644 $$man/*.txt $(DOCDIR)/$$man; \ + done +install-html: + test -d $(DOCDIR)/$(DIRS) || install -d $(DOCDIR)/$(DIRS) diff -Nru gap-polycyclic-2.11/debian/rules gap-polycyclic-2.11/debian/rules --- gap-polycyclic-2.11/debian/rules 2015-05-03 10:42:36.000000000 +0000 +++ gap-polycyclic-2.11/debian/rules 2016-05-01 14:44:56.000000000 +0000 @@ -3,9 +3,11 @@ # Released under the same term as GAP build-indep-stamp: +ifeq (,$(findstring notest,$(DEB_BUILD_OPTIONS))) mkdir -p debian/gaproot/pkg ln -s ../../.. debian/gaproot/pkg/Polycyclic - gap -l 'debian/gaproot;/usr/share/gap' < tst/testall.g | tee debian/gap.tst + gap -q -l 'debian/gaproot;/usr/share/gap' < tst/testall.g | tee debian/gap.tst +endif make -C doc && touch build-indep-stamp build-indep: build-indep-stamp build-arch: @@ -33,7 +35,7 @@ dh_testroot dh_installdocs README dh_installexamples - dh_installchangelogs + dh_installchangelogs CHANGES dh_link dh_compress dh_fixperms diff -Nru gap-polycyclic-2.11/debian/watch gap-polycyclic-2.11/debian/watch --- gap-polycyclic-2.11/debian/watch 2013-12-26 15:12:22.000000000 +0000 +++ gap-polycyclic-2.11/debian/watch 2016-05-04 18:36:29.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/polycyclic-([0-9].*)\.tar\.bz2 debian uupdate +opts=passive ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/polycyclic-([0-9].*)\.tar\.bz2 debian uupdate