[med-svn] r7725 - trunk/packages/plastimatch/trunk/debian
Dominique Belhachemi
domibel at alioth.debian.org
Sun Sep 11 12:15:57 UTC 2011
Author: domibel
Date: 2011-09-11 12:15:57 +0000 (Sun, 11 Sep 2011)
New Revision: 7725
Modified:
trunk/packages/plastimatch/trunk/debian/control
trunk/packages/plastimatch/trunk/debian/copyright
trunk/packages/plastimatch/trunk/debian/get-orig-source
trunk/packages/plastimatch/trunk/debian/rules
Log:
added BUILD_TESTING:BOOL=ON , but switch doesn't work
Modified: trunk/packages/plastimatch/trunk/debian/control
===================================================================
--- trunk/packages/plastimatch/trunk/debian/control 2011-09-11 08:08:49 UTC (rev 7724)
+++ trunk/packages/plastimatch/trunk/debian/control 2011-09-11 12:15:57 UTC (rev 7725)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Gregory C. Sharp <gregsharp.geo at yahoo.com>
+Uploaders: Gregory C. Sharp <gregsharp.geo at yahoo.com>, Dominique Belhachemi <domibel at debian.org>
Build-Depends: debhelper (>= 8), cmake,
gfortran,
libfftw3-dev,
Modified: trunk/packages/plastimatch/trunk/debian/copyright
===================================================================
--- trunk/packages/plastimatch/trunk/debian/copyright 2011-09-11 08:08:49 UTC (rev 7724)
+++ trunk/packages/plastimatch/trunk/debian/copyright 2011-09-11 12:15:57 UTC (rev 7725)
@@ -119,7 +119,7 @@
rights expressly granted hereunder.
Files: debian/*
-Copyright: 2011 Gregory C. Sharp <gcsharp at partners.org>
+Copyright: 2011 Gregory C. Sharp <gregsharp.geo at yahoo.com>
License: BSD-3-Clause
Files: libs/bstrlib-05122010/*
Modified: trunk/packages/plastimatch/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/plastimatch/trunk/debian/get-orig-source 2011-09-11 08:08:49 UTC (rev 7724)
+++ trunk/packages/plastimatch/trunk/debian/get-orig-source 2011-09-11 12:15:57 UTC (rev 7725)
@@ -15,8 +15,8 @@
cd ..
mkdir -p tarballs
+rm -rf tarballs/*
cd tarballs
-rm -rf *
tar xf ../$download_name
base=`ls`
echo "Repackaging $base into ${PKG}-${VERSION}"
Modified: trunk/packages/plastimatch/trunk/debian/rules
===================================================================
--- trunk/packages/plastimatch/trunk/debian/rules 2011-09-11 08:08:49 UTC (rev 7724)
+++ trunk/packages/plastimatch/trunk/debian/rules 2011-09-11 12:15:57 UTC (rev 7725)
@@ -1,10 +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.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -13,9 +7,10 @@
dh $@ --parallel
DEB_CMAKE_EXTRA_FLAGS += \
- -DCMAKE_BUILD_TYPE:STRING=RELEASE \
- -DCMAKE_SKIP_RPATH:BOOL=ON \
- -DBUILD_DEBIAN:BOOL=ON
+ -DCMAKE_BUILD_TYPE:STRING=RELEASE \
+ -DCMAKE_SKIP_RPATH:BOOL=ON \
+ -DBUILD_DEBIAN:BOOL=ON \
+ -DBUILD_TESTING:BOOL=ON
override_dh_auto_configure:
dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS)
More information about the debian-med-commit
mailing list