r37952 - in /packages/unstable/libpwquality/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat May 25 05:39:27 UTC 2013


Author: biebl
Date: Sat May 25 05:39:26 2013
New Revision: 37952

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37952
Log:
Use uploaders.mk to substitute @GNOME_TEAM@ in control.in.

Added:
    packages/unstable/libpwquality/debian/control
    packages/unstable/libpwquality/debian/control.in
      - copied, changed from r37780, packages/unstable/libpwquality/debian/control
Modified:
    packages/unstable/libpwquality/debian/changelog
    packages/unstable/libpwquality/debian/rules

Modified: packages/unstable/libpwquality/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libpwquality/debian/changelog?rev=37952&op=diff
==============================================================================
--- packages/unstable/libpwquality/debian/changelog [utf-8] (original)
+++ packages/unstable/libpwquality/debian/changelog [utf-8] Sat May 25 05:39:26 2013
@@ -6,6 +6,7 @@
   [ Michael Biebl ]
   * Upload to unstable.
   * New upstream release.
+  * Use uploaders.mk to substitute @GNOME_TEAM@ in control.in.
 
  -- Iain Lane <laney at debian.org>  Mon, 25 Jun 2012 16:41:23 +0100
 

Added: packages/unstable/libpwquality/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libpwquality/debian/control?rev=37952&op=file
==============================================================================
--- packages/unstable/libpwquality/debian/control (added)
+++ packages/unstable/libpwquality/debian/control [utf-8] Sat May 25 05:39:26 2013
@@ -1,0 +1,95 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+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~),
+               gnome-pkg-tools
+Homepage: https://fedorahosted.org/libpwquality/
+Standards-Version: 3.9.3
+X-Python-Version: 2.7
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/libpwquality
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/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.

Copied: packages/unstable/libpwquality/debian/control.in (from r37780, packages/unstable/libpwquality/debian/control)
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libpwquality/debian/control.in?rev=37952&op=diff
==============================================================================
--- packages/unstable/libpwquality/debian/control [utf-8] (original)
+++ packages/unstable/libpwquality/debian/control.in [utf-8] Sat May 25 05:39:26 2013
@@ -2,11 +2,12 @@
 Section: devel
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Iain Lane <laney at debian.org>
+Uploaders: @GNOME_TEAM@, Iain Lane <laney at debian.org>
 Build-Depends: debhelper (>= 9),
                libcrack2-dev,
                libpam0g-dev,
-               python-all-dev (>= 2.6.6-3~)
+               python-all-dev (>= 2.6.6-3~),
+               gnome-pkg-tools
 Homepage: https://fedorahosted.org/libpwquality/
 Standards-Version: 3.9.3
 X-Python-Version: 2.7

Modified: packages/unstable/libpwquality/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libpwquality/debian/rules?rev=37952&op=diff
==============================================================================
--- packages/unstable/libpwquality/debian/rules [utf-8] (original)
+++ packages/unstable/libpwquality/debian/rules [utf-8] Sat May 25 05:39:26 2013
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 PYVER := $(shell pyversions -d)




More information about the pkg-gnome-commits mailing list