[vdr-plugin-undelete] 05/05: Fixed debian/rules
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sat Feb 14 14:31:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr-plugin-undelete.
commit 5db52a4a2ab042bb5f6f429dd8ed8c534a60b2eb
Author: etobi <git at e-tobi.net>
Date: Sat Feb 14 15:30:33 2015 +0100
Fixed debian/rules
---
debian/install | 1 -
debian/rules | 13 +++----------
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 66dd66b..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-libvdr-undelete.so.* usr/lib/vdr/plugins/
diff --git a/debian/rules b/debian/rules
index ac81618..1c1b37b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,19 +3,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
-CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags)
-
%:
dh $@
-override_dh_auto_build:
- dh_auto_build -- all $(MAKE_OPTIONS)
-
-override_dh_auto_clean:
- $(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -rf locale libvdr-*.so.*
-
override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
dh_gencontrol
+
+get-vcs-snapshot:
+ sh debian/get-vcs-snapshot.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-undelete.git
More information about the pkg-vdr-dvb-changes
mailing list