Source: pretzel
Version: 2.0n-2-0.4
Severity: normal
Tags: patch

Binary package of some architectures (i386, alpha, mipsel) does not contain examples:

$ debdiff pretzel_2.0n-2-0.3_amd64.deb pretzel_2.0n-2-0.3_i386.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/pretzel/examples/cee/Makefile
-rw-r--r--  root/root   /usr/share/doc/pretzel/examples/cee/cee.fg.gz
-rw-r--r--  root/root   /usr/share/doc/pretzel/examples/cee/cee.ft.gz
-rw-r--r--  root/root   /usr/share/doc/pretzel/examples/cee/complex-example.c
-rw-r--r--  root/root   /usr/share/doc/pretzel/examples/cee/example.c
-rw-r--r--  root/root   /usr/share/doc/pretzel/examples/cee/fullexample.ps.gz
-rw-r--r--  root/root   /usr/share/doc/pretzel/examples/cee/fullexample.tex
-rw-r--r--  root/root   /usr/share/doc/pretzel/examples/contrib/aj/gcl.fg
-rw-r--r--  root/root   /usr/share/doc/pretzel/examples/contrib/aj/gcl.ft
[snip...]

I believe that this is because of misuse of the PWD variable.

--
Jakub Wilk
diff -Nru pretzel-2.0n-2/debian/rules pretzel-2.0n-2/debian/rules
--- pretzel-2.0n-2/debian/rules	2008-03-09 19:33:04.000000000 +0100
+++ pretzel-2.0n-2/debian/rules	2010-08-22 22:57:15.000000000 +0200
@@ -32,7 +32,7 @@
 binary-indep: build
 # We have nothing to do by default.
 
-DST := $(PWD)/debian/tmp
+DST := $(CURDIR)/debian/tmp
 
 # Build architecture-dependent files here.
 binary-arch: build

Attachment: signature.asc
Description: Digital signature

Reply via email to