chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lib/configuration.c, etc.: Replace `config_userconf()' by a variable.
[disorder]
/
debian
/
rules
diff --git
a/debian/rules
b/debian/rules
index cdb6991ee5dc025fb13b5b7af98727961cd2c7b0..3e75989edb09d58d9986e1ed9e91195c5f1ab0f5 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-8,7
+8,7
@@
export LC_ALL = C.UTF-8
cgiexecdir = /usr/lib/cgi-bin
httpdir = /var/www
cgiexecdir = /usr/lib/cgi-bin
httpdir = /var/www
-browser =
x-www
-browser
+browser =
sensible
-browser
override_dh_auto_configure:
[ -f configure ] || ./autogen.sh
override_dh_auto_configure:
[ -f configure ] || ./autogen.sh
@@
-40,6
+40,12
@@
override_dh_installdocs:
dh_installdocs $(addprefix -p, $(DOCLINK_PKGS)) --link-doc=disorder
dh_installdocs $(addprefix -N, $(DOCLINK_PKGS))
dh_installdocs $(addprefix -p, $(DOCLINK_PKGS)) --link-doc=disorder
dh_installdocs $(addprefix -N, $(DOCLINK_PKGS))
+###--------------------------------------------------------------------------
+### Set up the proper dependencies for `disorder-gstreamer'.
+
+override_dh_gencontrol:
+ dh_gencontrol -- -Tdebian/build/debian/substvars.auto
+
###--------------------------------------------------------------------------
### And just let Debhelper do the rest of the work.
###--------------------------------------------------------------------------
### And just let Debhelper do the rest of the work.