[med-svn] [Git][med-team/swissknife][master] 3 commits: Fix installation

Andreas Tille gitlab at salsa.debian.org
Tue Apr 17 11:13:39 BST 2018


Andreas Tille pushed to branch master at Debian Med / swissknife


Commits:
9135d961 by Andreas Tille at 2018-04-17T11:28:23+02:00
Fix installation

- - - - -
0570e158 by Andreas Tille at 2018-04-17T11:55:48+02:00
Remove unneeded get-orig-source target

- - - - -
dde1d2af by Andreas Tille at 2018-04-17T12:13:25+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/install_file_dr_ord.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-swissknife (1.75-1) UNRELEASED; urgency=medium
+swissknife (1.75-1) unstable; urgency=medium
 
-  * Team upload.
   * Moved packaging from SVN to Git
   * Standards-Version: 4.1.4
+  * Remove unneeded get-orig-source target
 
- -- Andreas Tille <tille at debian.org>  Tue, 03 Jan 2017 07:35:48 +0100
+ -- Andreas Tille <tille at debian.org>  Tue, 17 Apr 2018 11:55:55 +0200
 
 swissknife (1.67-1.2) unstable; urgency=medium
 


=====================================
debian/patches/install_file_dr_ord.patch
=====================================
--- /dev/null
+++ b/debian/patches/install_file_dr_ord.patch
@@ -0,0 +1,25 @@
+Author: Andreas Tille <tille at debian.org>
+        Dominique Dumont <dod at debian.org>
+Last-Update: Mon, 16 Apr 2018 09:28:05 +0200
+Origin: https://lists.debian.org/debian-perl/2018/04/msg00012.html
+Description: Make sure file lib/SWISS/dr_ord will be installed
+
+--- a/Build.PL
++++ b/Build.PL
+@@ -11,6 +11,7 @@ my $build=Module::Build->new
+     create_makefile_pl => 'traditional',
+     create_readme => 'README',
+     license => 'gpl',
++    ord_files => { 'lib/SWISS/dr_ord' => 'lib/SWISS/dr_ord'},
+     dist_author =>    [
+                'Edouard de Castro <edouard.decastro at isb-sib.ch>',
+                'Paul Kersey <pkersey at ebi.ac.uk>',
+@@ -20,7 +21,7 @@ my $build=Module::Build->new
+     dist_abstract=> 'Handle entries in Swiss-Prot format',
+   );
+ 
+-
++$build->add_build_element('ord');
+ 
+ $build->create_build_script;
+ 


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 # perl_5.26.patch
+install_file_dr_ord.patch


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	mkdir -p ../tarballs
-	uscan --verbose --force-download --destdir=../tarballs
-



View it on GitLab: https://salsa.debian.org/med-team/swissknife/compare/6815b851bb4c0f3d8c0ed765af736288dde1969a...dde1d2af053b74817c389a7dd16009ee03f866b6

---
View it on GitLab: https://salsa.debian.org/med-team/swissknife/compare/6815b851bb4c0f3d8c0ed765af736288dde1969a...dde1d2af053b74817c389a7dd16009ee03f866b6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180417/5267363f/attachment-0001.html>


More information about the debian-med-commit mailing list