Skip to content
Commits on Source (7)
quorum (1.1.1-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* d/rules:
- Fix Perl interpreter path
- Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Fri, 07 Sep 2018 15:33:40 +0200
quorum (1.1.1-1) unstable; urgency=medium
* Initial release (Closes: #862828)
......
......@@ -3,14 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
libjellyfish-2.0-dev (>= 2.2.6-1~),
jellyfish (>= 2.2.6-1~),
yaggo,
pkg-config
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/quorum.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/quorum.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/quorum
Vcs-Git: https://salsa.debian.org/med-team/quorum.git
Homepage: https://github.com/gmarcais/Quorum
Package: quorum
......
......@@ -4,12 +4,13 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
%:
dh $@ --no-parallel
override_dh_install:
dh_install
mkdir -p debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)
mv debian/$(DEBPKGNAME)/usr/share/adapter* debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)
mkdir -p debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)
mv debian/$(DEB_SOURCE)/usr/share/adapter* debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)
sed -i '1s+#! */usr/bin/env perl+#!/usr/bin/perl+' debian/*/usr/bin/*