[pynac] 02/02: Multi-arch support is simpler now

Julien Puydt julien.puydt at laposte.net
Tue Nov 3 07:47:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository pynac.

commit 0e8c4ad4ef15675d560f21d59ee502e74c171179
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Nov 3 08:37:44 2015 +0100

    Multi-arch support is simpler now
---
 debian/control          | 3 +--
 debian/libpynac0.shlibs | 1 -
 debian/rules            | 4 +---
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 0c696df..5e16c64 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: math
 Priority: optional
 Standards-Version: 3.9.6
 Homepage: http://pynac.org
-Build-Depends: debhelper (>= 9), dh-autoreconf (>= 4~), python-dev, libgmp-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, python-dev, libgmp-dev
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/pynac.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pynac.git
 
@@ -13,7 +13,6 @@ Package: libpynac0
 Section: libs
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Engine for symbolic geometric calculus for Python
  Pynac (which stands for "Python is Not a CAS") is a fork of GiNaC that
diff --git a/debian/libpynac0.shlibs b/debian/libpynac0.shlibs
deleted file mode 100644
index e4066b3..0000000
--- a/debian/libpynac0.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libpynac 0 libpynac0
diff --git a/debian/rules b/debian/rules
index b44ce8b..7ae4839 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,13 @@
 #!/usr/bin/make -f
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
-export ACLOCAL_M4=.
 
 %:
 	dh $@ --with autoreconf
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
+
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-shared --disable-silent-rules --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynac.git



More information about the debian-science-commits mailing list