[med-svn] r1328 - trunk/packages/t-coffee/trunk/debian
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Feb 6 14:12:18 UTC 2008
Author: hanska-guest
Date: 2008-02-06 14:12:18 +0000 (Wed, 06 Feb 2008)
New Revision: 1328
Modified:
trunk/packages/t-coffee/trunk/debian/changelog
trunk/packages/t-coffee/trunk/debian/control
trunk/packages/t-coffee/trunk/debian/rules
Log:
* Added myself to Uploaders
* Minor changes to debian/rules
Modified: trunk/packages/t-coffee/trunk/debian/changelog
===================================================================
--- trunk/packages/t-coffee/trunk/debian/changelog 2008-02-06 13:44:13 UTC (rev 1327)
+++ trunk/packages/t-coffee/trunk/debian/changelog 2008-02-06 14:12:18 UTC (rev 1328)
@@ -1,6 +1,8 @@
t-coffee (5.57-1) UNRELEASED; urgency=low
* New upstream release
+ * Added myself to Uploaders
+ * Minor changes to debian/rules
-- David Paleino <d.paleino at gmail.com> Wed, 06 Feb 2008 14:42:55 +0100
Modified: trunk/packages/t-coffee/trunk/debian/control
===================================================================
--- trunk/packages/t-coffee/trunk/debian/control 2008-02-06 13:44:13 UTC (rev 1327)
+++ trunk/packages/t-coffee/trunk/debian/control 2008-02-06 14:12:18 UTC (rev 1328)
@@ -3,7 +3,9 @@
Priority: optional
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <charles-debian-nospam at plessy.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Charles Plessy <charles-debian-nospam at plessy.org>,
+ David Paleino <d.paleino at gmail.com>
Build-Depends: debhelper (>= 5), quilt
Standards-Version: 3.7.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/t-coffee/trunk/?rev=0&sc=0
Modified: trunk/packages/t-coffee/trunk/debian/rules
===================================================================
--- trunk/packages/t-coffee/trunk/debian/rules 2008-02-06 13:44:13 UTC (rev 1327)
+++ trunk/packages/t-coffee/trunk/debian/rules 2008-02-06 14:12:18 UTC (rev 1328)
@@ -9,7 +9,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
include /usr/share/quilt/quilt.make
CFLAGS = -Wall -g
@@ -20,17 +19,13 @@
CFLAGS += -O2
endif
-configure:
- # Nothing to configure
-
-build: patch build-stamp
-
-build-stamp:
+build: build-stamp
+build-stamp: patch
dh_testdir
$(MAKE) -C t_coffee_source -i CC=gcc CFLAGS="$(CFLAGS)" USER_BIN=../bin/ all
- touch build-stamp
+ touch $@
-clean: unpatch
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -54,8 +49,6 @@
install-indep:
-
-# Build architecture-independent files here.
binary-indep: build install-indep
dh_testdir
dh_testroot
@@ -71,7 +64,6 @@
dh_md5sums -pt-coffee-examples -pt-coffee-doc
dh_builddeb -pt-coffee-examples -pt-coffee-doc
-# Build architecture-dependent files here.
binary-arch: build install-arch
dh_testdir
dh_testroot
@@ -89,4 +81,4 @@
dh_builddeb -pt-coffee
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-med-commit
mailing list