[med-svn] r5704 - in trunk/packages/gff2aplot: . trunk/debian trunk/debian/patches trunk/debian/source

Andreas Tille tille at alioth.debian.org
Tue Jan 25 13:15:41 UTC 2011


Author: tille
Date: 2011-01-25 13:15:26 +0000 (Tue, 25 Jan 2011)
New Revision: 5704

Added:
   trunk/packages/gff2aplot/trunk/debian/examples
   trunk/packages/gff2aplot/trunk/debian/install
   trunk/packages/gff2aplot/trunk/debian/manpages
   trunk/packages/gff2aplot/trunk/debian/patches/series
   trunk/packages/gff2aplot/trunk/debian/source/
   trunk/packages/gff2aplot/trunk/debian/source/format
Removed:
   trunk/packages/gff2aplot/branches/
   trunk/packages/gff2aplot/trunk/debian/patches/01-makefile.diff
Modified:
   trunk/packages/gff2aplot/trunk/debian/changelog
   trunk/packages/gff2aplot/trunk/debian/compat
   trunk/packages/gff2aplot/trunk/debian/control
   trunk/packages/gff2aplot/trunk/debian/rules
Log:
Updated packaging to use short dh rules file, general packaging update (standards-version,debhelper.source format)


Modified: trunk/packages/gff2aplot/trunk/debian/changelog
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/changelog	2011-01-25 11:54:49 UTC (rev 5703)
+++ trunk/packages/gff2aplot/trunk/debian/changelog	2011-01-25 13:15:26 UTC (rev 5704)
@@ -1,3 +1,20 @@
+gff2aplot (2.0-6) unstable; urgency=low
+
+  * debian/control
+    - Added myself as Uploader
+    - Standards-Version: 3.9.1 (no changes needed)
+    - debhelper 7 (actually >= 7.1)
+    - Fixed Spelling of Debian Med team
+    - Build-Depends: removed cdbs, added quilt
+  * debian/source/format: 3.0 (quilt)
+  * debian/rules: rewritten to use dh
+  * debian/patches: use quilt
+  * debian/patches/01-makefile.diff: Removed because unneeded
+    with current packaging
+  * debian/{examples,install,manpages}: added
+
+ -- Andreas Tille <tille at debian.org>  Tue, 25 Jan 2011 13:32:41 +0100
+
 gff2aplot (2.0-5) unstable; urgency=low
 
   * Updated Standards-Version;

Modified: trunk/packages/gff2aplot/trunk/debian/compat
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/compat	2011-01-25 11:54:49 UTC (rev 5703)
+++ trunk/packages/gff2aplot/trunk/debian/compat	2011-01-25 13:15:26 UTC (rev 5704)
@@ -1 +1 @@
-5
+7

Modified: trunk/packages/gff2aplot/trunk/debian/control
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/control	2011-01-25 11:54:49 UTC (rev 5703)
+++ trunk/packages/gff2aplot/trunk/debian/control	2011-01-25 13:15:26 UTC (rev 5704)
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
-Uploaders: Nelson A. de Oliveira <naoliv at debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.7.3
+Uploaders: Nelson A. de Oliveira <naoliv at debian.org>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: cdbs, debhelper (>= 7.1), quilt (>= 0.47)
+Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gff2aplot/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gff2aplot/trunk/
 Homepage: http://genome.imim.es/software/gfftools/GFF2APLOT.html

Added: trunk/packages/gff2aplot/trunk/debian/examples
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/examples	                        (rev 0)
+++ trunk/packages/gff2aplot/trunk/debian/examples	2011-01-25 13:15:26 UTC (rev 5704)
@@ -0,0 +1 @@
+examples/*

Added: trunk/packages/gff2aplot/trunk/debian/install
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/install	                        (rev 0)
+++ trunk/packages/gff2aplot/trunk/debian/install	2011-01-25 13:15:26 UTC (rev 5704)
@@ -0,0 +1 @@
+bin/* usr/bin

Added: trunk/packages/gff2aplot/trunk/debian/manpages
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/manpages	                        (rev 0)
+++ trunk/packages/gff2aplot/trunk/debian/manpages	2011-01-25 13:15:26 UTC (rev 5704)
@@ -0,0 +1 @@
+debian/*.1

Deleted: trunk/packages/gff2aplot/trunk/debian/patches/01-makefile.diff
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/patches/01-makefile.diff	2011-01-25 11:54:49 UTC (rev 5703)
+++ trunk/packages/gff2aplot/trunk/debian/patches/01-makefile.diff	2011-01-25 13:15:26 UTC (rev 5704)
@@ -1,15 +0,0 @@
---- gff2aplot-v2_0/Makefile	2003-06-05 12:45:12.000000000 -0300
-+++ gff2aplot-v2_0-new/Makefile	2005-03-22 15:22:09.000000000 -0300
-@@ -139,7 +139,11 @@
- 
- installbin : $(BINCODE)
- 	@echo "### COPYING BIN FILES TO $(INSTALLDIR)...";
--	@$(CP) -p $^ $(INSTALLDIR)/;
-+	/usr/bin/install -m 755 bin/ali2gff $(DESTDIR)/usr/bin
-+	/usr/bin/install -m 755 bin/blat2gff.pl $(DESTDIR)/usr/bin/blat2gff
-+	/usr/bin/install -m 755 bin/gff2aplot.pl $(DESTDIR)/usr/bin/gff2aplot
-+	/usr/bin/install -m 755 bin/parseblast.pl $(DESTDIR)/usr/bin/parseblast
-+	/usr/bin/install -m 755 bin/sim2gff.pl $(DESTDIR)/usr/bin/sim2gff
- 
- #
- ### FINISHING CODE

Added: trunk/packages/gff2aplot/trunk/debian/patches/series
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/gff2aplot/trunk/debian/patches/series	2011-01-25 13:15:26 UTC (rev 5704)
@@ -0,0 +1,2 @@
+02-blat2gff.diff
+03-parseblast.diff

Modified: trunk/packages/gff2aplot/trunk/debian/rules
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/rules	2011-01-25 11:54:49 UTC (rev 5703)
+++ trunk/packages/gff2aplot/trunk/debian/rules	2011-01-25 13:15:26 UTC (rev 5704)
@@ -1,14 +1,15 @@
 #!/usr/bin/make -f
+# debian/rules file for gff2aplot using dh
+# Andreas Tille <tille at debian.org>
+# GPL
 
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+%:
+	dh $@ --with quilt
 
-DEB_DESTDIR = $(CURDIR)/debian/gff2aplot
-DEB_MAKE_CLEAN_TARGET	:= clean
-DEB_MAKE_INSTALL_TARGET	:= install DESTDIR=$(DEB_DESTDIR) prefix=$(DEB_DESTDIR)
-DEB_INSTALL_MANPAGES_gff2aplot := debian/*.1
-DEB_INSTALL_EXAMPLES_gff2aplot := examples/*
+# Upstream is missing to clean some files
+override_dh_auto_clean:
+	rm -f src/ali2gff/ali2gff bin/ali2gff
 
-clean::
-	rm -f src/ali2gff/ali2gff bin/ali2gff
+# We need to rename some *.pl files
+override_dh_auto_install:
+	for script in `find bin -name "*.pl"` ; do mv $$script bin/`basename $$script .pl` ; done

Added: trunk/packages/gff2aplot/trunk/debian/source/format
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/gff2aplot/trunk/debian/source/format	2011-01-25 13:15:26 UTC (rev 5704)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list