summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2017-11-02 21:19:43 +0000
committerThomas Preud'homme <robotux@celest.fr>2017-11-24 23:57:26 +0000
commitba06d5fa2b662f921dada44cd859259ef59b2a19 (patch)
tree6c4b86dd95dd6f12b6ae7720f4a03187a6b3d18c /debian
parent750c7edb18d5b228d429e008ac0f09e6ea261a7f (diff)
Configure and enable installation target
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a760e51..5462bc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ultracopier (1.2.3.6-1) UNRELEASED; urgency=low
+ Update qmake project file to build.
+ Generate and clean Qt message files.
+ Select Qt5 libraries.
+ + Configure and enable installation.
* debian/watch:
+ Fix URL to upstream tarballs (thanks Bart Martens).
diff --git a/debian/rules b/debian/rules
index aedcddf..91078b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,9 @@ override_dh_auto_configure: debian/detect_arch
lrelease plugins/Themes/Oxygen/interface.pro
dh_auto_configure --buildsystem=qmake -- \
QMAKE_CXXFLAGS_RELEASE="$(CXXFLAGS) $(CPPFLAGS)" \
- QMAKE_CXXFLAGS_DEBUG="$(CXXFLAGS) $(CPPFLAGS)" ultracopier-all-in-one-direct.pro
+ QMAKE_CXXFLAGS_DEBUG="$(CXXFLAGS) $(CPPFLAGS)" \
+ target.path=/usr/bin "INSTALLS+=target" \
+ ultracopier-all-in-one-direct.pro
clean:
rm -f build