Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 11
· 8e481ac8
Andreas Tille
authored
Sep 07, 2018
8e481ac8
Point Vcs fields to salsa.debian.org
· 6dbedf68
Andreas Tille
authored
Sep 07, 2018
6dbedf68
Standards-Version: 4.2.1
· 9ada7137
Andreas Tille
authored
Sep 07, 2018
9ada7137
Fix Perl interpreter path
· c35b154d
Andreas Tille
authored
Sep 07, 2018
c35b154d
Do not parse d/changelog
· e4958251
Andreas Tille
authored
Sep 07, 2018
e4958251
Fix regexp
· 8476c179
Andreas Tille
authored
Sep 07, 2018
8476c179
Upload to unstable
· 22d98b16
Andreas Tille
authored
Sep 07, 2018
22d98b16
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
22d98b16
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)
...
...
debian/compat
View file @
22d98b16
1
0
1
1
debian/control
View file @
22d98b16
...
...
@@ -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 (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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
...
...
debian/rules
View file @
22d98b16
...
...
@@ -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/*