diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-14 15:23:59 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-14 16:14:30 +0100 |
commit | 1a824cfb54fa4a60a50b75923e4b32a2458d9404 (patch) | |
tree | 200b40a2ea99913d308120b0d0131091e4d792e4 /debian/roll-tarballs.sh | |
parent | ce531230f148a8c586a6e29c340e2db03d7bd3bb (diff) | |
download | nx-libs-1a824cfb54fa4a60a50b75923e4b32a2458d9404.tar.gz nx-libs-1a824cfb54fa4a60a50b75923e4b32a2458d9404.tar.bz2 nx-libs-1a824cfb54fa4a60a50b75923e4b32a2458d9404.zip |
Prepare for maintaing upstream changes in upstream ChangeLog.
This makes it obsolete to add changes to debian/changelog. We document
our changes in Git (3.6.x branch and other related branches). On
release, we generate an upstream ChangeLog from Git history.
Only on the 3.5.0.x, we continue maintaining our changes in
debian/changelog (to be compliant with current nx-libs release workflow
in X2Go).
The following packaging scripts needed adaptations to this change:
debian/roll-tarballs.sh
debian/rules
nx-libs.spec
Diffstat (limited to 'debian/roll-tarballs.sh')
-rwxr-xr-x | debian/roll-tarballs.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index 03ab6778b..37c897a66 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -130,8 +130,6 @@ else test -f etc/keystrokes.cfg || test -f debian/keystrokes.cfg && cp -v debian/keystrokes.cfg etc/keystrokes.cfg fi -mv -v debian/changelog doc/changelog - # remove folders that we do not want to roll into the tarball rm -Rf ".pc/" rm -Rf "debian/" |