diff options
author | Julian Andres Klode <jak@debian.org> | 2017-11-12 19:57:30 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-11-12 19:57:30 +0100 |
commit | 8a7aeea8ab3ac00e996b899cbe5e6bd85927bf60 (patch) | |
tree | 7d428387e731ac26cdd245e5fc26505f9ebdf16a | |
parent | cae922e07bc68a7fc3b557127d5c1cbb9237e4c0 (diff) |
Release 1.6~alpha51.6_alpha5
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
-rw-r--r-- | po/apt-all.pot | 4 |
5 files changed, 17 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 14dd5e105..31f9a19c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "1.6~alpha4") +set(PACKAGE_VERSION "1.6~alpha5") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" diff --git a/debian/changelog b/debian/changelog index eba708dd6..0c41b26c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (1.6~alpha5) unstable; urgency=medium + + [ Julian Andres Klode ] + * Do not attempt seccomp under qemu-user and drop EFAULT workaround + (Closes: #881519) + + [ Frans Spiesschaert ] + * Dutch manpage translation update (Closes: #881402) + + -- Julian Andres Klode <jak@debian.org> Sun, 12 Nov 2017 19:57:00 +0100 + apt (1.6~alpha4) unstable; urgency=medium * debian: Set Rules-Requires-Root: no diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 8bcbab1ed..946c7cc7d 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -245,7 +245,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "1.6~alpha4"> +<!ENTITY apt-product-version "1.6~alpha5"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "jessie"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index c2e53115f..7f2af495b 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.6~alpha4\n" +"Project-Id-Version: apt-doc 1.6~alpha5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-11-05 15:26+0100\n" +"POT-Creation-Date: 2017-11-12 19:57+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/po/apt-all.pot b/po/apt-all.pot index fb13a45fe..6700ed40c 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.6~alpha4\n" +"Project-Id-Version: apt 1.6~alpha5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-11-05 15:26+0100\n" +"POT-Creation-Date: 2017-11-12 19:57+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |