Package: dpatch
Version: 2.0.20
Severity: normal

Manual page reads:

  DPATCH IN DEBIAN PACKAGES

       After dpatchifying, this would look like this:

              config.status: patch configure
                   ./configure --prefix=/usr --mandir=/usr/share
              build: config.status
                   ${MAKE}
              clean: clean-patched unpatch
              clean-patched:
                   $(testdir)
                   $(testroot)
                   ${MAKE} distclean
                   rm -rf debian/imaginary-package debian/files debian/substvars

              patch: patch-stamp
              patch-stamp:
                   dpatch apply-all
                   dpatch call-all -a=pkg-info >patch-stamp

              unpatch:
                   dpatch deapply-all
                   rm -rf patch-stamp debian/patched

PROBLEM

Please update this example to use debhelper. Following do not match the
current template:

  $(testdir)
  $(testroot)

The current debian/rules (std 3.7.2) template also does not define target:

  config.status

It is also more standard to use

  $(MAKE)

instead of ${MAKE}, which both are allowed syntaxed. The parentheses
syntax is more in par with the current status quo of Makefile usage.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

dpatch depends on no packages.

Versions of packages dpatch recommends:
ii  dpkg-dev                      1.13.21    package building tools for Debian
ii  fakeroot                      1.5.8      Gives a fake root environment
ii  patchutils                    0.2.31-3   Utilities to work with patches

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to