[Pkg-cracklib-commits] [pkg-cracklib] branch master updated (8a81ede -> bd51795)

Jan Dittberner jandd at moszumanska.debian.org
Sun Oct 5 19:10:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

jandd pushed a change to branch master
in repository pkg-cracklib.

  discards  8a81ede   remove autogenerated INSTALL, depcomp, install-sh, m4/Makefile.am, and missing files
  discards  432f0ff   refresh debian/patches/install-debian-python-modules.patch
  discards  d1a5a61   New upstream version (Closes: #724570)
  discards  1041a44   Merge tag 'upstream/2.9.2'
  discards  c4af91a   Imported Upstream version 2.9.2

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (bd51795)
            \
             O -- O -- O   (8a81ede)

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

No new revisions were added by this update.

Summary of changes:
 INSTALL                                            | 370 ++++++++++
 NEWS                                               |   7 +-
 configure.ac                                       |   2 +-
 debian/changelog                                   |   9 -
 debian/patches/install-debian-python-modules.patch |   2 +-
 depcomp                                            | 791 +++++++++++++++++++++
 install-sh                                         | 527 ++++++++++++++
 lib/packlib.c                                      |  11 +
 m4/Makefile.am                                     |   1 +
 missing                                            | 215 ++++++
 po/as.gmo                                          | Bin 2602 -> 2602 bytes
 po/as.po                                           |   2 +-
 po/bn_IN.gmo                                       | Bin 3100 -> 3100 bytes
 po/bn_IN.po                                        |   2 +-
 po/cracklib.pot                                    |   4 +-
 po/cs.gmo                                          | Bin 1807 -> 1807 bytes
 po/cs.po                                           |   2 +-
 po/da.gmo                                          | Bin 1786 -> 1786 bytes
 po/da.po                                           |   2 +-
 po/de.gmo                                          | Bin 1943 -> 1943 bytes
 po/de.po                                           |   2 +-
 po/el.gmo                                          | Bin 2222 -> 2222 bytes
 po/el.po                                           |   2 +-
 po/es.gmo                                          | Bin 1863 -> 1863 bytes
 po/es.po                                           |   2 +-
 po/fi.gmo                                          | Bin 1764 -> 1764 bytes
 po/fi.po                                           |   2 +-
 po/fr.gmo                                          | Bin 1822 -> 1822 bytes
 po/fr.po                                           |   2 +-
 po/gu.gmo                                          | Bin 2644 -> 2644 bytes
 po/gu.po                                           |   2 +-
 po/hi.gmo                                          | Bin 2744 -> 2744 bytes
 po/hi.po                                           |   2 +-
 po/hu.gmo                                          | Bin 1843 -> 1843 bytes
 po/hu.po                                           |   2 +-
 po/it.gmo                                          | Bin 1893 -> 1893 bytes
 po/it.po                                           |   2 +-
 po/ja.gmo                                          | Bin 1984 -> 1984 bytes
 po/ja.po                                           |   2 +-
 po/kn.gmo                                          | Bin 2987 -> 2987 bytes
 po/kn.po                                           |   2 +-
 po/ko.gmo                                          | Bin 2012 -> 2012 bytes
 po/ko.po                                           |   2 +-
 po/lt.gmo                                          | Bin 1848 -> 1848 bytes
 po/lt.po                                           |   2 +-
 po/ml.gmo                                          | Bin 2939 -> 2939 bytes
 po/ml.po                                           |   2 +-
 po/mr.gmo                                          | Bin 2680 -> 2680 bytes
 po/mr.po                                           |   2 +-
 po/nb.gmo                                          | Bin 1743 -> 1743 bytes
 po/nb.po                                           |   2 +-
 po/nl.gmo                                          | Bin 1940 -> 1940 bytes
 po/nl.po                                           |   2 +-
 po/or.gmo                                          | Bin 2868 -> 2868 bytes
 po/or.po                                           |   2 +-
 po/pa.gmo                                          | Bin 2653 -> 2653 bytes
 po/pa.po                                           |   2 +-
 po/pl.gmo                                          | Bin 1751 -> 1751 bytes
 po/pl.po                                           |   2 +-
 po/pt.gmo                                          | Bin 1920 -> 1920 bytes
 po/pt.po                                           |   2 +-
 po/pt_BR.gmo                                       | Bin 1816 -> 1816 bytes
 po/pt_BR.po                                        |   2 +-
 po/ru.gmo                                          | Bin 2243 -> 2243 bytes
 po/ru.po                                           |   2 +-
 po/sk.gmo                                          | Bin 1828 -> 1828 bytes
 po/sk.po                                           |   2 +-
 po/sl_SI.gmo                                       | Bin 1938 -> 1938 bytes
 po/sl_SI.po                                        |   2 +-
 po/ta.gmo                                          | Bin 3132 -> 3132 bytes
 po/ta.po                                           |   2 +-
 po/te.gmo                                          | Bin 2930 -> 2930 bytes
 po/te.po                                           |   2 +-
 po/tr.gmo                                          | Bin 2028 -> 2028 bytes
 po/tr.po                                           |   2 +-
 po/uk.gmo                                          | Bin 2396 -> 2396 bytes
 po/uk.po                                           |   2 +-
 po/zh_CN.gmo                                       | Bin 1635 -> 1635 bytes
 po/zh_CN.po                                        |   2 +-
 po/zh_TW.gmo                                       | Bin 1736 -> 1736 bytes
 po/zh_TW.po                                        |   2 +-
 python/cracklib.py                                 |  22 +-
 python/setup.py.in                                 |   5 +-
 83 files changed, 1969 insertions(+), 67 deletions(-)
 create mode 100644 INSTALL
 create mode 100755 depcomp
 create mode 100755 install-sh
 create mode 100644 m4/Makefile.am
 create mode 100755 missing

-- 
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