Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
multiarchify
· b685d1c7
Rene Engelhard
authored
Sep 12, 2016
b685d1c7
changelog for 0.1.2-4
· 6d1bd2e9
Rene Engelhard
authored
Sep 12, 2016
6d1bd2e9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6d1bd2e9
libe-book (0.1.2-4) unstable; urgency=medium
* [a3462bc] move Maintainer: to Debian LibreOffice Maintainers
* [b685d1c] multiarchify
-- Rene Engelhard <rene@debian.org> Mon, 12 Sep 2016 21:34:47 +0200
libe-book (0.1.2-3) unstable; urgency=medium
* use CPPFLAGS+=-DBOOST_ERROR_CODE_HEADER_ONLY to avoid (bogus) linkage
...
...
debian/compat
View file @
6d1bd2e9
9
10
debian/control
View file @
6d1bd2e9
...
...
@@ -3,7 +3,7 @@ Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: autotools-dev,
debhelper (>=
9
),
debhelper (>=
10
),
gperf,
libboost-dev,
libboost-filesystem-dev,
...
...
@@ -20,6 +20,7 @@ Homepage: http://www.freedesktop.org/wiki/Software/libe-book
Package: libe-book-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libe-book-0.1-1 (= ${binary:Version}),
librevenge-dev,
libicu-dev,
...
...
@@ -45,6 +46,8 @@ Description: library for reading and converting various e-book formats
Package: libe-book-0.1-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for reading and converting various e-book formats
libe-book is a library and a set of tools for reading and converting
...
...
debian/libe-book-0.1-1.install
View file @
6d1bd2e9
usr
/
lib
/
lib
*.
so
.
*
usr
/
lib
/
*/
lib
*.
so
.
*
debian/libe-book-dev.install
View file @
6d1bd2e9
usr
/
include
/*
usr
/
lib
/
lib
*.
so
usr
/
lib
/
pkgconfig
/*
usr/lib/
*/
lib
*.
so
usr
/
lib
/
*/
pkgconfig
/*
debian/rules
View file @
6d1bd2e9
...
...
@@ -16,8 +16,7 @@
CPPFLAGS+=-DBOOST_ERROR_CODE_HEADER_ONLY
override_dh_auto_configure:
dh_auto_configure -- --disable-werror --libdir=/usr/lib \
--disable-silent-rules
dh_auto_configure -- --disable-werror
# fails; temporarily disabled
#override_dh_auto_test:
...
...