-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
this is the patch in order to solve the cdebconf transition. It also contains the simple solution to #395743. Please take a look over it. PD: if it's ok I will continue to send patches to cdebconf transition bugs. - -- ----------------------------------------------------------------- | ,''`. Victor Seva | | : :' : [EMAIL PROTECTED] | | `. `' PGP Key ID: 0xDD12F253 | | `- Debian user, admin and contributor | ----------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFRxNLS/DSSd0S8lMRAugqAJ9Onag/64A90qlX3Thir4vfpqYHzgCdGcms BR5ew/wwlpFeGFnLvkPdHf8= =OnnW -----END PGP SIGNATURE-----
screen_4.0.3-0.2.diff.gz
Description: GNU Zip compressed data
Format: 1.0 Source: screen Version: 4.0.3-0.2 Binary: screen Maintainer: Adam Lazur <[EMAIL PROTECTED]> Architecture: any Standards-Version: 3.6.1 Build-Depends: libncursesw5-dev, texinfo, libpam0g-dev, base-passwd (>= 2.0.3.4), debhelper (>> 4.1.17) Files: 8506fd205028a96c741e4037de6e3c42 840602 screen_4.0.3.orig.tar.gz 5d5810c685eb42b05168f34665e2ce3b 34458 screen_4.0.3-0.2.diff.gz
diff -ruN screen-4.0.3/debian/changelog screen-4.0.3.new/debian/changelog
--- screen-4.0.3/debian/changelog 2006-10-31 10:03:24.000000000 +0100
+++ screen-4.0.3.new/debian/changelog 2006-10-31 09:56:00.000000000 +0100
@@ -1,3 +1,12 @@
+screen (4.0.3-0.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * cdebconf transition. Closes: #332089
+ * Added missing binary-indep target in debian/rules (Policy 4.9).
+ Closes: #395743
+
+ -- Victor Seva <[EMAIL PROTECTED]> Tue, 31 Oct 2006 09:40:31 +0100
+
screen (4.0.3-0.1) unstable; urgency=high
* Non-maintainer upload to fix a security issue
diff -ruN screen-4.0.3/debian/control screen-4.0.3.new/debian/control
--- screen-4.0.3/debian/control 2006-10-31 10:03:24.000000000 +0100
+++ screen-4.0.3.new/debian/control 2006-10-30 18:39:37.000000000 +0100
@@ -8,7 +8,7 @@
Package: screen
Architecture: any
Depends: ${shlibs:Depends}, base-passwd (>= 2.0.3.4), passwd (>= 1:4.0.3-10)
-Pre-Depends: debconf (>= 0.2.17)
+Pre-Depends: debconf (>= 0.2.17) | debconf-2.0
Conflicts: suidmanager (<< 0.52)
Description: a terminal multiplexor with VT100/ANSI terminal emulation
screen is a terminal multiplexor that runs several separate "screens" on a
diff -ruN screen-4.0.3/debian/rules screen-4.0.3.new/debian/rules
--- screen-4.0.3/debian/rules 2006-10-31 10:03:24.000000000 +0100
+++ screen-4.0.3.new/debian/rules 2006-10-31 09:52:17.000000000 +0100
@@ -8,7 +8,7 @@
#export DH_VERBOSE=1
# the debhelper compatability version
-export DH_COMPAT=3
+export DH_COMPAT=4
package = screen
@@ -97,4 +97,6 @@
dh_md5sums
dh_builddeb
+binary-indep:
+
.PHONY: build clean binary-indep binary-arch binary install
screen-4.0.3.log.bz2
Description: application/bzip

