summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 48d0830)
raw | patch | inline | side by side (parent: 48d0830)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 9 Jul 2016 20:24:35 +0000 (22:24 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 9 Jul 2016 20:24:35 +0000 (22:24 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index daa6b8c35e26bb1a5e9a62fadb4f721b46052ac1..86e82ff3fb09fd95d9b1b9797c862cd033750985 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* Recommend texlive instead of tetex-bin which is no longer available
(Closes: #549184).
* Switch to debhelper 9.
+ * Switch to a simple, default dh debian/rules.
-- Sebastian Harl <tokkee@debian.org> Sat, 09 Jul 2016 22:13:58 +0200
diff --git a/debian/rules b/debian/rules
index 2cbbaca8b5b4b669d37bb436a1398749180ccadf..cbe925d7587131c8ec8761915930894c60c096fd 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- $(MAKE) CFLAGS="$(CFLAGS)"
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- $(MAKE) clean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- dh_install
-
-# Build architecture-independent files here.
-binary-indep: build install
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_installman
- dh_link
- dh_strip
- dh_compress -Xexamples
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
-
+%:
+ dh $@