r35425 - in /packages/experimental/libpwquality: ./ debian/ debian/source/

laney at users.alioth.debian.org laney at users.alioth.debian.org
Mon Jun 25 10:22:23 UTC 2012


Author: laney
Date: Mon Jun 25 10:22:23 2012
New Revision: 35425

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35425
Log:
Initial commit


Added:
    packages/experimental/libpwquality/
    packages/experimental/libpwquality/debian/   (with props)
    packages/experimental/libpwquality/debian/changelog
    packages/experimental/libpwquality/debian/compat
    packages/experimental/libpwquality/debian/control
    packages/experimental/libpwquality/debian/copyright
    packages/experimental/libpwquality/debian/libpam-pwquality.install
    packages/experimental/libpwquality/debian/libpwquality-dev.install
    packages/experimental/libpwquality/debian/libpwquality-tools.install
    packages/experimental/libpwquality/debian/libpwquality1.install
    packages/experimental/libpwquality/debian/libpwquality1.symbols
    packages/experimental/libpwquality/debian/python-pwquality.install
    packages/experimental/libpwquality/debian/rules   (with props)
    packages/experimental/libpwquality/debian/source/
    packages/experimental/libpwquality/debian/source/format
    packages/experimental/libpwquality/debian/watch

Propchange: packages/experimental/libpwquality/debian/
------------------------------------------------------------------------------
    svn-bp:tagsUrl = svn+ssh://svn.debian.org/svn/pkg-gnome/tags/libpwquality

