* debian/changelog: Update.

* debian/rules.real: Remove unneeded scmversion workaround.

svn path=/dists/trunk/linux-2.6/; revision=18666
This commit is contained in:
Bastian Blank 2012-02-05 09:04:48 +00:00
parent fa083502d3
commit 9511cd9f98
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -17,6 +17,9 @@ linux-2.6 (3.2.4-1) UNRELEASED; urgency=low
* PCI: Rework ASPM disable code (fixes power usage regression on some
systems)
[ Bastian Blank ]
* Remove unneeded scmversion workaround.
-- Ben Hutchings <ben@decadent.org.uk> Thu, 02 Feb 2012 03:18:04 +0000
linux-2.6 (3.2.2-1) unstable; urgency=low

2
debian/rules.real vendored
View File

@ -82,8 +82,6 @@ $(STAMPS_DIR)/source:
mkdir -p '$(DIR)'
cp -al $(SOURCE_FILES) '$(DIR)'
$(patch_cmd)
# Suppress trailing '+' in utsrelease
touch '$(DIR)/.scmversion'
@$(stamp)
$(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET): SOURCE_DIR=$(BUILD_DIR)/source