summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-06-30 11:24:39 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-06-30 11:24:39 +1000
commit673f5ac2603ee45493b37f88eaebf77d3cebad2a (patch)
treec7c08199cc584f125199c2e334fc894608f0ae04 /scripts
parent38646f23b952c2438763d73b6f9be29ae2cc37c0 (diff)
parent112942353992d95099fb5b71c679ff1046fccfcf (diff)
Merge commit 'kbuild-current/master'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/.gitignore1
-rw-r--r--scripts/package/builddeb2
2 files changed, 3 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore
index b939fbd01195..52cab46ae35a 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -7,3 +7,4 @@ pnmtologo
bin2c
unifdef
binoffset
+ihex2fw
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 01c2d13dd020..b19f1f4962e3 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -16,6 +16,8 @@ create_package() {
local pname="$1" pdir="$2"
cp debian/copyright "$pdir/usr/share/doc/$pname/"
+ cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian"
+ gzip -9 "$pdir/usr/share/doc/$pname/changelog.Debian"
# Fix ownership and permissions
chown -R root:root "$pdir"