[med-svn] r12937 - trunk/packages/fis-gtm/trunk/debian
Amul Shah
tuskentower-guest at alioth.debian.org
Thu Feb 7 20:12:23 UTC 2013
Author: tuskentower-guest
Date: 2013-02-07 20:12:23 +0000 (Thu, 07 Feb 2013)
New Revision: 12937
Modified:
trunk/packages/fis-gtm/trunk/debian/get-orig-source
trunk/packages/fis-gtm/trunk/debian/rules
Log:
Minor cleanup
Fix comment in get-orig-source
Switch back to non-verbose mode in rules
Modified: trunk/packages/fis-gtm/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/get-orig-source 2013-02-07 18:46:52 UTC (rev 12936)
+++ trunk/packages/fis-gtm/trunk/debian/get-orig-source 2013-02-07 20:12:23 UTC (rev 12937)
@@ -1,8 +1,6 @@
#!/bin/sh
-# get source for fis-gtm including extra autogenerated files provided separately
-# to enable build without existing Mumps compiler
+# get source for fis-gtm from SourceForge.net
-
#set -x
set -e
Modified: trunk/packages/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/rules 2013-02-07 18:46:52 UTC (rev 12936)
+++ trunk/packages/fis-gtm/trunk/debian/rules 2013-02-07 20:12:23 UTC (rev 12937)
@@ -3,10 +3,8 @@
# debian/rules for fis-gtm
# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+# export DH_VERBOSE=1
-SRC_EXTRAS_DIR=fis-gtm-src-extras
-
ARCH := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
UVER := $(shell LC_ALL=C dpkg-parsechangelog | awk '/^Version:/{sub(/-[0-9]*$$/,"");print $$2;}')
UAPIVER := $(shell echo $(UVER) | sed -e 's,+.*,,')
More information about the debian-med-commit
mailing list