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

Laszlo Kajan lkajan-guest at alioth.debian.org
Wed Jun 13 13:48:52 UTC 2012


Author: lkajan-guest
Date: 2012-06-13 13:48:51 +0000 (Wed, 13 Jun 2012)
New Revision: 11320

Modified:
   trunk/packages/libmath-vector-real-perl/trunk/debian/rules
Log:
streamlined debian/rules for this arch-indep package

Modified: trunk/packages/libmath-vector-real-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libmath-vector-real-perl/trunk/debian/rules	2012-06-13 13:35:47 UTC (rev 11319)
+++ trunk/packages/libmath-vector-real-perl/trunk/debian/rules	2012-06-13 13:48:51 UTC (rev 11320)
@@ -1,16 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-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
 
@@ -20,8 +8,3 @@
 get-orig-source:
 	mkdir -p ../tarballs
 	uscan --verbose --force-download --destdir=../tarballs
-
-.PHONY: override_dh_auto_configure
-override_dh_auto_configure:
-	dh_auto_configure -- OPTIMIZE="$(CPPFLAGS) $(CFLAGS)" LD="$(shell perl -V::ld:) $(LDFLAGS)"
-




More information about the debian-med-commit mailing list