use current date in changelog
override dh_auto_install because of transitional package
This commit is contained in:
parent
53ecca0580
commit
fe5bf18c98
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,4 +2,4 @@ lxqt-about (0.9.0-1) experimental; urgency=low
|
|||||||
|
|
||||||
* Initial release (Closes: #747600, #765768)
|
* Initial release (Closes: #747600, #765768)
|
||||||
|
|
||||||
-- Alf Gaida <agaida@siduction.org> Tue, 09 Sep 2014 01:13:14 +0200
|
-- Alf Gaida <agaida@siduction.org> Sat, 14 Feb 2015 18:18:41 +0100
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -4,3 +4,7 @@
|
|||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake --parallel
|
dh ${@} --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-about
|
||||||
|
Loading…
x
Reference in New Issue
Block a user