[med-svn] r11318 - trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian

Laszlo Kajan lkajan-guest at alioth.debian.org
Wed Jun 13 09:56:10 UTC 2012


Author: lkajan-guest
Date: 2012-06-13 09:56:10 +0000 (Wed, 13 Jun 2012)
New Revision: 11318

Modified:
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules
Log:
added missing dependencies; cleaned up debian/rules

Modified: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control	2012-06-13 09:46:16 UTC (rev 11317)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control	2012-06-13 09:56:10 UTC (rev 11318)
@@ -12,7 +12,7 @@
 
 Package: libmath-vector-real-kdtree-perl
 Architecture: all
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmath-vector-real-perl, libsort-key-top-perl
 Description: kd-Tree implementation on top of Math::Vector::Real
  This module implements a kd-Tree data structure in Perl and some related
  algorithms which enables efficient searching in k-dimensional space.

Modified: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules	2012-06-13 09:46:16 UTC (rev 11317)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules	2012-06-13 09:56:10 UTC (rev 11318)
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
-
-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)
-
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
@@ -14,5 +8,3 @@
 get-orig-source:
 	mkdir -p ../tarballs
 	uscan --verbose --force-download --destdir=../tarballs
-
-




More information about the debian-med-commit mailing list