Codebase list gap-design / cdb26fe
Imorted Debian patch 1r6+ds-2 Jerome Benoit 5 years ago
6 changed file(s) with 38 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 gap-design (1r6+ds-2) unstable; urgency=medium
1
2 * Debianization:
3 - debian/copyright:
4 - copyright fields, update;
5 - Format field, secure URI;
6 - Source field, secure URI;
7 - debian/control:
8 - Standards Version, bump to 4.2.1 (no change);
9 - Depends fields, gap, bump to 4r9p3;
10 - debhelper, bump to 11;
11 - Homepage field, secure URI;
12 - Vcs-* fields, migration to salsa;
13 - debian/rules:
14 - pkg-info.mk include, add;
15 - get-orig-source target, remove;
16 - debian/source/*:
17 - d/s/lintian-overrides, update;
18 - debian/compat, bump to 11.
19
20 -- Jerome Benoit <calculus@rezozer.net> Tue, 13 Nov 2018 07:45:12 +0000
21
022 gap-design (1r6+ds-1) unstable; urgency=medium
123
224 * Initial release (Closes: #847738).
33 Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
44 Uploaders: Jerome Benoit <calculus@rezozer.net>
55 Build-Depends:
6 debhelper (>= 10),
7 gap (>=4r8p6), gap-gapdoc (>=1.5.1-3), gap-grape (>=4r7),
6 debhelper (>= 11),
7 gap (>=4r8p3), gap-gapdoc (>=1.6.1-3), gap-grape (>=4.8.1),
88 texlive-latex-extra, texlive-fonts-recommended, tth
9 Standards-Version: 3.9.8
10 Homepage: http://www.gap-system.org/Packages/design.html
11 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/gap-design.git
12 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/gap-design.git
9 Standards-Version: 4.2.1
10 Homepage: https://www.gap-system.org/Packages/design.html
11 Vcs-Git: https://salsa.debian.org/science-team/gap-design.git
12 Vcs-Browser: https://salsa.debian.org/science-team/gap-design
1313
1414 Package: gap-design
1515 Provides: gap-pkg-design
1616 Architecture: all
17 Depends: gap (>=4r8p6), gap-gapdoc (>=1.5.1-3), gap-grape (>=4r7), ${misc:Depends}
17 Depends: gap (>=4r8p3), gap-gapdoc (>=1.6.1-3), gap-grape (>=4.8.1), ${misc:Depends}
1818 Description: block designs for GAP
1919 GAP is a system for computational discrete algebra with particular
2020 emphasis on computational group theory, but which has already proved
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: GAP package DESIGN
22 Upstream-Contact: Leonard H. Soicher <l.h.soicher@qmul.ac.uk>
3 Source: http://www.gap-system.org/Packages/design.html
3 Source: https://www.gap-system.org/Packages/design.html
44 Files-Excluded:
55 htm
66 doc/manual.example-*.tst
1919
2020 Files: *
2121 Copyright:
22 2003-2016 Leonard H. Soicher <l.h.soicher@qmul.ac.uk>
22 2003-2018 Leonard H. Soicher <l.h.soicher@qmul.ac.uk>
2323 License: GPL-2+
2424
2525 Files: debian/*
2626 Copyright:
27 2016 Jerome Benoit <calculus@rezozer.net>
27 2016-2018 Jerome Benoit <calculus@rezozer.net>
2828 License: GPL-2+
2929
3030 License: GPL-2+
00 #!/usr/bin/make -f
1 include /usr/share/dpkg/pkg-info.mk
12
23 GAP=/usr/bin/gap
3
4 DEB_PKG_VERSION = $(shell dpkg-parsechangelog -S Version)
5 DEB_BUILD_GAP_PKGINFO_DATE = $(shell sed -n 's|^Date[ ]*:=[ ]*\"\([0-9]*\)/\([0-9]*\)/20\([0-9]*\)\",|20\3-\2-\1|p' PackageInfo.g)
6
7 export GAP_CONVERT_DATE = $(shell LC_ALL=C date -u -d $(DEB_BUILD_GAP_PKGINFO_DATE) +"%B %Y (Debian $(DEB_PKG_VERSION))")
84
95 default:
106 @uscan --no-conf --dehs --report || true
1511 override_dh_auto_build:
1612 cd doc && sh make_doc
1713
14 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
1815 override_dh_auto_test:
1916 echo "SetPackagePath(\"design\",\".\"); LoadPackage(\"design\"); quit;" | $(GAP) -A -q -T
17 endif
2018
2119 override_dh_installchangelogs:
2220 dh_installchangelogs --keep README
23
24 get-orig-source:
25 uscan --no-conf --download-current-version --compression xz --verbose
0 debian-watch-may-check-gpg-signature
0 debian-watch-does-not-check-gpg-signature