Added build dependencies gcc (>= 4:6), g++ (>= 4:6)

Exported  LC_ALL=C.UTF-8 - define language settings for reproducable builds
ubuntu/cosmic
Alf Gaida 8 years ago
parent ea19296147
commit de6d281155

8
debian/changelog vendored

@ -1,3 +1,11 @@
libqtxdg (1.3.1~50-g4fde773-2) experimental; urgency=medium
* Added build dependencies gcc (>= 4:6), g++ (>= 4:6)
* Exported LC_ALL=C.UTF-8 - define language settings for
reproducable builds
-- Alf Gaida <agaida@siduction.org> Sat, 16 Jul 2016 20:26:26 +0200
libqtxdg (1.3.1~50-g4fde773-1) experimental; urgency=medium
* New pre-release 1.3.1~50-g4fde773

2
debian/control vendored

@ -6,6 +6,8 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
Section: libs
Priority: optional
Build-Depends: cmake (>= 3.0.2),
gcc (>= 4:6),
g++ (>= 4:6),
debhelper (>= 9),
libmagic-dev,
pkg-config,

1
debian/rules vendored

@ -1,6 +1,7 @@
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

Loading…
Cancel
Save