[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#492973: marked as done (xkb-data: symbols.dir not updated during the build)



Your message dated Sun, 7 Sep 2008 22:01:07 +0200
with message-id <20080907200107.GA17576@diwi.org>
and subject line Fixed in 1.3-2
has caused the Debian Bug report #492973,
regarding xkb-data: symbols.dir not updated during the build
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 owner@bugs.debian.org
immediately.)


-- 
492973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492973
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xkb-data
Version: 1.3-1
Severity: important


Hello,

Due to a debian/rules configuration where
the variable XKBCOMP is set to "/no/thanks",
the 'symbols.dir' file is not being updated
when the package is built from sources.

Is there a reason for setting XKBCOMP to such
a value? Why this 'feature' is not documented
in changelog or README.Debian?

Thanks,
Igor Stirbu

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.3-2

You may see:

From: Julien Cristau <jcristau@debian.org>
Date: Tue, 12 Aug 2008 18:55:38 +0000 (+0200)
Subject: try to clean up the build
X-Git-Tag: xkeyboard-config-1.3-2~1
X-Git-Url: http://git.debian.org/?p=pkg-xorg%2Fdata%2Fxkb-data.git;a=commitdiff_plain;h=2f4f31a9e8ce65940f9060b2855d11c68d05bc2e

try to clean up the build

remove a bunch of generated files in clean
---

[snip]

diff --git a/debian/changelog b/debian/changelog
index f9a6d31..233ac07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xkeyboard-config (1.3-2) UNRELEASED; urgency=low
 
   * Fix compat rules for Romanian layout (closes: #485702).
+  * Remove some generated files from the source package to clean up the build.
 
  -- Julien Cristau <jcristau@debian.org>  Tue, 12 Aug 2008 18:52:03 +0200
 
[snip]

diff --git a/debian/rules b/debian/rules
index d410eba..f16bf6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,8 +80,11 @@ clean: $(stamp) unpatch
 	# Files not cleaned up
 	-rm -f intltool-extract intltool-merge intltool-update
 	-rm -f rules/base.xml
-	-rm -f po/.intltool-merge-cache
+	-rm -f po/.intltool-merge-cache config.status.lineno
 	dh_clean 
+	rm -f compat/compat.dir geometry/geometry.dir keycodes/keycodes.dir
+	rm -f keymap/keymap.dir symbols/symbols.dir types/types.dir rules/base
+	rm -f rules/compat/base.l[2-4]*.part rules/compat/base.m*.part
 
 deb:
 	dpkg-buildpackage -rfakeroot -i'/\.git|/\.svn'
[snip]

diff --git a/symbols/symbols.dir b/symbols/symbols.dir
deleted file mode 100644
index 7d4b6ed..0000000

[snip]

-- 
Mohammed Adnène Trojette


--- End Message ---

Reply to: