[med-svn] [eigensoft] 03/03: New upstream version (upstream has renamed from .pl to .perl)
Andreas Tille
tille at debian.org
Fri Aug 5 22:06:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository eigensoft.
commit b9609192a4a183ed7eca3a6a2a5ba8bd53def2fe
Author: Andreas Tille <tille at debian.org>
Date: Sat Aug 6 00:03:36 2016 +0200
New upstream version (upstream has renamed from .pl to .perl)
---
debian/changelog | 7 +++++++
debian/install | 2 +-
debian/links | 2 +-
debian/rules | 10 +++++-----
4 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c4834c8..cc10a85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+eigensoft (6.1.3+dfsg-1) unstable; urgency=medium
+
+ * New upstream version
+ * Upstream has changed extensions from .pl to .perl
+
+ -- Andreas Tille <tille at debian.org> Fri, 05 Aug 2016 23:40:38 +0200
+
eigensoft (6.1.2+dfsg-1) unstable; urgency=medium
[ Andreas Tille ]
diff --git a/debian/install b/debian/install
index 48cd3de..9c5cac9 100644
--- a/debian/install
+++ b/debian/install
@@ -1,6 +1,6 @@
bin/smarteigenstrat usr/lib/eigensoft
bin/smartpca usr/lib/eigensoft
-bin/gc.pl usr/lib/debian-med/bin
+bin/gc.perl usr/lib/debian-med/bin
bin/* usr/bin
CONVERTF usr/share/eigensoft
EIGENSTRAT usr/share/eigensoft
diff --git a/debian/links b/debian/links
index 48eb3b6..10e6ef5 100644
--- a/debian/links
+++ b/debian/links
@@ -1 +1 @@
-usr/lib/debian-med/bin/gc.pl usr/bin/gc-eigensoft
+usr/lib/debian-med/bin/gc.perl usr/bin/gc-eigensoft
diff --git a/debian/rules b/debian/rules
index f3d8d14..9278e91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_install:
find debian/eigensoft/usr/share/ -type f -empty -delete
# file consists only from single line with wrong interpreter
find debian/eigensoft/usr/share/ -type f -name HGDP.X.perl -delete
- # Fix wrappers and drop *.pl extension in /usr/bin while keeping
+ # Fix wrappers and drop *.perl extension in /usr/bin while keeping
# the original name in /usr/lib/debian-med/bin
mkdir -p debian/$(DEBPKGNAME)/usr/lib/debian-med/bin
for pl in $(WRAPPERS) ; do \
@@ -38,11 +38,11 @@ override_dh_install:
-e "s?\(cmd[[:space:]]*=[[:space:]]*\"\)\($${pl}\)?\1/usr/lib/$(DEBPKGNAME)/\2?" \
-e "s?\(cmd[[:space:]]*=[[:space:]]*\"\)\(evec2pca.*\)\.perl?\1?" \
-e "s?\($${pl}\)\.perl?\1?" \
- debian/$(DEBPKGNAME)/usr/bin/$${pl}.pl ; \
- cp -a debian/$(DEBPKGNAME)/usr/bin/$${pl}.pl debian/$(DEBPKGNAME)/usr/bin/$${pl} ; \
- mv debian/$(DEBPKGNAME)/usr/bin/$${pl}.pl debian/$(DEBPKGNAME)/usr/lib/debian-med/bin ; \
+ debian/$(DEBPKGNAME)/usr/bin/$${pl}.perl ; \
+ cp -a debian/$(DEBPKGNAME)/usr/bin/$${pl}.perl debian/$(DEBPKGNAME)/usr/bin/$${pl} ; \
+ mv debian/$(DEBPKGNAME)/usr/bin/$${pl}.perl debian/$(DEBPKGNAME)/usr/lib/debian-med/bin ; \
done
- rm debian/$(DEBPKGNAME)/usr/bin/gc.pl
+ rm debian/$(DEBPKGNAME)/usr/bin/gc.perl
override_dh_fixperms:
dh_fixperms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/eigensoft.git
More information about the debian-med-commit
mailing list