diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-14 15:52:29 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-14 16:14:31 +0100 |
commit | 9000c00dcc60b5a8402d4a944503ff68bb283c20 (patch) | |
tree | 381e3ee36e9869227afa2081ad8f290bbd50256d /debian/rules | |
parent | 53329e60938447850479858449a94f3d0467ef03 (diff) | |
download | nx-libs-9000c00dcc60b5a8402d4a944503ff68bb283c20.tar.gz nx-libs-9000c00dcc60b5a8402d4a944503ff68bb283c20.tar.bz2 nx-libs-9000c00dcc60b5a8402d4a944503ff68bb283c20.zip |
Move all config files from $(srcbase)/debian/ into $(srcbase)/etc/ folder.
Affected packagings scripts:
debian/roll-tarballs.sh
debian/rules
nx-libs.spec
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 7b60a46a4..2375b46ac 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,6 @@ override_dh_auto_clean: override_dh_clean: rm -f nx*/configure . ./replace.sh; set -x; ls debian/*.install.in | while read file; do rm -f $$(string_rep $$file .install.in .install); done - rm -fR etc/rgb etc/keystrokes.cfg etc/nxagent.keyboard etc/x2goagent.keyboard rm -f debian/libnx-xinerama1.postinst rm -fR .preserve/ dh_clean @@ -78,12 +77,6 @@ override_dh_auto_install: override_dh_auto_build: - mkdir -p etc/ - ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg - ln -s ../debian/rgb etc/rgb - ln -s ../debian/nxagent.keyboard etc/nxagent.keyboard - ln -s ../debian/x2goagent.keyboard etc/x2goagent.keyboard - # let's prep the libnx-xinerama1.postinst script with the value of the build systems's DEB_BUILD_MULTIARCH variable sed debian/libnx-xinerama1.postinst.in -e 's/#DEB_BUILD_MULTIARCH#/$(DEB_BUILD_MULTIARCH)/' > debian/libnx-xinerama1.postinst |