Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Make sure target dir exists also for Architecture: all build
· def2b414
Andreas Tille
authored
Dec 15, 2018
def2b414
Standards-Version: 4.2.1
· d0df667c
Andreas Tille
authored
Dec 15, 2018
d0df667c
Remove trailing whitespace in debian/changelog
· 323094e8
Andreas Tille
authored
Dec 15, 2018
323094e8
Remove trailing whitespace in debian/control
· 9c0f259e
Andreas Tille
authored
Dec 15, 2018
9c0f259e
Upload to unstable
· cf9e2de9
Andreas Tille
authored
Dec 15, 2018
cf9e2de9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cf9e2de9
gatb-core (1.4.1+dfsg-3) unstable; urgency=medium
* Make sure target dir exists also for Architecture: all build
Closes: #903613
* Standards-Version: 4.2.1
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/control
-- Andreas Tille <tille@debian.org> Sat, 15 Dec 2018 10:22:40 +0100
gatb-core (1.4.1+dfsg-2) unstable; urgency=medium
* Install cmake files
...
...
debian/control
View file @
cf9e2de9
...
...
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 11~),
libjsoncpp-dev,
doxygen,
graphviz
Standards-Version: 4.
1.4
Standards-Version: 4.
2.1
Vcs-Browser: https://salsa.debian.org/med-team/gatb-core
Vcs-Git: https://salsa.debian.org/med-team/gatb-core.git
Homepage: https://github.com/GATB/gatb-core
...
...
debian/rules
View file @
cf9e2de9
...
...
@@ -9,6 +9,12 @@ pkgtestdata=$(DEB_SOURCE)-testdata
%:
dh $@ --sourcedirectory=gatb-core
override_dh_auto_build-arch:
dh_auto_build -a
override_dh_auto_build-indep:
echo "Save time of autobuilders and do nothing ... unfortunately this does not seem to work"
override_dh_install-arch:
dh_install -a
d-shlibmove --commit \
...
...
@@ -22,4 +28,5 @@ override_dh_install-arch:
override_dh_install-indep:
dh_install -i
mkdir -p debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)
mv debian/$(pkgtestdata)/usr/share/doc/$(DEB_SOURCE)/test/gatb-core-cppunit debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)