Source: postgresql-plsh
Version: 1.3-3
Severity: serious
Tags: patch
Justification: Policy 2.3, 12.7

/usr/share/doc/postgresql-plsh/ is missing on non-i386 architectures:

$ debdiff postgresql-8.4-plsh_1.3-3_i386.deb postgresql-8.4-plsh_1.3-3_amd64.deb
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/postgresql-8.4-plsh/NEWS.gz
-rw-r--r--  root/root   /usr/share/doc/postgresql-8.4-plsh/README
-rw-r--r--  root/root   /usr/share/doc/postgresql-8.4-plsh/README.Debian
-rw-r--r--  root/root   /usr/share/doc/postgresql-8.4-plsh/changelog.Debian.gz
-rw-r--r--  root/root   /usr/share/doc/postgresql-8.4-plsh/copyright

Control files: lines which differ (wdiff format)
------------------------------------------------
Architecture: [-i386-] {+amd64+}
Depends: libc6 (>= [-2.2),-] {+2.2.5),+} postgresql-8.4
Installed-Size: [-80-] {+56+}

--
Jakub Wilk
diff -u postgresql-plsh-1.3/debian/rules postgresql-plsh-1.3/debian/rules
--- postgresql-plsh-1.3/debian/rules
+++ postgresql-plsh-1.3/debian/rules
@@ -46,6 +46,7 @@
 binary-arch: install
 	dh_testdir
 	dh_testroot
+	dh_installdocs -a
 	dh_install -a
 	dh_link -a
 	dh_strip -a
@@ -58,20 +59,7 @@
 	dh_builddeb -a
 
 
-binary-indep: install
-	dh_testdir
-	dh_testroot
-	dh_installdocs -a
-	dh_install -i
-	dh_link -i
-	dh_compress -i
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
-	dh_installchangelogs
-
+binary-indep:
 
 binary: binary-arch binary-indep
 

Attachment: signature.asc
Description: Digital signature

Reply via email to