[med-svn] r1704 - trunk/packages/mipe/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Tue Apr 8 13:31:57 UTC 2008
Author: tille
Date: 2008-04-08 13:31:56 +0000 (Tue, 08 Apr 2008)
New Revision: 1704
Modified:
trunk/packages/mipe/trunk/debian/changelog
trunk/packages/mipe/trunk/debian/control
trunk/packages/mipe/trunk/debian/copyright
trunk/packages/mipe/trunk/debian/rules
Log:
Prepared upload
Modified: trunk/packages/mipe/trunk/debian/changelog
===================================================================
--- trunk/packages/mipe/trunk/debian/changelog 2008-04-08 11:56:22 UTC (rev 1703)
+++ trunk/packages/mipe/trunk/debian/changelog 2008-04-08 13:31:56 UTC (rev 1704)
@@ -1,4 +1,4 @@
-mipe (1.1-2) UNRELEASED; urgency=low
+mipe (1.1-2) unstable; urgency=low
[ Andreas Tille ]
* Group maintenance by Debian-Med team
@@ -9,6 +9,8 @@
* Moved Homepage from long description to control fields
* Standards-Version: 3.7.3 (no changes needed)
* debhelper >= 5
+ * Patches using quilt
+ * debian/copyright machine readable
[ Charles Plessy ]
* debian/watch uses the sf.net redirector instead of p.d.o/~lolando.
Modified: trunk/packages/mipe/trunk/debian/control
===================================================================
--- trunk/packages/mipe/trunk/debian/control 2008-04-08 11:56:22 UTC (rev 1703)
+++ trunk/packages/mipe/trunk/debian/control 2008-04-08 13:31:56 UTC (rev 1704)
@@ -5,7 +5,8 @@
XS-DM-Upload-Allowed: yes
Uploaders: Steffen Moeller <moeller at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends-Indep: debhelper (>= 5.0), perl
+Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 5.0), quilt
Standards-Version: 3.7.3
Homepage: http://mipe.sourceforge.net
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mipe/trunk/?rev=0&sc=0
Modified: trunk/packages/mipe/trunk/debian/copyright
===================================================================
--- trunk/packages/mipe/trunk/debian/copyright 2008-04-08 11:56:22 UTC (rev 1703)
+++ trunk/packages/mipe/trunk/debian/copyright 2008-04-08 13:31:56 UTC (rev 1704)
@@ -1,26 +1,18 @@
-This package was debianized by Steffen Moeller <moeller at pzr.uni-rostock.de> on
-Wed, 20 Jul 2005 13:30:13 +0200.
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: Steffen Moeller <moeller at debian.org>,
+ Andreas Tille <tille at debian.org>
+X-Debianized-Date: Wed, 20 Jul 2005 13:30:13 +0200.
+X-Source-Downloaded-From: http://sourceforge.net/projects/mipe
-It was downloaded from http://sourceforge.net/projects/mipe
+Files: debian/*
+Copyright: © 2003—2008 Steffen Moeller <moeller at debian.org>,
+ Andreas Tille <tille at debian.org>
+License: GPL-2+
+X-Comment: On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
-Copyright Holder: Jan Aerts <jan.aerts at bbsrc.ac.uk>
-
-License:
-
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
+Files: *
+Copyright: © 2003-2005 Jan Aerts <jan.aerts at bbsrc.ac.uk>
+License: LGPL
+X-Comment: On Debian systems, the complete text of the GNU Lesser
+ General Public License can be found in `/usr/share/common-licenses/LGPL'.
Modified: trunk/packages/mipe/trunk/debian/rules
===================================================================
--- trunk/packages/mipe/trunk/debian/rules 2008-04-08 11:56:22 UTC (rev 1703)
+++ trunk/packages/mipe/trunk/debian/rules 2008-04-08 13:31:56 UTC (rev 1704)
@@ -1,14 +1,13 @@
#!/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.
+# debian/rules for clustalw-mpi
+# Copyright 2004-2008 Steffen Moeller, Andreas Tille
+# GPL
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+include /usr/share/quilt/quilt.make
+
.SUFFIXES: .pl .1
%.1: %.pl
@@ -36,9 +35,9 @@
configure:
-build: $(MANPAGES)
+build: patch $(MANPAGES)
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
More information about the debian-med-commit
mailing list