* debian/rules:
- Switch to dh syntax.
This commit is contained in:
parent
b538c909f3
commit
4294e88148
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -9,6 +9,8 @@ lubuntu-default-settings (0.22) UNRELEASED; urgency=low
|
||||
- provides lightdm-gtk-greeter-config.
|
||||
* debian/source/format:
|
||||
- Switch to format 3.0 (native).
|
||||
* debian/rules:
|
||||
- Switch to dh syntax.
|
||||
|
||||
-- Julien Lavergne <gilir@ubuntu.com> Mon, 07 Nov 2011 11:13:23 +0100
|
||||
|
||||
|
37
debian/rules
vendored
37
debian/rules
vendored
@ -1,36 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
build: build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
touch build-stamp
|
||||
override_dh_auto_build:
|
||||
# Skip, just use dh_install.
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
override_dh_install:
|
||||
$(MAKE) DESTDIR=$(CURDIR)/debian/lubuntu-default-settings
|
||||
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs
|
||||
dh_installdocs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_installdeb
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary-arch: build install
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
||||
|
Loading…
x
Reference in New Issue
Block a user