[Pkg-cracklib-commits] [pkg-cracklib] branch experimental updated (b343783 -> 55aad50)
Jan Dittberner
jandd at alioth.debian.org
Mon Aug 12 07:54:28 UTC 2013
This is an automated email from the git hooks/post-receive script.
jandd pushed a change to branch experimental
in repository pkg-cracklib.
from b343783 fix Python 3 build
adds c512671 upload to unstable
adds 3a17e7e switch from python-support to dh_python2
adds 6d1f0f4 releasing version 2.8.18-3
adds f8acf7e ignore quilt .pc/ directory
adds 3457907 Patch for 65736 by Fabian Greffrath
adds 43fa311 update patch debian/patches/top-500-worst-passwords.patch to add additional words suggested by Fabian to dicts/cracklib-small
adds 4f3f211 releasing version 2.8.18-4
adds b2dab90 Imported Upstream version 2.8.19
adds 2dec467 Merge tag 'upstream/2.8.19'
adds 3259353 New upstream version
adds 45d0e04 remove debian/patches/top-500-worst-passwords.patch, applied upstream
adds d5d97a4 debian/rules: use aclocal, automake and autoreconf instead of autogen.sh
adds d3b9d60 do not remove config.h.in
adds a312130 add libtoolize
adds 59e5879 enable hardening build flags
adds 2b96e63 restructure debian/rules
adds f303fe5 document changes to debian/rules
adds 7291918 add debian/patches/install-debian-python-modules.patch to install debian/test_cracklib.py and debian/crack.py
adds 5da2dfc add Python3 support
adds f4c8d7d releasing version 2.8.19-1
new 5124a71 Merge branch 'master' into experimental
new a1a9f25 Build with python 3.3
new d2fc2fd rename python/_cracklibmodule.c to python/_cracklib.c and use debian/patches/rename-python-c-module.patch to change python/Makefile.am and python/setup.py.in (Closes: #681748)
adds c9f72a5 add debian/patches/libcrack2-error-safer-check-variant.patch to provide __DEBIAN_SPECIFIC__SafeFascistCheck that does not call exit (Closes: #682735)
adds aaef038 add __DEBIAN_SPECIFIC__SafeFascistCheck to debian/libcrack2.symbols
adds c5ed43f releasing version 2.8.19-2
new 4ef497f Merge branch 'master' into experimental
new 55aad50 bump date of experimental version, add patch header
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +-
ABOUT-NLS | 1429 ++++++++++++--------
INSTALL | 97 +-
Makefile.am | 3 +-
NEWS | 7 +-
autogen.sh | 27 -
config.h.in | 13 +-
config.rpath | 223 ++-
configure.in | 5 +-
debian/changelog | 114 +-
debian/control | 17 +-
debian/cracklib-runtime.install | 5 -
debian/libcrack2-dev.install | 2 -
debian/libcrack2.install | 4 -
debian/libcrack2.symbols | 1 +
debian/patches/install-debian-python-modules.patch | 13 +
.../libcrack2-error-safer-check-variant.patch | 189 +++
debian/patches/pass-dict-to-cracklib-test.patch | 18 +
debian/patches/python3-support.patch | 17 -
debian/patches/rename-python-c-module.patch | 28 +
debian/patches/series | 5 +-
debian/rules | 131 +-
debian/test_cracklib.py | 137 ++
dicts/cracklib-small | 27 +
m4/ChangeLog | 32 -
m4/Makefile.am | 2 +-
m4/codeset.m4 | 14 +-
m4/gettext.m4 | 276 ++--
m4/glibc2.m4 | 30 +
m4/glibc21.m4 | 14 +-
m4/iconv.m4 | 95 +-
m4/intdiv0.m4 | 54 +-
m4/intl.m4 | 285 ++++
m4/intldir.m4 | 19 +
m4/intlmacosx.m4 | 51 +
m4/intmax.m4 | 23 +-
m4/inttypes-pri.m4 | 22 +-
m4/inttypes.m4 | 27 -
m4/inttypes_h.m4 | 24 +-
m4/isc-posix.m4 | 26 -
m4/lcmessage.m4 | 20 +-
m4/lib-ld.m4 | 8 +-
m4/lib-link.m4 | 274 +++-
m4/lib-prefix.m4 | 52 +-
m4/lock.m4 | 316 +++++
m4/longdouble.m4 | 30 -
m4/longlong.m4 | 120 +-
m4/nls.m4 | 32 +-
m4/po.m4 | 131 +-
m4/printf-posix.m4 | 14 +-
m4/progtest.m4 | 15 +-
m4/signed.m4 | 19 -
m4/size_max.m4 | 87 +-
m4/stdint_h.m4 | 24 +-
m4/uintmax_t.m4 | 24 +-
m4/ulonglong.m4 | 25 -
m4/visibility.m4 | 52 +
m4/wchar_t.m4 | 8 +-
m4/wint_t.m4 | 22 +-
m4/xsize.m4 | 13 +-
mkinstalldirs | 40 -
po/ChangeLog | 11 -
po/Makefile.in.in | 125 +-
po/as.gmo | Bin 2553 -> 2566 bytes
po/as.po | 3 +-
po/bn_IN.gmo | Bin 3053 -> 3064 bytes
po/bn_IN.po | 3 +-
po/cracklib.pot | 5 +-
po/cs.gmo | Bin 1760 -> 1771 bytes
po/cs.po | 3 +-
po/da.gmo | Bin 1739 -> 1750 bytes
po/da.po | 3 +-
po/de.gmo | Bin 1896 -> 1907 bytes
po/de.po | 3 +-
po/el.gmo | Bin 2175 -> 2186 bytes
po/el.po | 3 +-
po/es.gmo | Bin 1816 -> 1827 bytes
po/es.po | 3 +-
po/fi.gmo | Bin 1717 -> 1728 bytes
po/fi.po | 3 +-
po/fr.gmo | Bin 1775 -> 1786 bytes
po/fr.po | 3 +-
po/gu.gmo | Bin 2595 -> 2608 bytes
po/gu.po | 3 +-
po/hi.gmo | Bin 2697 -> 2708 bytes
po/hi.po | 3 +-
po/hu.gmo | Bin 1796 -> 1807 bytes
po/hu.po | 3 +-
po/it.gmo | Bin 1846 -> 1857 bytes
po/it.po | 3 +-
po/ja.gmo | Bin 1937 -> 1948 bytes
po/ja.po | 3 +-
po/kn.gmo | Bin 2938 -> 2951 bytes
po/kn.po | 3 +-
po/ko.gmo | Bin 1963 -> 1976 bytes
po/ko.po | 3 +-
po/lt.gmo | Bin 1801 -> 1812 bytes
po/lt.po | 3 +-
po/ml.gmo | Bin 2892 -> 2903 bytes
po/ml.po | 3 +-
po/mr.gmo | Bin 2631 -> 2644 bytes
po/mr.po | 3 +-
po/nb.gmo | Bin 1696 -> 1707 bytes
po/nb.po | 3 +-
po/nl.gmo | Bin 1891 -> 1904 bytes
po/nl.po | 3 +-
po/or.gmo | Bin 2819 -> 2832 bytes
po/or.po | 3 +-
po/pa.gmo | Bin 2606 -> 2617 bytes
po/pa.po | 3 +-
po/pl.gmo | Bin 1702 -> 1715 bytes
po/pl.po | 3 +-
po/pt.gmo | Bin 1873 -> 1884 bytes
po/pt.po | 3 +-
po/pt_BR.gmo | Bin 1769 -> 1780 bytes
po/pt_BR.po | 3 +-
po/ru.gmo | Bin 2196 -> 2207 bytes
po/ru.po | 7 +-
po/sk.gmo | Bin 1779 -> 1792 bytes
po/sk.po | 3 +-
po/sl_SI.gmo | Bin 1891 -> 1902 bytes
po/sl_SI.po | 3 +-
po/ta.gmo | Bin 3083 -> 3096 bytes
po/ta.po | 3 +-
po/te.gmo | Bin 2881 -> 2894 bytes
po/te.po | 3 +-
po/tr.gmo | Bin 1981 -> 1992 bytes
po/tr.po | 3 +-
po/uk.gmo | Bin 2347 -> 2360 bytes
po/uk.po | 7 +-
po/zh_CN.gmo | Bin 1588 -> 1599 bytes
po/zh_CN.po | 3 +-
po/zh_TW.gmo | Bin 1689 -> 1700 bytes
po/zh_TW.po | 3 +-
python/_cracklibmodule.c | 42 +-
python/cracklib.py | 26 +-
python/setup.py.in | 4 +-
137 files changed, 3526 insertions(+), 1634 deletions(-)
delete mode 100755 autogen.sh
delete mode 100644 debian/libcrack2-dev.install
delete mode 100644 debian/libcrack2.install
create mode 100644 debian/patches/install-debian-python-modules.patch
create mode 100644 debian/patches/libcrack2-error-safer-check-variant.patch
create mode 100644 debian/patches/pass-dict-to-cracklib-test.patch
delete mode 100644 debian/patches/python3-support.patch
create mode 100644 debian/patches/rename-python-c-module.patch
create mode 100644 debian/test_cracklib.py
delete mode 100644 m4/ChangeLog
create mode 100644 m4/glibc2.m4
create mode 100644 m4/intl.m4
create mode 100644 m4/intldir.m4
create mode 100644 m4/intlmacosx.m4
delete mode 100644 m4/inttypes.m4
delete mode 100644 m4/isc-posix.m4
create mode 100644 m4/lock.m4
delete mode 100644 m4/longdouble.m4
delete mode 100644 m4/signed.m4
delete mode 100644 m4/ulonglong.m4
create mode 100644 m4/visibility.m4
delete mode 100755 mkinstalldirs
delete mode 100644 po/ChangeLog
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cracklib/pkg-cracklib.git
More information about the Pkg-cracklib-commits
mailing list