[med-svn] r14857 - trunk/packages/gentle/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Oct 16 07:45:43 UTC 2013
Author: tille
Date: 2013-10-16 07:45:43 +0000 (Wed, 16 Oct 2013)
New Revision: 14857
Added:
trunk/packages/gentle/trunk/debian/gentle.doc-base.de
trunk/packages/gentle/trunk/debian/gentle.doc-base.en
Removed:
trunk/packages/gentle/trunk/debian/gentle.dirs
trunk/packages/gentle/trunk/debian/gentle.doc-base
Modified:
trunk/packages/gentle/trunk/debian/changelog
trunk/packages/gentle/trunk/debian/docs
trunk/packages/gentle/trunk/debian/rules
Log:
install both translations of the manual but use better names and fix according doc-base files
Modified: trunk/packages/gentle/trunk/debian/changelog
===================================================================
--- trunk/packages/gentle/trunk/debian/changelog 2013-10-16 07:19:09 UTC (rev 14856)
+++ trunk/packages/gentle/trunk/debian/changelog 2013-10-16 07:45:43 UTC (rev 14857)
@@ -10,6 +10,8 @@
patch which gave the inspiration for the change above)
Closes: #724221
* debian/copyrigh: DEP5
+ * install both translations of the manual but use better names and
+ fix according doc-base files
-- Andreas Tille <tille at debian.org> Wed, 16 Oct 2013 08:19:37 +0200
Modified: trunk/packages/gentle/trunk/debian/docs
===================================================================
--- trunk/packages/gentle/trunk/debian/docs 2013-10-16 07:19:09 UTC (rev 14856)
+++ trunk/packages/gentle/trunk/debian/docs 2013-10-16 07:45:43 UTC (rev 14857)
@@ -1,4 +1,3 @@
-docs/GENtle*en*.pdf
NEWS
RELEASE-NOTES.txt
tips_en.txt
Deleted: trunk/packages/gentle/trunk/debian/gentle.dirs
===================================================================
--- trunk/packages/gentle/trunk/debian/gentle.dirs 2013-10-16 07:19:09 UTC (rev 14856)
+++ trunk/packages/gentle/trunk/debian/gentle.dirs 2013-10-16 07:45:43 UTC (rev 14857)
@@ -1,4 +0,0 @@
-/usr
-/usr/bin
-/usr/share
-/usr/share/gentle
Deleted: trunk/packages/gentle/trunk/debian/gentle.doc-base
===================================================================
--- trunk/packages/gentle/trunk/debian/gentle.doc-base 2013-10-16 07:19:09 UTC (rev 14856)
+++ trunk/packages/gentle/trunk/debian/gentle.doc-base 2013-10-16 07:45:43 UTC (rev 14857)
@@ -1,10 +0,0 @@
-Document: gentle
-Title: Gentle Manual
-Author: Magnus Manske
-Abstract: The manual presents an overview on
- the functionalities that GENtle contributes
- to the cloning process.
-Section: Science/Biology
-
-Format: pdf
-Files: /usr/share/doc/gentle/GENtle*.pdf
Added: trunk/packages/gentle/trunk/debian/gentle.doc-base.de
===================================================================
--- trunk/packages/gentle/trunk/debian/gentle.doc-base.de (rev 0)
+++ trunk/packages/gentle/trunk/debian/gentle.doc-base.de 2013-10-16 07:45:43 UTC (rev 14857)
@@ -0,0 +1,10 @@
+Document: gentle-de
+Title: Gentle Anleitung (deutsch)
+Author: Magnus Manske
+Abstract: Diese Anleitung gibt einen Überblick über
+ die von GENtle bereitgestellten Funktionen beim
+ Prozess des Clonens.
+Section: Science/Biology
+
+Format: pdf
+Files: /usr/share/doc/gentle/GENtle_manual_de.pdf
Added: trunk/packages/gentle/trunk/debian/gentle.doc-base.en
===================================================================
--- trunk/packages/gentle/trunk/debian/gentle.doc-base.en (rev 0)
+++ trunk/packages/gentle/trunk/debian/gentle.doc-base.en 2013-10-16 07:45:43 UTC (rev 14857)
@@ -0,0 +1,10 @@
+Document: gentle-en
+Title: Gentle Manual
+Author: Magnus Manske
+Abstract: The manual presents an overview on
+ the functionalities that GENtle contributes
+ to the cloning process.
+Section: Science/Biology
+
+Format: pdf
+Files: /usr/share/doc/gentle/GENtle_manual.pdf
Modified: trunk/packages/gentle/trunk/debian/rules
===================================================================
--- trunk/packages/gentle/trunk/debian/rules 2013-10-16 07:19:09 UTC (rev 14856)
+++ trunk/packages/gentle/trunk/debian/rules 2013-10-16 07:45:43 UTC (rev 14857)
@@ -20,11 +20,19 @@
cd debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME); for i in help/*.html help/*.css *.db help/*.htm */*.png */*.x[bp]m */*.bmp *.txt */*.txt *.csv; do chmod -x "$$i"; done
find debian -name "license.txt" | xargs -r rm
+override_dh_installdocs:
+ dh_installdocs
+ cp -a docs/GENtle*en*.pdf debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/GENtle_manual.pdf
+ cp -a docs/GENtle*Manual.pdf debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/GENtle_manual_de.pdf
+
override_dh_auto_clean:
dh_auto_clean
find . -name "*.o" | xargs -r rm
rm -f GENtle
+override_dh_compress:
+ dh_compress --exclude=.pdf
+
COMPRESSION=xz
VERSION=1.9+cvs$(shell date +"%Y%m%d"|tr -d ' \t\n')~dfsg
get-orig-source:
More information about the debian-med-commit
mailing list