From 9000c00dcc60b5a8402d4a944503ff68bb283c20 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 14 Feb 2015 15:52:29 +0100 Subject: Move all config files from $(srcbase)/debian/ into $(srcbase)/etc/ folder. Affected packagings scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec --- debian/roll-tarballs.sh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'debian/roll-tarballs.sh') diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index 384bc57e8..fcb83679c 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -86,10 +86,6 @@ if [ "x$MODE" = "xfull" ]; then cp -v debian/patches/$file doc/applied-patches echo ${file##*/} >> doc/applied-patches/series done - mkdir -p ./etc/ - cp -v debian/rgb ./etc/ - cp -v debian/nxagent.keyboard ./etc/ - cp -v debian/x2goagent.keyboard ./etc/ else rm -Rf "nxcompshad"* rm -Rf "nxcompext"* @@ -101,8 +97,6 @@ else done fi cp -v debian/COPYING.full+lite COPYING -cp -v debian/nxagent.keyboard nxagent.keyboard -cp -v debian/x2goagent.keyboard x2goagent.keyboard # apply all patches shipped in debian/patches and create a copy of them that we ship with the tarball if [ -s "doc/applied-patches/series" ]; then @@ -116,12 +110,6 @@ for f in $(ls README* 2>/dev/null); do mv -v $f doc/; done -if [ "$MODE" = "full" ]; then - # provide a default keystrokes.cfg file - mkdir -p etc - test -f etc/keystrokes.cfg || test -f debian/keystrokes.cfg && cp -v debian/keystrokes.cfg etc/keystrokes.cfg -fi - # remove folders that we do not want to roll into the tarball rm -Rf ".pc/" rm -Rf "debian/" -- cgit v1.2.3