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 <[email protected]> Tue, 03 Jan 2017 07:35:48 +0100 + -- Andreas Tille <[email protected]> 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 <[email protected]> + Dominique Dumont <[email protected]> +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 <[email protected]>', + 'Paul Kersey <[email protected]>', +@@ -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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
