Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149505
b: refs/heads/master
c: c72c75d
h: refs/heads/master
i:
  149503: 95bf031
v: v3
  • Loading branch information
Frans Pop authored and Sam Ravnborg committed Jun 9, 2009
1 parent 510988c commit fae6140
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4964451a321cfd6a05ea32af1317345c53b3ecb7
refs/heads/master: c72c75db86cf9f53c4c0df6724c0cf06db017652
7 changes: 6 additions & 1 deletion trunk/scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ create_package() {
# Some variables and settings used throughout the script
version=$KERNELRELEASE
revision=$(cat .version)
if [ -n "$KDEB_PKGVERSION" ]; then
packageversion=$KDEB_PKGVERSION
else
packageversion=$version-$revision
fi
tmpdir="$objtree/debian/tmp"
fwdir="$objtree/debian/fwtmp"
packagename=linux-$version
Expand Down Expand Up @@ -87,7 +92,7 @@ done
name="Kernel Compiler <$(id -nu)@$(hostname -f)>"
# Generate a simple changelog template
cat <<EOF > debian/changelog
linux ($version-$revision) unstable; urgency=low
linux ($packageversion) unstable; urgency=low
* A standard release
Expand Down

0 comments on commit fae6140

Please sign in to comment.