[Pkg-uml-commit] user-mode-linux: Changes to 'refs/tags/3.2-2um-1'

Mattia Dongili malattia at alioth.debian.org
Sat Jan 5 00:04:13 UTC 2013


Rebased ref, commits from common ancestor:
commit 15d4daffd90964a9cd1e2f9a300fcfd78c480a3b
Author: Mattia Dongili <malattia at linux.it>
Date:   Fri Jan 4 22:02:08 2013 +0900

    Bump version number to build as a foreign package
    
    Signed-off-by: Mattia Dongili <malattia at linux.it>

diff --git a/debian/changelog b/debian/changelog
index 33d378f..cecfe7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-user-mode-linux (3.2-1um-2) unstable; urgency=high
+user-mode-linux (3.2-2um-1) unstable; urgency=high
 
   * Add Built-Using per Policy §7.8 (Closes: #679300).
   * Refresh patches to apply with no fuzz to latest linux-source.
@@ -6,6 +6,7 @@ user-mode-linux (3.2-1um-2) unstable; urgency=high
       SECURITY_APPARMOR_COMPAT_24=y
       NET_SCH_CODEL=m
       FQ_CODEL=m
+  * Bump version number to upload as a proper foreign package.
 
  -- Mattia Dongili <malattia at debian.org>  Fri, 04 Jan 2013 07:11:32 +0900
 

commit 0e345a79ca0117c2d910f9fc3f98aaa7d90ceb88
Author: Mattia Dongili <malattia at linux.it>
Date:   Fri Jan 4 21:42:07 2013 +0900

    Use Linux kernel's package source version
    
    Signed-off-by: Mattia Dongili <malattia at linux.it>

diff --git a/debian/rules b/debian/rules
index b984185..20a309f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 config_target:=oldconfig
 kernel_version:=3.2
 kernel_dir:=linux-source-$(kernel_version)
-BUILT_USING := $(shell dpkg-query -f '$${binary:Package} (= $${source:Version}), ' -W linux-source-$(kernel_version))
+BUILT_USING := $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W linux-source-$(kernel_version))
 debian:=$(CURDIR)/debian
 tmp:=$(debian)/user-mode-linux
 tmpmodules:=$(debian)/uml-modules



More information about the Pkg-uml-commit mailing list