Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· c5b5eaff
Andreas Tille
authored
Oct 14, 2018
c5b5eaff
Point Vcs fields to salsa.debian.org
· 3e5e7dc5
Andreas Tille
authored
Oct 14, 2018
3e5e7dc5
Standards-Version: 4.2.1
· 24acf37a
Andreas Tille
authored
Oct 14, 2018
24acf37a
hardening=+all
· 83af051a
Andreas Tille
authored
Oct 14, 2018
83af051a
obtain version automatically
· f4484113
Andreas Tille
authored
Oct 14, 2018
f4484113
Upload to unstable
· 7cb07ddc
Andreas Tille
authored
Oct 14, 2018
7cb07ddc
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7cb07ddc
ncbi-seg (0.0.20000620-5) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* debian/rules:
- hardening=+all
- obtain version automatically
-- Andreas Tille <tille@debian.org> Sun, 14 Oct 2018 00:42:34 +0200
ncbi-seg (0.0.20000620-4) unstable; urgency=medium
* Moved packaging from SVN to Git
...
...
debian/compat
View file @
7cb07ddc
1
0
1
1
debian/control
View file @
7cb07ddc
...
...
@@ -4,10 +4,10 @@ Uploaders: Laszlo Kajan <lkajan@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
)
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/ncbi-seg
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/ncbi-seg.git
Build-Depends: debhelper (>= 1
1~
)
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/ncbi-seg
Vcs-Git: https://
salsa
.debian.org/
med-team
/ncbi-seg.git
Homepage: ftp://ftp.ncbi.nih.gov/pub/seg/seg/
Package: ncbi-seg
...
...
debian/rules
View file @
7cb07ddc
...
...
@@ -2,20 +2,21 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
override_dh_autoreconf:
dh_autoreconf -X./COPYING
ver := 0.0.20000620
pkg := ncbi-seg
include /usr/share/dpkg/default.mk
get-orig-source:
set -e; \
t=$$(mktemp -d) || exit 1; \
trap "rm -rf -- '$$t'" EXIT; \
d="$$t/$(
pkg)-$(ver
).orig"; \
d="$$t/$(
DEB_SOURCE)-$(DEB_VERSION_UPSTREAM
).orig"; \
mkdir "$$d"; \
( cd "$$d"; \
wget \
...
...
@@ -28,5 +29,5 @@ get-orig-source:
ftp://ftp.ncbi.nih.gov/pub/seg/seg/seg.c\
ftp://ftp.ncbi.nih.gov/pub/seg/seg/seg.doc; \
); \
GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "./$(
pkg)_$(ver).orig.tar.gz" -C "$$t" "$(pkg)-$(ver
).orig"
GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "./$(
DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz" -C "$$t" "$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM
).orig"