diff options
author | Reinhard Tartler <siretart@tauware.de> | 2012-12-12 12:42:03 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-12-12 17:08:23 +0100 |
commit | a12ad50503536fc1e9cd3ff1bf11ef4869da6e6d (patch) | |
tree | 0cb75f610963617c0ddcdb28519bc85385622747 /debian/pre-build-nx.sh | |
parent | 3970fabc565a26751a795c71722eaf3ec510303f (diff) | |
download | nx-libs-a12ad50503536fc1e9cd3ff1bf11ef4869da6e6d.tar.gz nx-libs-a12ad50503536fc1e9cd3ff1bf11ef4869da6e6d.tar.bz2 nx-libs-a12ad50503536fc1e9cd3ff1bf11ef4869da6e6d.zip |
integrate debian/pre-build-nx.sh into debian/rules
This change makes debian/rules a bit easier to read
Diffstat (limited to 'debian/pre-build-nx.sh')
-rwxr-xr-x | debian/pre-build-nx.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/pre-build-nx.sh b/debian/pre-build-nx.sh deleted file mode 100755 index 59a8a470a..000000000 --- a/debian/pre-build-nx.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# create copies of upstream changelogs so that names apply to Debian policy... -cp -a nx-X11/CHANGELOG nx-X11/changelog -cp -a nxcomp/CHANGELOG nxcomp/changelog -cp -a nxcompext/CHANGELOG nxcompext/changelog -cp -a nxcompshad/CHANGELOG nxcompshad/changelog -cp -a nx-X11/programs/Xserver/hw/nxagent/CHANGELOG nx-X11/programs/Xserver/hw/nxagent/changelog -cp -a nx-X11/programs/nxauth/CHANGELOG nx-X11/programs/nxauth/changelog -cp -a nxproxy/CHANGELOG nxproxy/changelog - -exit 0 |