Package: libapache-authensmb Version: 0.60-3 Severity: normal Tags: patch Hi,
Attached is the diff for my libapache-authensmb 0.60-3.1 NMU. It also fixes #357984 should be "arch: all" -- .''`. Fuck your fascist beauty standards : :' : `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u libapache-authensmb-0.60/debian/changelog libapache-authensmb-0.60/debian/changelog --- libapache-authensmb-0.60/debian/changelog +++ libapache-authensmb-0.60/debian/changelog @@ -1,3 +1,13 @@ +libapache-authensmb (0.60-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359443). + * Fix debian/control, only one Build-Depends line (Closes: 280281). + * Architecture: all, instead of any (Closes: #357984). + * Revamped packaging a bit + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Sun, 16 Jul 2006 22:47:27 +0200 + libapache-authensmb (0.60-3) unstable; urgency=low * added Depends on libauthen-smb-perl @@ -20,5 +29,0 @@ -Local variables: -mode: debian-changelog -add-log-mailing-address: "[EMAIL PROTECTED]" -add-log-full-name: "Will Lowe" -End: diff -u libapache-authensmb-0.60/debian/control libapache-authensmb-0.60/debian/control --- libapache-authensmb-0.60/debian/control +++ libapache-authensmb-0.60/debian/control @@ -1,13 +1,12 @@ Source: libapache-authensmb Section: web -Build-Depends: debhelper (>= 3.0.18) Priority: extra Maintainer: Will Lowe <[EMAIL PROTECTED]> Standards-Version: 3.5.0.0 -Build-Depends: debhelper (>= 3.0.18), perl (>= 5.6.0-16), libauthen-smb-perl +Build-Depends: debhelper (>= 4), perl (>= 5.6.0-16), libauthen-smb-perl Package: libapache-authensmb -Architecture: any +Architecture: all Depends: ${perl:Depends}, libapache-mod-perl | apache-perl, libauthen-smb-perl Description: SMB authentication module for Apache/mod_perl This package supplies a perl module which allows a mod_perl-enabled diff -u libapache-authensmb-0.60/debian/rules libapache-authensmb-0.60/debian/rules --- libapache-authensmb-0.60/debian/rules +++ libapache-authensmb-0.60/debian/rules @@ -11,7 +11,7 @@ package = libapache-authensmb -export DH_COMPAT=2 +export DH_COMPAT=4 # Configuration variables (these should be pretty generic) CC = gcc