Added: packages/experimental/libpwquality/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/changelog?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/changelog (added)
+++ packages/experimental/libpwquality/debian/changelog [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,26 @@
+libpwquality (1.1.1-1) UNRELEASED; urgency=low
+
+  * Upload to Debian (Closes: #678938).
+  * Add Homepage field.
+  * Convert to multiarch.
+  * Improve package descriptions.
+  * Install python module into proper directory.
+  * Add myself as Uploader and team as Maintainer.
+
+ -- Iain Lane <laney at debian.org>  Mon, 25 Jun 2012 09:46:44 +0100
+
+libpwquality (1.1.1-0ubuntu1) quantal; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - Build-depend on debhelper >= 9
+    - Build-depend on libpam0g-dev
+    - Improve descriptions
+
+ -- Robert Ancell <robert.ancell at canonical.com>  Fri, 22 Jun 2012 14:01:58 +1200
+
+libpwquality (1.1.0-0ubuntu1) quantal; urgency=low
+
+  * Initial Release.
+
+ -- Robert Ancell <robert.ancell at canonical.com>  Mon, 18 Jun 2012 16:07:46 +1200

Added: packages/experimental/libpwquality/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/compat?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/compat (added)
+++ packages/experimental/libpwquality/debian/compat [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,1 @@
+9

Added: packages/experimental/libpwquality/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/control?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/control (added)
+++ packages/experimental/libpwquality/debian/control [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,88 @@
+Source: libpwquality
+Section: devel
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Iain Lane <laney at debian.org>
+Build-Depends: debhelper (>= 9),
+               libcrack2-dev,
+               libpam0g-dev,
+               python-all-dev (>= 2.6.6-3~)
+Homepage: https://fedorahosted.org/libpwquality/
+Standards-Version: 3.9.3
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/experimental/libpwquality
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/experimental/libpwquality
+
+Package: libpwquality-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+         libpwquality1 (= ${binary:Version})
+Description: Password quality checking and generation (development files)
+ libpwquality's purpose is to provide common functions for password
+ quality checking and also scoring them based on their apparent randomness. The
+ library also provides a function for generating random passwords with good
+ pronounceability. 
+ .
+ This package contains the development files, and should be used for
+ compilation.
+
+Package: libpwquality1
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: library for password quality checking and generation
+ libpwquality's purpose is to provide common functions for password
+ quality checking and also scoring them based on their apparent randomness. The
+ library also provides a function for generating random passwords with good
+ pronounceability. 
+ .
+ This package contains the shared library.
+
+Package: libpwquality-tools
+Section: admin
+Architecture: any
+Multi-Arch: foreign
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: tools for password quality checking and generation
+ libpwquality's purpose is to provide common functions for password
+ quality checking and also scoring them based on their apparent randomness. The
+ library also provides a function for generating random passwords with good
+ pronounceability.
+ .
+ Tools for password quality checking and generation.
+
+Package: libpam-pwquality
+Section: admin
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libpam-runtime
+Description: PAM module to check password strength
+ libpwquality's purpose is to provide common functions for password
+ quality checking and also scoring them based on their apparent randomness. The
+ library also provides a function for generating random passwords with good
+ pronounceability.
+ .
+ This module can be plugged into the password stack of a given service to
+ provide some plug-in strength-checking for passwords. The code was originaly
+ based on pam_cracklib module and the module is backwards compatible with its
+ options.
+
+Package: python-pwquality
+Architecture: any
+Section: python
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Description: Python bindings for libpwquality
+ libpwquality's purpose is to provide common functions for password
+ quality checking and also scoring them based on their apparent randomness. The
+ library also provides a function for generating random passwords with good
+ pronounceability.
+ .
+ This package contains the Python bindings.

Added: packages/experimental/libpwquality/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/copyright?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/copyright (added)
+++ packages/experimental/libpwquality/debian/copyright [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,63 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: Copyright (c) 1996 Cristian Gafton <gafton at redhat.com>
+           Copyright (c) 2011 Red Hat, Inc
+           Copyright (c) 2011 Tomas Mraz <tm at t8m.info>
+           Copyright (c) Philip W. Dalrymple III <pwd at mdtsoft.com>
+License: libpwquality or GPL-2+
+
+Files: debian/*
+Copyright: Copyright (c) 2012 Canonical Ltd
+License: GPL-3+
+
+License: libpwquality
+ Redistribution and use in source and binary forms of libpwquality, with
+ or without modification, are permitted provided that the following
+ conditions are met:
+ .
+ 1. Redistributions of source code must retain any existing copyright
+    notice, and this entire permission notice in its entirety,
+    including the disclaimer of warranties.
+ .
+ 2. Redistributions in binary form must reproduce all prior and current
+    copyright notices, this list of conditions, and the following
+    disclaimer in the documentation and/or other materials provided
+    with the distribution.
+ .
+ 3. The name of any author may not be used to endorse or promote
+    products derived from this software without their specific prior
+    written permission.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+Comment: You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems the full text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2' file.
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or   
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
+ GNU General Public License for more details.
+Comment: You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.

Added: packages/experimental/libpwquality/debian/libpam-pwquality.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/libpam-pwquality.install?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/libpam-pwquality.install (added)
+++ packages/experimental/libpwquality/debian/libpam-pwquality.install [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,2 @@
+lib/*/security/*.so
+usr/share/man/*/pam_pwquality.*

Added: packages/experimental/libpwquality/debian/libpwquality-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/libpwquality-dev.install?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/libpwquality-dev.install (added)
+++ packages/experimental/libpwquality/debian/libpwquality-dev.install [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,4 @@
+usr/include
+usr/lib/*/*.so
+usr/lib/*/*.a
+usr/lib/*/pkgconfig

Added: packages/experimental/libpwquality/debian/libpwquality-tools.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/libpwquality-tools.install?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/libpwquality-tools.install (added)
+++ packages/experimental/libpwquality/debian/libpwquality-tools.install [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,4 @@
+usr/bin
+usr/share/locale
+usr/share/man/*/pwscore.*
+usr/share/man/*/pwmake.*

Added: packages/experimental/libpwquality/debian/libpwquality1.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/libpwquality1.install?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/libpwquality1.install (added)
+++ packages/experimental/libpwquality/debian/libpwquality1.install [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,3 @@
+usr/lib/*/*.so.*
+usr/share/man/*/pwquality.conf.*
+etc/

Added: packages/experimental/libpwquality/debian/libpwquality1.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/libpwquality1.symbols?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/libpwquality1.symbols (added)
+++ packages/experimental/libpwquality/debian/libpwquality1.symbols [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,14 @@
+libpwquality.so.1 libpwquality1 #MINVER#
+* Build-Depends-Package: libpwquality-dev
+ LIBPWQUALITY_1.0 at LIBPWQUALITY_1.0 1.1.0
+ pwquality_check at LIBPWQUALITY_1.0 1.1.0
+ pwquality_default_settings at LIBPWQUALITY_1.0 1.1.0
+ pwquality_free_settings at LIBPWQUALITY_1.0 1.1.0
+ pwquality_generate at LIBPWQUALITY_1.0 1.1.0
+ pwquality_get_int_value at LIBPWQUALITY_1.0 1.1.0
+ pwquality_get_str_value at LIBPWQUALITY_1.0 1.1.0
+ pwquality_read_config at LIBPWQUALITY_1.0 1.1.0
+ pwquality_set_int_value at LIBPWQUALITY_1.0 1.1.0
+ pwquality_set_option at LIBPWQUALITY_1.0 1.1.0
+ pwquality_set_str_value at LIBPWQUALITY_1.0 1.1.0
+ pwquality_strerror at LIBPWQUALITY_1.0 1.1.0

Added: packages/experimental/libpwquality/debian/python-pwquality.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/python-pwquality.install?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/python-pwquality.install (added)
+++ packages/experimental/libpwquality/debian/python-pwquality.install [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,1 @@
+usr/lib/python*/dist-packages/* 

Added: packages/experimental/libpwquality/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/rules?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/rules (added)
+++ packages/experimental/libpwquality/debian/rules [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,17 @@
+#!/usr/bin/make -f
+
+DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+PYVER := $(shell pyversions -d)
+
+override_dh_clean:
+	dh_clean
+	-rm -r python/build
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--with-securedir=/lib/$(DEB_HOST_MULTIARCH)/security \
+		--with-pythonrev=$(subst python,,$(PYVER)) \
+		--with-pythonsitedir=/usr/lib/$(PYVER)/dist-packages/
+
+%:
+	dh $@ --with python2

Propchange: packages/experimental/libpwquality/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/experimental/libpwquality/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/source/format?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/source/format (added)
+++ packages/experimental/libpwquality/debian/source/format [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/experimental/libpwquality/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libpwquality/debian/watch?rev=35425&op=file
==============================================================================
--- packages/experimental/libpwquality/debian/watch (added)
+++ packages/experimental/libpwquality/debian/watch [utf-8] Mon Jun 25 10:22:23 2012
@@ -1,0 +1,2 @@
+version=3
+https://fedorahosted.org/releases/l/i/libpwquality/ libpwquality-(.*)\.tar\.bz2




More information about the pkg-gnome-commits mailing list