diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-11-19 14:53:15 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-11-19 17:57:02 +0300 |
commit | 655238c5c8e37daab35a180518ffa497dcac3422 (patch) | |
tree | 36f94059697f44821f8d551d4b9beb9a11b03d15 | |
parent | 19fe0de69fe54c4c70356b44785d5d822deac41b (diff) | |
download | dpkg-655238c5c8e37daab35a180518ffa497dcac3422.tar.gz |
dpkg (1.19.1~dyson1)dyson/1.19.1_dyson1
-rw-r--r-- | data/ostable | 2 | ||||
-rw-r--r-- | data/tupletable | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/data/ostable b/data/ostable index d4b47c38c..f9bd90339 100644 --- a/data/ostable +++ b/data/ostable @@ -14,7 +14,7 @@ # system part of the output of the GNU config.guess script. # # <Debian name> <GNU name> <config.guess regex> -solaris2.11-illumos pc-solaris2.11 solaris2.11[^-]* +base-solaris2.11-illumos pc-solaris2.11 solaris2.11[^-]* eabi-uclibc-linux linux-uclibceabi linux[^-]*-uclibceabi base-uclibc-linux linux-uclibc linux[^-]*-uclibc eabihf-musl-linux linux-musleabihf linux[^-]*-musleabihf diff --git a/data/tupletable b/data/tupletable index b58798bea..6fadf11ef 100644 --- a/data/tupletable +++ b/data/tupletable @@ -5,7 +5,7 @@ # Supported variables: <cpu> # # <Debian arch tuple> <Debian arch name> -solaris2.11-illumos-<cpu> illumos-<cpu> +base-solaris2.11-illumos-<cpu> illumos-<cpu> eabi-uclibc-linux-arm uclibc-linux-armel base-uclibc-linux-<cpu> uclibc-linux-<cpu> eabihf-musl-linux-arm musl-linux-armhf diff --git a/debian/changelog b/debian/changelog index 9cf440ef7..31c023a57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dpkg (1.19.1) UNRELEASED; urgency=medium +dpkg (1.19.1~dyson1) unstable; urgency=medium * Fix logic in dpkg-buildpackage to decide whether to run build targets, which broke tons of packages that are violating Debian policy MUSTs. @@ -48,7 +48,10 @@ dpkg (1.19.1) UNRELEASED; urgency=medium [ Updated man pages translations ] * German (Helge Kreutzmann). - -- Guillem Jover <guillem@debian.org> Tue, 17 Oct 2017 03:10:41 +0200 + [ Igor Pashev ] + * Package for Dyson + + -- Igor Pashev <pashev.igor@gmail.com> Sun, 19 Nov 2017 14:15:25 +0300 dpkg (1.19.0) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index a70bc2fbb..01957755a 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ D := $(CURDIR)/debian/tmp configure: dh_testdir - autoreconf -v -i + autoreconf -v -i -f # Configure the build tree build-tree/config.status: configure |