On 23/08/16 19:28, Paul Gevers wrote:
Hi Peter,

On 23-08-16 04:52, peter green wrote:
I tried building the new package in a jessie chroot (which worked with a
few minor packaging tweaks), then running the results in a sid chroot
(unfortunatley I was doing this on a porterbox so I couldn't install them).
That was the same approach I was thinking off. Could you please share
your tweaks?
Attatched.


diff -Nru fpc-3.0.0+dfsg/debian/changelog fpc-3.0.0+dfsg/debian/changelog
--- fpc-3.0.0+dfsg/debian/changelog     2016-08-22 20:12:28.000000000 +0000
+++ fpc-3.0.0+dfsg/debian/changelog     2016-08-23 01:36:52.000000000 +0000
@@ -1,3 +1,11 @@
+fpc (3.0.0+dfsg-7~jessie) UNRELEASED; urgency=medium
+
+  * deversion build-dependency on dh-exec.
+  * remove opencl stuff from fp-units-gfx filelist as the files seem to be
+    missing.
+
+ -- Peter Michael Green <plugw...@partch.debian.org>  Tue, 23 Aug 2016 
01:21:46 +0000
+
 fpc (3.0.0+dfsg-7) unstable; urgency=medium
 
   [ Paul Gevers ]
diff -Nru fpc-3.0.0+dfsg/debian/control fpc-3.0.0+dfsg/debian/control
--- fpc-3.0.0+dfsg/debian/control       2016-07-15 19:51:29.000000000 +0000
+++ fpc-3.0.0+dfsg/debian/control       2016-08-23 01:22:33.000000000 +0000
@@ -12,7 +12,7 @@
 Build-Depends:
  binutils,
  debhelper (>= 9),
- dh-exec (>=0.22),
+ dh-exec,
  fp-compiler,
  fp-units-base,
  fp-units-fcl,
diff -Nru fpc-3.0.0+dfsg/debian/fp-units-gfx.install.in 
fpc-3.0.0+dfsg/debian/fp-units-gfx.install.in
--- fpc-3.0.0+dfsg/debian/fp-units-gfx.install.in       2016-03-08 
19:40:33.000000000 +0000
+++ fpc-3.0.0+dfsg/debian/fp-units-gfx.install.in       2016-08-23 
02:10:21.000000000 +0000
@@ -5,7 +5,6 @@
 usr/lib/fpc/*/*/*/imagemagick*
 usr/lib/fpc/*/*/*/libgd*
 usr/lib/fpc/*/*/*/libpng*
-usr/lib/fpc/*/*/*/opencl*       [!freebsd-any !linux-arm64 !linux-armel 
!linux-armhf !linux-powerpc !linux-ppc64]
 usr/lib/fpc/*/*/*/opengl*
 usr/lib/fpc/*/*/*/opengles*
 usr/lib/fpc/*/*/*/ptc*          [!freebsd-any]

Reply via email to