[3depict] 01/02: * Remove menu per lintian (CTTE decision to downgrade menu) * Add dh_autoreconf to control
D Haley
mycae-guest at moszumanska.debian.org
Mon Feb 8 01:36:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
mycae-guest pushed a commit to branch master
in repository 3depict.
commit b70adcec84842845b84c55b7493d44ca3b368668
Author: D Haley <mycae at gmx.com>
Date: Mon Feb 8 02:13:40 2016 +0100
* Remove menu per lintian (CTTE decision to downgrade menu)
* Add dh_autoreconf to control
---
debian/control | 1 +
debian/menu | 2 --
debian/rules | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 9d9916b..fd86081 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Uploaders: D Haley <mycae at gmx.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
+ dh-autoreconf (>=9),
dpkg-dev (>= 1.16.1~),
libgl1-mesa-dev | libgl-dev,
libpng-dev | libpng15-dev,
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index 35ca7f4..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(3depict):needs="X11" section="Applications/Science/Data Analysis"\
- title="3depict" command="/usr/bin/3depict"
diff --git a/debian/rules b/debian/rules
index d657110..be9d384 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --with autotools-dev
+ dh $@ --parallel --with autotools-dev --with autoreconf
override_dh_auto_configure:
LDFLAGS="$(LDFLAGS) -Wl,--as-needed" dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-openmp-parallel --disable-debug-checks --with-libpng-link="-lpng" --with-libpng-flags="-L/lib" --with-ftgl-prefix="/usr" --enable-mgl2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/3depict.git
More information about the debian-science-commits
mailing list