Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· f91225d2
Andreas Tille
authored
Sep 23, 2018
f91225d2
Point Vcs fields to salsa.debian.org
· 8f8da9a6
Andreas Tille
authored
Sep 23, 2018
8f8da9a6
Standards-Version: 4.2.1
· 639e7c0b
Andreas Tille
authored
Sep 23, 2018
639e7c0b
Do not parse d/changelog
· 096df749
Andreas Tille
authored
Sep 23, 2018
096df749
Upload to unstable
· 25f65eba
Andreas Tille
authored
Sep 23, 2018
25f65eba
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
25f65eba
disulfinder (1.2.11-8)
UNRELEASED
; urgency=medium
disulfinder (1.2.11-8)
unstable
; urgency=medium
[ Steffen Moeller ]
* debian/upstream/metadata:
- yamllint cleanliness
- added references to registries
-- Steffen Moeller <moeller@debian.org> Sat, 18 Nov 2017 23:36:14 +0100
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Sun, 23 Sep 2018 17:15:15 +0200
disulfinder (1.2.11-7) unstable; urgency=medium
...
...
debian/compat
View file @
25f65eba
1
0
1
1
debian/control
View file @
25f65eba
...
...
@@ -5,13 +5,13 @@ Uploaders: Guy Yachdav <gyachdav@rostlab.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
libboost-dev,
libboost-graph-dev,
libf2c2-dev
Standards-Version: 4.
1.0
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/disulfinder
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/disulfinder.git
Standards-Version: 4.
2.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/disulfinder
Vcs-Git: https://
salsa
.debian.org/
med-team
/disulfinder.git
Homepage: http://disulfind.dsi.unifi.it/
Package: disulfinder
...
...
debian/rules
View file @
25f65eba
...
...
@@ -5,8 +5,9 @@
export
DH_VERBOSE
=
1
export
DEB_BUILD_MAINT_OPTIONS
=
hardening
=
+all
pkg
:=
$(
shell dpkg-parsechangelog |
awk
'/^Source:/ {print $$2
}
'
)
pkgdata
:=
$(
pkg
)
-data
include
/usr/share/dpkg/default.mk
pkgdata
:=
$(
DEB_SOURCE
)
-data
%
:
dh
$@
...
...
@@ -15,9 +16,9 @@ override_dh_auto_build:
dh_auto_build
--no-parallel
override_dh_auto_install
:
$(
MAKE
)
DESTDIR
=
$(
CURDIR
)
/debian/
$(
pkg
)
prefix
=
/usr
install
$(
MAKE
)
DESTDIR
=
$(
CURDIR
)
/debian/
$(
DEB_SOURCE
)
prefix
=
/usr
install
override_dh_install
:
dh_install
mkdir
-p
$(
CURDIR
)
/debian/
$(
pkgdata
)
/usr/share/
$(
pkg
)
mv
$(
CURDIR
)
/debian/
$(
pkg
)
/usr/share/
$(
pkg
)
/
*
$(
CURDIR
)
/debian/
$(
pkgdata
)
/usr/share/
$(
pkg
)
mkdir
-p
$(
CURDIR
)
/debian/
$(
pkgdata
)
/usr/share/
$(
DEB_SOURCE
)
mv
$(
CURDIR
)
/debian/
$(
DEB_SOURCE
)
/usr/share/
$(
DEB_SOURCE
)
/
*
$(
CURDIR
)
/debian/
$(
pkgdata
)
/usr/share/
$(
DEB_SOURCE
)