Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· be68163f
Andreas Tille
authored
Oct 26, 2018
be68163f
Point Vcs fields to salsa.debian.org
· cedb72c5
Andreas Tille
authored
Oct 26, 2018
cedb72c5
Standards-Version: 4.2.1
· be806135
Andreas Tille
authored
Oct 26, 2018
be806135
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· c2842788
Andreas Tille
authored
Oct 26, 2018
c2842788
Remove trailing whitespace in debian/copyright
· 8a826268
Andreas Tille
authored
Oct 26, 2018
8a826268
Upload to unstable
· b04a9623
Andreas Tille
authored
Oct 26, 2018
b04a9623
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b04a9623
acedb (4.9.39+dfsg.02-4)
UNRELEASED
; urgency=medium
acedb (4.9.39+dfsg.02-4)
unstable
; urgency=medium
[ Jelmer Vernooij ]
* Trim trailing whitespace.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 08 Oct 2018 21:20:25 +0100
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Fri, 26 Oct 2018 16:08:53 +0200
acedb (4.9.39+dfsg.02-3) unstable; urgency=medium
...
...
debian/compat
View file @
b04a9623
1
0
1
1
debian/control
View file @
b04a9623
...
...
@@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
libreadline-dev,
libglib2.0-dev,
libgtk2.0-dev,
...
...
@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10),
flex,
libfl-dev,
bison
Standards-Version: 4.
1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/acedb
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/acedb.git
Standards-Version: 4.
2.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/acedb
Vcs-Git: https://
salsa
.debian.org/
med-team
/acedb.git
Homepage: http://www.acedb.org/
Package: acedb-other-dotter
...
...
debian/copyright
View file @
b04a9623
debian/rules
View file @
b04a9623
...
...
@@ -35,8 +35,10 @@ override_dh_auto_build:
$(
MAKE
)
tools other
CFLAGS
=
"
$(
CFLAGS
)
"
LDFLAGS
=
"
$(
LDFLAGS
)
"
override_dh_auto_test
:
ifeq
(,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd
bin
&&
ln
-s
../w2/graphtest.c
dh_auto_test
||
true
endif
override_dh_auto_install
:
mkdir
-p
debian/tmp/usr/bin
...
...