[med-svn] r5657 - trunk/packages/amap-align/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Jan 13 13:21:04 UTC 2011
Author: tille
Date: 2011-01-13 13:21:04 +0000 (Thu, 13 Jan 2011)
New Revision: 5657
Modified:
trunk/packages/amap-align/trunk/debian/changelog
trunk/packages/amap-align/trunk/debian/compat
trunk/packages/amap-align/trunk/debian/control
trunk/packages/amap-align/trunk/debian/copyright
trunk/packages/amap-align/trunk/debian/rules
trunk/packages/amap-align/trunk/debian/watch
Log:
Polished packaging, opload long pending changes of probably dead upstream package
Modified: trunk/packages/amap-align/trunk/debian/changelog
===================================================================
--- trunk/packages/amap-align/trunk/debian/changelog 2011-01-13 13:00:54 UTC (rev 5656)
+++ trunk/packages/amap-align/trunk/debian/changelog 2011-01-13 13:21:04 UTC (rev 5657)
@@ -1,4 +1,4 @@
-amap-align (2.2-2) UNRELEASED; urgency=low
+amap-align (2.2-2) unstable; urgency=low
[ Charles Plessy ]
* Updated my email address.
@@ -6,8 +6,23 @@
[ David Paleino ]
* debian/control: removed myself from Uploaders
- -- David Paleino <d.paleino at gmail.com> Wed, 13 May 2009 07:29:37 +0200
+ [ Andreas Tille ]
+ * debian/control:
+ - Standards-Version: 3.9.1 (no changes needed)
+ - Debhelper 7
+ - Fixed Debian Med spelling in maintainer address
+ - Commented Homepage which simply vanished and added a hint
+ about dead upstream
+ * debian/watch: deactivated useless code because the donwload area
+ vanished
+ * debian/copyright: Mention missing homepage / download
+ * debian/rules:
+ - s/dh_clean -k/dh_prep/
+ - fix permissions of example which should not be executable
+ * debian/README.{Debian,source}: added some information
+ -- Andreas Tille <tille at debian.org> Thu, 13 Jan 2011 13:50:30 +0100
+
amap-align (2.2-1) unstable; urgency=low
[ Charles Plessy ]
Modified: trunk/packages/amap-align/trunk/debian/compat
===================================================================
--- trunk/packages/amap-align/trunk/debian/compat 2011-01-13 13:00:54 UTC (rev 5656)
+++ trunk/packages/amap-align/trunk/debian/compat 2011-01-13 13:21:04 UTC (rev 5657)
@@ -1 +1 @@
-5
+7
Modified: trunk/packages/amap-align/trunk/debian/control
===================================================================
--- trunk/packages/amap-align/trunk/debian/control 2011-01-13 13:00:54 UTC (rev 5656)
+++ trunk/packages/amap-align/trunk/debian/control 2011-01-13 13:21:04 UTC (rev 5657)
@@ -5,11 +5,11 @@
DM-Upload-Allowed: yes
Uploaders: Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 5), quilt
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7), quilt
+Standards-Version: 3.9.1
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/amap-align/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/amap-align/trunk/
-Homepage: http://bio.math.berkeley.edu/amap/
+X-Homepage: http://bio.math.berkeley.edu/amap/ - upstream seems to be dead
Package: amap-align
Architecture: any
Modified: trunk/packages/amap-align/trunk/debian/copyright
===================================================================
--- trunk/packages/amap-align/trunk/debian/copyright 2011-01-13 13:00:54 UTC (rev 5656)
+++ trunk/packages/amap-align/trunk/debian/copyright 2011-01-13 13:21:04 UTC (rev 5657)
@@ -2,6 +2,7 @@
X-Debianized-By: Charles Plessy <charles-debian-nospam at plessy.org>
X-Debinized-Date: Sun, 9 Jul 2006 12:53:25 +0900.
X-Source-Downloaded-From: http://bio.math.berkeley.edu/amap/download
+X-Note: This download area as well as the homepage vanished
X-Upstream-Author: 2005—2007 Ariel Schwartz <sariel at cs.berkeley.edu>
Files: debian/*
Modified: trunk/packages/amap-align/trunk/debian/rules
===================================================================
--- trunk/packages/amap-align/trunk/debian/rules 2011-01-13 13:00:54 UTC (rev 5656)
+++ trunk/packages/amap-align/trunk/debian/rules 2011-01-13 13:21:04 UTC (rev 5657)
@@ -16,6 +16,8 @@
-''-param make.single.year.ranges "1" \
-o debian/
+pkg=amap-align
+
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -45,7 +47,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
binary-indep: build install
@@ -55,6 +57,7 @@
dh_installchangelogs
dh_installdocs
dh_installexamples
+ chmod 644 debian/$(pkg)/usr/share/doc/$(pkg)/examples/BB12020.tfa
dh_install align/amap debian/wrapper/amap-align usr/bin/
dh_installman debian/amap.1
dh_link usr/share/man/man1/amap.1 usr/share/man/man1/amap-align.1
Modified: trunk/packages/amap-align/trunk/debian/watch
===================================================================
--- trunk/packages/amap-align/trunk/debian/watch 2011-01-13 13:00:54 UTC (rev 5656)
+++ trunk/packages/amap-align/trunk/debian/watch 2011-01-13 13:21:04 UTC (rev 5657)
@@ -1,2 +1,7 @@
-version=3
-http://baboon.math.berkeley.edu/amap/download/ amap\.(.*)\.tar\.gz
+## Upstream homepage vanished - deactivate watch info
+#version=3
+#http://baboon.math.berkeley.edu/amap/download/ amap\.(.*)\.tar\.gz
+#
+# Please note: The version hosted at
+# http://code.google.com/p/amap-align/
+# is older than the Debian packaged version
More information about the debian-med-commit
mailing list