[med-svn] r23399 - in trunk/packages/tacg/trunk/debian: . source
Andreas Tille
tille at moszumanska.debian.org
Thu Dec 29 22:45:46 UTC 2016
Author: tille
Date: 2016-12-29 22:45:46 +0000 (Thu, 29 Dec 2016)
New Revision: 23399
Added:
trunk/packages/tacg/trunk/debian/source/
trunk/packages/tacg/trunk/debian/source/format
Removed:
trunk/packages/tacg/trunk/debian/README.Debian
Modified:
trunk/packages/tacg/trunk/debian/changelog
trunk/packages/tacg/trunk/debian/compat
trunk/packages/tacg/trunk/debian/control
trunk/packages/tacg/trunk/debian/rules
Log:
Cleanup SVN
Deleted: trunk/packages/tacg/trunk/debian/README.Debian
===================================================================
--- trunk/packages/tacg/trunk/debian/README.Debian 2016-12-29 22:34:27 UTC (rev 23398)
+++ trunk/packages/tacg/trunk/debian/README.Debian 2016-12-29 22:45:46 UTC (rev 23399)
@@ -1,6 +0,0 @@
-tacg for Debian
----------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Charles Plessy <charles-debian-nospam at plessy.org> Fri, 18 Jan 2008 17:47:56 +0900
Modified: trunk/packages/tacg/trunk/debian/changelog
===================================================================
--- trunk/packages/tacg/trunk/debian/changelog 2016-12-29 22:34:27 UTC (rev 23398)
+++ trunk/packages/tacg/trunk/debian/changelog 2016-12-29 22:45:46 UTC (rev 23399)
@@ -1,6 +1,7 @@
tacg (4.3-1) UNRELEASED; urgency=low
* Initial release (Closes: #461504)
+ --> see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461504#12
-- Charles Plessy <plessy at debian.org> Sun, 27 Apr 2008 17:00:27 +0900
Modified: trunk/packages/tacg/trunk/debian/compat
===================================================================
--- trunk/packages/tacg/trunk/debian/compat 2016-12-29 22:34:27 UTC (rev 23398)
+++ trunk/packages/tacg/trunk/debian/compat 2016-12-29 22:45:46 UTC (rev 23399)
@@ -1 +1 @@
-7
+10
Modified: trunk/packages/tacg/trunk/debian/control
===================================================================
--- trunk/packages/tacg/trunk/debian/control 2016-12-29 22:34:27 UTC (rev 23398)
+++ trunk/packages/tacg/trunk/debian/control 2016-12-29 22:45:46 UTC (rev 23399)
@@ -1,18 +1,19 @@
Source: tacg
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy at debian.org>
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 7), quilt, cdbs, autotools-dev
-Standards-Version: 3.8.0
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/tacg/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/tacg/
+Build-Depends: debhelper (>= 10),
+ autotools-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/tacg/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/tacg/
Homepage: http://tacg.sourceforge.net/
Package: tacg
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Enhances: nedit
Description: command line program for finding patterns in nucleic acids
tacg is a character-based, command line tool for unix-like operating systems
Modified: trunk/packages/tacg/trunk/debian/rules
===================================================================
--- trunk/packages/tacg/trunk/debian/rules 2016-12-29 22:34:27 UTC (rev 23398)
+++ trunk/packages/tacg/trunk/debian/rules 2016-12-29 22:45:46 UTC (rev 23399)
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+ dh $@
Added: trunk/packages/tacg/trunk/debian/source/format
===================================================================
--- trunk/packages/tacg/trunk/debian/source/format (rev 0)
+++ trunk/packages/tacg/trunk/debian/source/format 2016-12-29 22:45:46 UTC (rev 23399)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the debian-med-commit
mailing list