Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Drop debian/gdb.conf (specifying only defaults)
· 81e34ede
Andreas Tille
authored
Oct 01, 2018
81e34ede
Fix build on several architectures
· eb296a10
Andreas Tille
authored
Oct 01, 2018
eb296a10
Upload to unstable
· 0f56fb22
Andreas Tille
authored
Oct 01, 2018
0f56fb22
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0f56fb22
spdlog (1:1.1.0-2) unstable; urgency=medium
* Team upload.
* Drop debian/gdb.conf (specifying only defaults)
* Fix build on several architectures (Thanks for the patch to
Adrian Bunk <bunk@debian.org>)
Closes: #909938
-- Andreas Tille <tille@debian.org> Mon, 01 Oct 2018 08:31:40 +0200
spdlog (1:1.1.0-1) unstable; urgency=medium
* Team upload.
...
...
debian/gbp.conf
deleted
100644 → 0
View file @
83c8e780
[
DEFAULT
]
# The default name for the upstream branch is "upstream".
# Change it if the name is different (for instance, "master").
upstream
-
branch
=
upstream
# The default name for the Debian branch is "master".
# Change it if the name is different (for instance, "debian/unstable").
debian
-
branch
=
master
# gbp import-orig uses the following names for the upstream tags.
# Change the value if you are not using gbp import-orig
upstream
-
tag
=
upstream
/%(
version
)
s
# Always use pristine-tar.
pristine
-
tar
=
True
debian/rules
View file @
0f56fb22
#!/usr/bin/make -f
ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc powerpcspe sh4))
export DEB_LDFLAGS_MAINT_APPEND=-latomic
endif
%:
dh $@
...
...