Skip to content
Commits on Source (6)
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 <tille@debian.org> 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 <lapeyre@physics.arizona.edu> Mon, 27 Jul 1998 22:59:17 -0700
......@@ -3,13 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
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/
......
......@@ -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:
......
Bug-Database: https://github.com/danielrmeyer/g2/issues
Repository: https://github.com/danielrmeyer/g2.git
Repository-Browse: https://github.com/danielrmeyer/g2