Package: jailer
Version: 0.4-16
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


I confirmed the bug on a clean debian unstable distribution and also that the
changes to debian/rules from the OP's patch indeed make the package to build.

However the OP's patch cannot apply as-is in Debian, due to the Ubuntu-specific
changes to debian/changelog and debian/control. These will have to be cleaned
up.

I supply as reference the diff of the changes made to debian packaging in order
for the package to build in a Debian build environment (debian/rules from the
OP's patch + one line in debian/control). The credits should of course go to
the OP.

regards
George Zarkadas


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable'), (450, 'testing-proposed-updates'), (450, 'testing'), (400, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=el_GR.utf8, LC_CTYPE=el_GR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJOXqFzAAoJEJWXIVmJ5BwWGbQIAJFFJD4zsKvugZnjh1DeoRSC
8vlkgCWTcHFHEt2wuBqkv5rxEpgF0/xDnI0cGyJ7uQ+mtdHcrrG4HJYqD5UoV/tO
nVlTQoHkkoOIekKB7CskZEl7fPNJQ1jrdvq2XXq8nyq1a6B9ws35HCuZObLLtDRz
wWFLeoPGs+/4rTHEKs9ujy23UiQiZDd2nQiVg46gWeQCkkA4USvW1T5sBCI6faEG
7ldcYRA1lVVSGIiKxanWCz7IM41M/efSYIdGB+HM4BvvXpEzKTTD3ipo+7rRpAx2
eZ57XtYaVBA/jfpgBj79ot31kPyV14f5dodHTx0kn0yPoQeYKgHc+Ba0DHRRAt0=
=UsGJ
-----END PGP SIGNATURE-----
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Javier Fernandez-Sanguino Pen~a <j...@debian.org>
-Build-Depends-Indep: debhelper (>> 3.0.0), automake
+Build-Depends-Indep: debhelper (>> 3.0.0), automake, dh-autoreconf
 Standards-Version: 3.6.1
 
 Package: jailer
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
+       dh_autoreconf
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --sysconfdir=/etc
        $(MAKE)
        touch build-stamp
@@ -18,7 +19,7 @@ clean:
        dh_testroot
        rm -f build-stamp
        -[ -f Makefile ] && $(MAKE) distclean 
-
+       dh_autoreconf_clean
        dh_clean
 
 install: build

Reply via email to