Package: wireguard
Version: 0.0.20190406-1tonymet1
Severity: normal
Tags: patch

Dear Maintainer,

   * Upon attempting a build on raspbian-stretch, the build failed due to
missing debhelper-compat=12 . debhelper-compat=12 is not available on
raspbian
   * As a workaround, I removed the debhelper-compat=12 dependency, and set
debian/compat level=5
   * Without the change, naturally build failed.
   * With this change the build completed, and the binary package installed
properly

To improve compatibility can we make these changes:
* remove dep debhelper-compat=12 from debian/control
* echo 5 > debian/compat


// here is a patch


diff -ur wireguard-0.0.20190406/debian/changelog
../build-20190426-1250/wireguard-0.0.20190406/debian/changelog
--- wireguard-0.0.20190406/debian/changelog 2019-04-08 14:09:41.000000000
-0700
+++ ../build-20190426-1250/wireguard-0.0.20190406/debian/changelog
2019-04-26 12:33:42.587146169 -0700
@@ -1,3 +1,9 @@
+wireguard (0.0.20190406-1tonymet1) UNRELEASED; urgency=medium
+
+  * built on pi 3b+ for pi zero
+
+ --  <pi@pihole3bplus>  Fri, 26 Apr 2019 12:33:13 -0700
+
 wireguard (0.0.20190406-1) unstable; urgency=medium

   * New upstream version
Only in ../build-20190426-1250/wireguard-0.0.20190406/debian: compat
diff -ur wireguard-0.0.20190406/debian/control
../build-20190426-1250/wireguard-0.0.20190406/debian/control
--- wireguard-0.0.20190406/debian/control 2019-01-28 12:30:00.000000000
-0800
+++ ../build-20190426-1250/wireguard-0.0.20190406/debian/control 2019-04-26
12:41:51.061495718 -0700
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Daniel Kahn Gillmor <d...@fifthhorseman.net>
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper,
  dkms,
  libmnl-dev,
  pkg-config,
@@ -12,7 +12,6 @@
 Homepage: https://www.wireguard.com
 Vcs-Git: https://salsa.debian.org/debian/wireguard.git
 Vcs-Browser: https://salsa.debian.org/debian/wireguard
-Rules-Requires-Root: no

 Package: wireguard
 Architecture: all


-- System Information:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.8 (stretch)
Release: 9.8
Codename: stretch
Architecture: armv7l

Kernel: Linux 4.14.98-v7+ (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_US.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages wireguard depends on:
ii  wireguard-dkms   0.0.20190406-1tonymet1
ii  wireguard-tools  0.0.20190406-1tonymet1

wireguard recommends no packages.

wireguard suggests no packages.

-- no debconf information

Reply via email to