[Pkg-virtualbox-commits] [kbuild] 09/10: Drop upstream patches, update copyright, bump compat level to 10, update changelog, bump std-version to 4.1.1, move priority to optional

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Thu Oct 19 15:44:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch experimental
in repository kbuild.

commit 83535c825cf8dfc613517ab8b266575bb324dc3a
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Thu Oct 19 17:41:38 2017 +0200

    Drop upstream patches, update copyright, bump compat level to 10, update changelog, bump std-version to 4.1.1, move priority to optional
---
 debian/changelog                                |  4 ++--
 debian/compat                                   |  2 +-
 debian/control                                  |  9 +++------
 debian/copyright                                |  2 +-
 debian/patches/07_special-chars-build-path.diff |  8 ++++----
 debian/patches/series                           | 16 ++++++++--------
 6 files changed, 19 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bd06feb..22b045e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-kbuild (1:0.1.9998svn3098+dfsg-1) UNRELEASED; urgency=medium
+kbuild (1:0.1.9998svn3098+dfsg-1~exp1) experimental; urgency=medium
 
   * New upstream release, update copyright.
-  * Still FTBFS
+  * Drop mostly all patches, they should be upstream
 
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 07 Sep 2016 09:55:18 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 7214de3..7047854 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,15 @@
 Source: kbuild
 Section: devel
-Priority: extra
+Priority: optional
 Maintainer: Debian Virtualbox Team <pkg-virtualbox-devel at lists.alioth.debian.org>
 Uploaders: Ritesh Raj Sarraf <rrs at debian.org>,
            Gianfranco Costamagna <locutusofborg at debian.org>
-Build-Depends: debhelper (>= 9),
-               autoconf,
-               automake,
-               autopoint,
+Build-Depends: debhelper (>= 10),
                byacc,
                flex,
                libacl1-dev,
                texinfo
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: http://svn.netlabs.org/kbuild
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-virtualbox/kbuild.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-virtualbox/kbuild.git
diff --git a/debian/copyright b/debian/copyright
index ca5ddc0..9d0c570 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Source: http://svn.netlabs.org/kbuild/
 Upstream-Contact: Knut St. Osmundsen <bird-kBuild-spam at anduin.net>
 
 Files: *
-Copyright: 2005-2016 Knut St. Osmundsen <bird-kBuild-spam at anduin.net>
+Copyright: 2004-2017 Knut St. Osmundsen <bird-kBuild-spam at anduin.net>
 License: GPL-3+
 
 Files: src/kash/*
diff --git a/debian/patches/07_special-chars-build-path.diff b/debian/patches/07_special-chars-build-path.diff
index 54fff0f..4ceab71 100644
--- a/debian/patches/07_special-chars-build-path.diff
+++ b/debian/patches/07_special-chars-build-path.diff
@@ -14,7 +14,7 @@ Bug: http://svn.netlabs.org/kbuild/ticket/94
  TOOL_GCC32_LD  ?= gcc$(HOSTSUFF_EXE) -m32
  TOOL_GCC32_LD_SYSMOD ?= ld$(HOSTSUFF_EXE)
  ifndef TOOL_GCC32_LDFLAGS.$(KBUILD_TARGET)
-@@ -226,20 +227,21 @@ endef
+@@ -225,20 +226,21 @@ endef
  # @param    $(deps)		Other dependencies.
  # @param    $(othersrc) Unhandled sources.
  # @param    $(outbase)  Output basename (full). Use this for list files and such.
@@ -101,7 +101,7 @@ Bug: http://svn.netlabs.org/kbuild/ticket/94
  TOOL_GCC64_LD  ?= gcc$(HOSTSUFF_EXE) -m64
  TOOL_GCC64_LD_SYSMOD ?= ld$(HOSTSUFF_EXE)
  ifndef TOOL_GCC64_LDFLAGS.$(KBUILD_TARGET)
-@@ -225,17 +226,21 @@ endef
+@@ -224,17 +225,21 @@ endef
  # @param    $(deps)		Other dependencies.
  # @param    $(othersrc) Unhandled sources.
  # @param    $(outbase)  Output basename (full). Use this for list files and such.
@@ -141,7 +141,7 @@ Bug: http://svn.netlabs.org/kbuild/ticket/94
  TOOL_GXX32_LD  ?= g++$(HOSTSUFF_EXE) -m32
  TOOL_GXX32_LD_SYSMOD ?= ld$(HOSTSUFF_EXE)
  ifndef TOOL_GXX32_LDFLAGS.$(KBUILD_TARGET)
-@@ -225,20 +226,21 @@ endef
+@@ -224,20 +225,21 @@ endef
  # @param    $(deps)		Other dependencies.
  # @param    $(othersrc) Unhandled sources.
  # @param    $(outbase)  Output basename (full). Use this for list files and such.
@@ -228,7 +228,7 @@ Bug: http://svn.netlabs.org/kbuild/ticket/94
  TOOL_GXX64_LD  ?= g++$(HOSTSUFF_EXE) -m64
  TOOL_GXX64_LD_SYSMOD ?= ld$(HOSTSUFF_EXE)
  ifndef TOOL_GXX64_LDFLAGS.$(KBUILD_TARGET)
-@@ -225,17 +226,21 @@ endef
+@@ -224,17 +225,21 @@ endef
  # @param    $(deps)		Other dependencies.
  # @param    $(othersrc) Unhandled sources.
  # @param    $(outbase)  Output basename (full). Use this for list files and such.
diff --git a/debian/patches/series b/debian/patches/series
index 0270740..94976e0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,10 +1,10 @@
-01_gnukfreebsd.diff
-02_sh4.diff
-04_armv7l.diff
-05_hppa-disable-threads.diff
-06_binutils-gold.diff
+#01_gnukfreebsd.diff
+#02_sh4.diff
+#04_armv7l.diff
+#05_hppa-disable-threads.diff
+#06_binutils-gold.diff
 07_special-chars-build-path.diff
 09_read.c_record_files_SV_33034_Changes_fatal_to_error.patch
-10_ppc64el.diff
-11_find-glob.patch
-12_arm64.diff
+#10_ppc64el.diff
+#11_find-glob.patch
+#12_arm64.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git



More information about the Pkg-virtualbox-commits mailing list