aboutsummaryrefslogtreecommitdiff
path: root/debian/roll-tarballs.sh
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-14 15:08:07 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-14 16:14:30 +0100
commitea8ca04a7cb478c6c379e64e5db655fff9c0e15a (patch)
treeeb81a38d1e016c60983e56736eadf69e8ef5a769 /debian/roll-tarballs.sh
parentebf71e0a4114d6e8d5c711d92c1335be0537a801 (diff)
downloadnx-libs-ea8ca04a7cb478c6c379e64e5db655fff9c0e15a.tar.gz
nx-libs-ea8ca04a7cb478c6c379e64e5db655fff9c0e15a.tar.bz2
nx-libs-ea8ca04a7cb478c6c379e64e5db655fff9c0e15a.zip
Move Makefile (and auxiliary file replace.sh) into base folder. Adapt packaging these scripts:
debian/roll-tarballs.sh debian/rules nx-libs.spec
Diffstat (limited to 'debian/roll-tarballs.sh')
-rwxr-xr-xdebian/roll-tarballs.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh
index 3ff7667f7..02a25dff5 100755
--- a/debian/roll-tarballs.sh
+++ b/debian/roll-tarballs.sh
@@ -34,7 +34,6 @@ PROJECT="nx-libs"
NULL=""
test -d .git || usage
-test -f debian/Makefile.nx-libs || usage
RELEASE="$1"
test -n "${RELEASE}" || usage
CHECKOUT="$2"
@@ -135,10 +134,6 @@ fi
mv -v debian/changelog doc/changelog
-# copy the top-level makefile if no quilt patch created it before
-test -f Makefile || test -f debian/Makefile.nx-libs && cp -v debian/Makefile.nx-libs Makefile
-test -f replace.sh || test -f debian/Makefile.replace.sh && cp -v debian/Makefile.replace.sh replace.sh
-
# remove folders that we do not want to roll into the tarball
rm -Rf ".pc/"
rm -Rf "debian/"