Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix installation
· 9135d961
Andreas Tille
authored
Apr 17, 2018
9135d961
Remove unneeded get-orig-source target
· 0570e158
Andreas Tille
authored
Apr 17, 2018
0570e158
Upload to unstable
· dde1d2af
Andreas Tille
authored
Apr 17, 2018
dde1d2af
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
dde1d2af
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@debian.org> Tue,
03 Jan 2017 07:35:48
+0
1
00
-- Andreas Tille <tille@debian.org> Tue,
17 Apr 2018 11:55:55
+0
2
00
swissknife (1.67-1.2) unstable; urgency=medium
...
...
debian/patches/install_file_dr_ord.patch
0 → 100644
View file @
dde1d2af
Author: Andreas Tille <tille@debian.org>
Dominique Dumont <dod@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@isb-sib.ch>',
'Paul Kersey <pkersey@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
View file @
dde1d2af
# perl_5.26.patch
install_file_dr_ord.patch
debian/rules
View file @
dde1d2af
...
...
@@ -2,8 +2,3 @@
%:
dh $@
get-orig-source:
mkdir -p ../tarballs
uscan --verbose --force-download --destdir=../tarballs