Bug#860902: asterisk-config-custom script generates a README with a typo within it
Allready fixed by Tzafrir
stappers at stappers.nl
Sun May 7 20:27:36 UTC 2017
On Fri, Apr 21, 2017 at 04:46:25PM +0200, olivier wrote:
> Package: asterisk-config
> Version: 1:13.14.1~dfsg-1
> Severity: minor
>
>
> asterisk package somehow includes asterisk-config-custom script.
> This script generates a my-asterisk-config/ directory.
> This generated directory includes a README file helping newcomers to use this script.
> This README file includes the following lines:
> In this directory you can / should run
>
> dpkg-buildbuildpackage -uc -us
>
> Maybe, "dpkg-buildpackage -uc -us" should be more exact as I couldn't find many references to dpkg-buildbuildpackage.
>
commit c265f1c2ee1dc77e702553f78d37dce95f3a995f
Author: Tzafrir Cohen <tzafrir at debian.org>
Date: Sun Apr 23 09:44:43 2017 +0300
typo: buildbuildpackage (Closes: #860902)
Fix a typo in asterisk-config-custom.
diff --git a/debian/asterisk-config-custom b/debian/asterisk-config-custom
index 2a8ecae2..4f8840fa 100644
--- a/debian/asterisk-config-custom
+++ b/debian/asterisk-config-custom
@@ -79,7 +79,7 @@ cat << HERE > my-asterisk-config/README
In this directory you can / should run
- dpkg-buildbuildpackage -uc -us
+ dpkg-buildpackage -uc -us
to get your 'asterisk-config-custom' package build.
> On a side note, this dpkg-buildpackage program was not present in my system after asterisk package installation.
> Maybe a note in this README file or within man pages, would help to install appropriate package to get dpkg-buildpackage present and get asterisk-config-custom script running.
>
commit 93b3d2ac9388211e52397387f79e571bc01e097b
Author: Tzafrir Cohen <tzafrir at debian.org>
Date: Sun Apr 23 09:46:19 2017 +0300
asterisk-config-custom: dpkg-comes from dpkg-deb
diff --git a/debian/asterisk-config-custom b/debian/asterisk-config-custom
index 4f8840fa..8aeedfbb 100644
--- a/debian/asterisk-config-custom
+++ b/debian/asterisk-config-custom
@@ -83,6 +83,8 @@ In this directory you can / should run
to get your 'asterisk-config-custom' package build.
+If you don't have this package installed, install the package dpkg-dev .
+
HERE
cat << LastLine > my-asterisk-config/Makefile
Thanks
More information about the Pkg-voip-maintainers
mailing list