summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jan@dittberner.info>2012-05-19 21:03:50 +0000
committerJan Dittberner <jan@dittberner.info>2012-05-19 21:03:50 +0000
commit4c3cbd8861b1846c0660e3c7cf0a16dd89abeb5a (patch)
treef5def89b22b6d96c2b13bc8a99ac825b9b4cdc31
parent5186b46e663ed6b132d1f114c6af0fd7096c9253 (diff)
downloadcracklib-4c3cbd8861b1846c0660e3c7cf0a16dd89abeb5a.tar.gz
include python/test_cracklib.py in release tarball
git-svn-id: file:///tmp/cracklib-svn/trunk@197 4175fe1e-86d5-4fdc-8e6a-506fab9d8533
-rw-r--r--cracklib/NEWS2
-rw-r--r--cracklib/python/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/cracklib/NEWS b/cracklib/NEWS
index 01da5bc..568daa1 100644
--- a/cracklib/NEWS
+++ b/cracklib/NEWS
@@ -1,4 +1,4 @@
-v2.8.20
+v2.8.20 include python/test_cracklib.py in release tarball (Jan Dittberner)
v2.8.19 drop autogenerated files from SVN (Mike Frysinger)
add words from "The Top 500 Worst Passwords of All Time" <http://www.whatsmypass.com/the-top-500-worst-passwords-of-all-time> to dicts/cracklib-small (patch by Fabian Greffrath)
include sys/stat.h in python/_cracklibmodule.c (Mike Frysinger)
diff --git a/cracklib/python/Makefile.am b/cracklib/python/Makefile.am
index 499ff90..49542fa 100644
--- a/cracklib/python/Makefile.am
+++ b/cracklib/python/Makefile.am
@@ -1,5 +1,5 @@
if BUILD_PYTHON
-python_PYTHON = cracklib.py
+python_PYTHON = cracklib.py test_cracklib.py
pyexec_LTLIBRARIES = _cracklibmodule.la
AM_CFLAGS = -I$(top_srcdir)/lib -Wall
_cracklibmodule_la_LDFLAGS = -module -avoid-version $(top_builddir)/lib/libcrack.la