Andreas Tille pushed to branch master at Debian Med / g2
Commits: 52d34463 by Andreas Tille at 2019-12-24T06:16:10Z build the perl extension for the build architecture - - - - - 8cdc3182 by Andreas Tille at 2019-12-24T06:16:24Z routine-update: debhelper-compat 12 - - - - - 814357ce by Andreas Tille at 2019-12-24T06:16:28Z routine-update: Standards-Version: 4.4.1 - - - - - ef9f6b74 by Andreas Tille at 2019-12-24T06:16:29Z Trim trailing whitespace. Fixes lintian: file-contains-trailing-whitespace See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details. - - - - - cfbed097 by Andreas Tille at 2019-12-24T06:16:35Z Set upstream metadata fields: Bug-Database, Repository, Repository-Browse. Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details. - - - - - 19790724 by Andreas Tille at 2019-12-24T06:18:31Z routine-update: Ready to upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,19 @@ +g2 (0.72-9) unstable; urgency=medium + + [ Helmut Grohne ] + * Fix FTCBFS: (Closes: #947285) + + Let dh_auto_configure call Makefile.PL. + + Missing Build-Depends: perl-xs-dev. + + [ Andreas Tille ] + * debhelper-compat 12 + * Standards-Version: 4.4.1 + * Trim trailing whitespace. + * Set upstream metadata fields: Bug-Database, Repository, Repository- + Browse. + + -- Andreas Tille <[email protected]> Tue, 24 Dec 2019 07:16:36 +0100 + g2 (0.72-8) unstable; urgency=medium * debhelper 11 @@ -281,4 +297,3 @@ g2 (0.23-1) unstable; urgency=low * Initial Release. -- John Lapeyre <[email protected]> Mon, 27 Jul 1998 22:59:17 -0700 - ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -3,13 +3,14 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 12), libtool, libx11-dev, chrpath, libgd-dev, + perl-xs-dev, xutils-dev -Standards-Version: 4.2.1 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/g2 Vcs-Git: https://salsa.debian.org/med-team/g2.git Homepage: https://github.com/danielrmeyer/g2/ ===================================== debian/rules ===================================== @@ -36,7 +36,7 @@ override_dh_auto_build: # clean up and build the shared lib -rm -f src/*.o src/*/*.o $(MAKE) PICFLAG="-fPIC" RVERSION=$(rversion) MVERSION=$(major) DEBCFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" shared - (cd ./g2_perl && perl Makefile.PL INSTALLDIRS=vendor LIBS="-L$(CURDIR) -lg2") + dh_auto_configure --sourcedirectory=g2_perl -- LIBS="-L$(CURDIR) -lg2" $(MAKE) -C ./g2_perl LD_RUN_PATH="" override_dh_auto_install: ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,3 @@ +Bug-Database: https://github.com/danielrmeyer/g2/issues +Repository: https://github.com/danielrmeyer/g2.git +Repository-Browse: https://github.com/danielrmeyer/g2 View it on GitLab: https://salsa.debian.org/med-team/g2/compare/6ffaa606817c4a25b22f81b5ec7f29271abce3ad...197907249aa54a644e57c5606541a0ddf76cc40c -- View it on GitLab: https://salsa.debian.org/med-team/g2/compare/6ffaa606817c4a25b22f81b5ec7f29271abce3ad...197907249aa54a644e57c5606541a0ddf76cc40c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
