Package: kernel-package
Version: 13.014+nmu1
Severity: wishlist

Hallo,

To create own packages of the Jessie kernel for/under Wheezy I have
backported the make-kpkg, because the old version from Wheezy does not work
anymore with the newer kernel source.

Just rebuilding the testing version works mostly, with just one small
problem:


In "/Makefile" you execute:

version := $(shell dpkg-parsechangelog --show-field Version)

but the --show-field parameter is not yet supported by the Wheezy version of
dpkg-parsechangelog.

Replacing the statement with:

version := $(strip $(shell LC_ALL=C dpkg-parsechangelog | \
        egrep '^Version:' | cut -f 2 -d ' '))

makes it work.

The replacement is the same statement as already used in
kernel/ruleset/common/pkgvars.mk for DEB_VERSION.

Greetings
Sven


-- System Information:
Debian Release: 7.8
  APT prefers squeeze-lts
  APT policy: (500, 'squeeze-lts'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16.0-0.bpo.4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-package depends on:
ii  bc               1.06.95-2
ii  binutils         2.22-8+deb7u2
ii  build-essential  11.5
ii  bzip2            1.0.6-4
ii  dpkg-dev         1.16.15
ii  file             5.11-2+deb7u7
ii  gettext          0.18.1.1-9
ii  kmod             9-3
ii  lzma             9.22-2
ii  po-debconf       1.0.16+nmu2
ii  xmlto            0.0.25-2
ii  xz-utils [lzma]  5.1.1alpha+20120614-2

Versions of packages kernel-package recommends:
ii  cpio           2.11+dfsg-0.1+deb7u1
ii  docbook-utils  0.6.14-3
pn  kernel-common  <none>
pn  uboot-mkimage  <none>

Versions of packages kernel-package suggests:
ii  libncurses5-dev [libncurses-dev]  5.9-10
pn  linux-source                      <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to