Author: sascha-guest Date: 2016-02-06 19:59:35 +0000 (Sat, 06 Feb 2016) New Revision: 21387
Added: trunk/packages/aragorn/trunk/debian/README.status Removed: trunk/packages/aragorn/trunk/debian/changelog trunk/packages/aragorn/trunk/debian/compat trunk/packages/aragorn/trunk/debian/control trunk/packages/aragorn/trunk/debian/copyright trunk/packages/aragorn/trunk/debian/patches/ trunk/packages/aragorn/trunk/debian/rules trunk/packages/aragorn/trunk/debian/source/ trunk/packages/aragorn/trunk/debian/tests/ trunk/packages/aragorn/trunk/debian/upstream/ trunk/packages/aragorn/trunk/debian/watch Log: add git migration note, cleanup dir Added: trunk/packages/aragorn/trunk/debian/README.status =================================================================== --- trunk/packages/aragorn/trunk/debian/README.status (rev 0) +++ trunk/packages/aragorn/trunk/debian/README.status 2016-02-06 19:59:35 UTC (rev 21387) @@ -0,0 +1 @@ +This package has been migrated to Git: https://anonscm.debian.org/git/debian-med/aragorn.git Deleted: trunk/packages/aragorn/trunk/debian/changelog =================================================================== --- trunk/packages/aragorn/trunk/debian/changelog 2016-02-06 19:13:46 UTC (rev 21386) +++ trunk/packages/aragorn/trunk/debian/changelog 2016-02-06 19:59:35 UTC (rev 21387) @@ -1,35 +0,0 @@ -aragorn (1.2.36-5) unstable; urgency=medium - - * Fix freeze with -O2/3. - * Add simple autopkgtest. - * Bump standards version. - - -- Sascha Steinbiss <[email protected]> Tue, 01 Dec 2015 23:32:50 +0000 - -aragorn (1.2.36-4) unstable; urgency=low - - * Fix hardening flags - * Add patch description - - -- Sascha Steinbiss <[email protected]> Wed, 16 Jul 2014 23:29:34 +0100 - -aragorn (1.2.36-3) unstable; urgency=low - - * hardening-includes => use dpkg-buildflags instead - * debian/control: Update vcs field - * debian/control: Update standards version - - -- Sascha Steinbiss <[email protected]> Wed, 16 Jul 2014 21:56:49 +0100 - -aragorn (1.2.36-2) unstable; urgency=low - - * Adjust weekday in changelog (fixes lintian warning) - * Fix spelling error in manpage - - -- Sascha Steinbiss <[email protected]> Tue, 05 Nov 2013 15:22:41 +0100 - -aragorn (1.2.36-1) unstable; urgency=low - - * Initial release (Closes: #701571) - - -- Sascha Steinbiss <[email protected]> Sat, 16 Feb 2013 10:02:30 +0100 Deleted: trunk/packages/aragorn/trunk/debian/compat =================================================================== --- trunk/packages/aragorn/trunk/debian/compat 2016-02-06 19:13:46 UTC (rev 21386) +++ trunk/packages/aragorn/trunk/debian/compat 2016-02-06 19:59:35 UTC (rev 21387) @@ -1 +0,0 @@ -9 Deleted: trunk/packages/aragorn/trunk/debian/control =================================================================== --- trunk/packages/aragorn/trunk/debian/control 2016-02-06 19:13:46 UTC (rev 21386) +++ trunk/packages/aragorn/trunk/debian/control 2016-02-06 19:59:35 UTC (rev 21387) @@ -1,19 +0,0 @@ -Source: aragorn -Section: science -Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Sascha Steinbiss <[email protected]> -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.6 -Homepage: http://mbio-serv2.mbioekol.lu.se/ARAGORN/ -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/aragorn/trunk/ -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/aragorn/trunk/ - -Package: aragorn -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: tRNA and tmRNA detection in nucleotide sequences - The program employs heuristic algorithms to predict tRNA secondary structure, - based on homology with recognized tRNA consensus sequences and ability to form - a base-paired cloverleaf. tmRNA genes are identified using a modified version - of the BRUCE program. Deleted: trunk/packages/aragorn/trunk/debian/copyright =================================================================== --- trunk/packages/aragorn/trunk/debian/copyright 2016-02-06 19:13:46 UTC (rev 21386) +++ trunk/packages/aragorn/trunk/debian/copyright 2016-02-06 19:59:35 UTC (rev 21387) @@ -1,22 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: aragorn -Source: http://mbio-serv2.mbioekol.lu.se/ARAGORN/ - -Files: * -Copyright: Copyright: 2003-2015 Dean Laslett <[email protected]> -License: GPL-2+ - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/> - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Deleted: trunk/packages/aragorn/trunk/debian/rules =================================================================== --- trunk/packages/aragorn/trunk/debian/rules 2016-02-06 19:13:46 UTC (rev 21386) +++ trunk/packages/aragorn/trunk/debian/rules 2016-02-06 19:59:35 UTC (rev 21387) @@ -1,25 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -export DESTDIR=$(CURDIR)/debian/aragorn -export DH_ALWAYS_EXCLUDE=.gitignore - -CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) - -%: - dh $@ - -override_dh_auto_clean: - rm -f aragorn - -override_dh_auto_build: - $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Os -o aragorn *.c - -override_dh_auto_install: - mkdir -p $(DESTDIR)/usr/bin - cp aragorn $(DESTDIR)/usr/bin - mkdir -p $(DESTDIR)/usr/share/man/man1 - cp aragorn.1 $(DESTDIR)/usr/share/man/man1 Deleted: trunk/packages/aragorn/trunk/debian/watch =================================================================== --- trunk/packages/aragorn/trunk/debian/watch 2016-02-06 19:13:46 UTC (rev 21386) +++ trunk/packages/aragorn/trunk/debian/watch 2016-02-06 19:59:35 UTC (rev 21387) @@ -1,2 +0,0 @@ -version=3 -http://mbio-serv2.mbioekol.lu.se/ARAGORN/Downloads/aragorn(.*).tgz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
