[SCM] Perl wrapper for the FANN library branch, master, updated. debian/0.10-1-2-g7cbd753

Yannick Mahlich mahlich at in.tum.de
Tue Jul 10 15:59:16 UTC 2012


The following commit has been merged in the master branch:
commit 7cbd7536caf096c1de79b2456596d911c4945b65
Author: Yannick Mahlich <mahlich at in.tum.de>
Date:   Tue Jul 10 15:59:00 2012 +0000

    added exports and corrected debian/rules - fixed uploader, vcs-git & vcs-browser in debian/control

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 5d91353..28d8e0a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,11 @@ Source: libai-fann-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Laszlo Kajan <lkajan at rostlab.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), libfann-dev (>= 2.1.0~beta~)
-Standards-Version: 3.9.2
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rostlab/libai-fann-perl/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/rostlab/libai-fann-perl/trunk/
+Uploaders: Laszlo Kajan <lkajan at rostlab.org>, Yannick Mahlich <mahlich at in.tum.de>
+Build-Depends: debhelper (>= 8), libfann-dev (>= 2.1.0~beta~)
+Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libai-fann-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libai-fann-perl.git
 Homepage: http://leenissen.dk/fann/wp/
 
 Package: libai-fann-perl
diff --git a/debian/rules b/debian/rules
index d44f402..daa6222 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,17 @@
 #!/usr/bin/make -f
 
 # In order to make dh verbose set this to 1:
-export DH_VERBOSE=1
+DH_VERBOSE=1
+
+export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
+.PHONY: override_dh_auto_configure
+override_dh_auto_configure:
+	dh_auto_configure -- OPTIMIZE="$(CPPFLAGS) $(CFLAGS)" LD="$(shell perl -V::ld:) $(LDFLAGS)"
 
 %:
-	dh --parallel $@
+	dh $@ --parallel
 
-get-orig-source:
-	mkdir -p ../tarballs
-	uscan --verbose --force-download --destdir=../tarballs

-- 
Perl wrapper for the FANN library



More information about the Pkg-perl-cvs-commits mailing list