Your message dated Sun, 9 Dec 2012 12:12:55 +0100
with message-id <[email protected]>
and subject line Re: Bug#213136: NMU for python-pam
has caused the Debian Bug report #213136,
regarding NMU for python-pam
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
213136: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213136
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pam
Version: 0.4.2-10
btw, the package is packaged with a native tarball, but it's not
Debian specific.
diff -urN python-pam-0.4.2.old/debian/changelog
python-pam-0.4.2/debian/changelog
--- python-pam-0.4.2.old/debian/changelog 2003-08-09 20:44:56.000000000
+0200
+++ python-pam-0.4.2/debian/changelog 2003-09-28 17:28:45.000000000 +0200
@@ -1,3 +1,12 @@
+python-pam (0.4.2-10.1) unstable; urgency=low
+
+ * NMU.
+ * Change package section to python.
+ * Make python dependency more robust.
+ * Make python-pam package architecture all.
+
+ -- Matthias Klose <[email protected]> Sun, 28 Sep 2003 17:27:51 +0200
+
python-pam (0.4.2-10) unstable; urgency=low
* Python2.3 is the default version now
diff -urN python-pam-0.4.2.old/debian/control python-pam-0.4.2/debian/control
--- python-pam-0.4.2.old/debian/control 2003-08-09 20:43:22.000000000 +0200
+++ python-pam-0.4.2/debian/control 2003-09-28 17:25:13.000000000 +0200
@@ -1,13 +1,13 @@
Source: python-pam
-Section: interpreters
+Section: python
Priority: optional
-Build-Depends: debhelper (>> 4.0.0), python2.1-dev, python2.2-dev,
python2.3-dev, python, libpam0g-dev
+Build-Depends: debhelper (>> 4.1.67), python2.1-dev, python2.2-dev,
python2.3-dev, python, libpam0g-dev
Maintainer: Dima Barsky <[email protected]>
Standards-Version: 3.6.0
Package: python-pam
-Architecture: any
-Depends: python2.3-pam, ${shlibs:Depends}
+Architecture: all
+Depends: ${python:Depends}
Description: A Python interface to the PAM library
This is a dummy package which depends on the python-pam module for the
default version of Python.
diff -urN python-pam-0.4.2.old/debian/rules python-pam-0.4.2/debian/rules
--- python-pam-0.4.2.old/debian/rules 2003-02-23 01:38:07.000000000 +0100
+++ python-pam-0.4.2/debian/rules 2003-09-28 17:27:32.000000000 +0200
@@ -40,24 +40,34 @@
# Build architecture-independent files here.
binary-indep: build install
-# We have nothing to do by default.
+ dh_testdir
+ dh_testroot
+ dh_installdocs -i AUTHORS README
+ dh_installchangelogs -i ChangeLog
+ dh_compress -i
+ dh_fixperms -i
+ dh_python -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
# Build architecture-dependent files here.
binary-arch: build install
-# dh_testversion
dh_testdir
dh_testroot
- dh_installdocs -A AUTHORS README debian/README.Debian
- dh_installexamples -A examples/*
- dh_installchangelogs ChangeLog
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+ dh_installdocs -a -A AUTHORS README
+ dh_installexamples -a -A examples/*
+ dh_installchangelogs -a ChangeLog
+ dh_strip -a
+ dh_compress -a
+ dh_fixperms -a
+ dh_python -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary
--- End Message ---
--- Begin Message ---
Version: 0.4.2-11
This NMU was acknowledged in 0.4.2-11. Closing.
--
Jakub Wilk
--- End Message ---