Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Prepare routine-update
· 7b94f617
Andreas Tille
authored
Jul 13, 2018
7b94f617
debhelper 11
· 2b8a187b
Andreas Tille
authored
Jul 13, 2018
2b8a187b
Point Vcs fields to salsa.debian.org
· 0f26c831
Andreas Tille
authored
Jul 13, 2018
0f26c831
Standards-Version: 4.1.5
· 26899837
Andreas Tille
authored
Jul 13, 2018
26899837
autotools is not needed with debhelper 11
· 2e219ccf
Andreas Tille
authored
Jul 13, 2018
2e219ccf
Upload to unstable
· 585627c6
Andreas Tille
authored
Jul 13, 2018
585627c6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
585627c6
libgtextutils (0.7-5) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Fri, 13 Jul 2018 22:04:19 +0200
libgtextutils (0.7-4) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
585627c6
9
11
debian/control
View file @
585627c6
...
...
@@ -4,14 +4,12 @@ Uploaders: Charles Plessy <plessy@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: automake,
autotools-dev,
debhelper (>= 9),
Build-Depends: debhelper (>= 11~),
dh-exec,
libtool
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/libgtextutils
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/libgtextutils.git
Standards-Version:
4.1.5
Vcs-Browser: https://
salsa
.debian.org/
med-team
/libgtextutils
Vcs-Git: https://
salsa
.debian.org/
med-team
/libgtextutils.git
Homepage: http://hannonlab.cshl.edu/fastx_toolkit/
Package: libgtextutils-dev
...
...
debian/rules
View file @
585627c6
...
...
@@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export DH_VERBOSE=1
%:
dh $@
--with autotools_dev
dh $@
override_dh_auto_configure:
./reconf
...
...