Bug#354967: wmspaceweather: FTBFS
tags 354967 +patch thanks With the following patch 'wmspaceweather' can be built on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/wmspaceweather-1.04/debian/control ./debian/control --- ../tmp-orig/wmspaceweather-1.04/debian/control 2006-03-03 11:23:34.0 + +++ ./debian/control2006-03-03 11:23:32.0 + @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Debian QA Group <[EMAIL PROTECTED]> -Build-Depends: xlibs-dev +Build-Depends: libxt-dev, libxpm-dev Standards-Version: 3.5.9.0 Package: wmspaceweather -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: wmspaceweather: FTBFS
Processing commands for [EMAIL PROTECTED]: > tags 354967 +patch Bug#354967: wmspaceweather - FTBFS: Build-depends against xlibs-dev There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#355164: ilisp: ilisp.el defaults to guile1.4 for the guile interpreter
Package: ilisp Version: 5.12.0+cvs.2004.12.26 Severity: minor I have only guile 1.6 and not guile 1.4 installed and whenever I start a guile process in emacs using ilisp I get the error that /usr/bin/guile1.4 does not exist. It seems to be because the following line (line 80) in /etc/ilisp/ilisp.el uses 1.4 for the guile interpreter when it sets ilisp-site-hook: (setq guile-program "/usr/bin/guile1.4") If I set it to /usr/bin/guile it will start guile 1.6 for me without an error. It seems to me that with guile 1.8 having been just released and the programs I know about (gnucash, gnotime) that use guile using 1.6 rather than 1.4 now, it would be better to default this to 1.6, or whatever /usr/bin/guile is, and let users override it if they have a need for 1.4 or a different version. Ideally, there would be an emacs customization for setting which interpreter to use for each lisp dialect. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-powerpc Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1) Versions of packages ilisp depends on: ii common-lisp-controller4.27 This is a Common Lisp source and c ii debconf [debconf-2.0] 1.4.71 Debian configuration management sy ii emacsen-common1.4.17 Common facilities for all emacsen Versions of packages ilisp recommends: ii ilisp-doc 5.12.0+cvs.2004.12.26 Documentation for ILISP package -- debconf information: * ilisp/fsf-compliant: false -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of manpages-fi_0.2-3_i386.changes
manpages-fi_0.2-3_i386.changes uploaded successfully to localhost along with the files: manpages-fi_0.2-3.dsc manpages-fi_0.2-3.tar.gz manpages-fi_0.2-3_all.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#270899: vcg: build system doesn't notice when install/strip fails
Package: vcg Version: 1.30debian-3 Followup-For: Bug #270899 Upstream build system is concerned. How about the attached patch? It does no harm to me. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15-1-686-smp Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages vcg depends on: ii libc6 2.3.6-3GNU C Library: Shared libraries an ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte vcg recommends no packages. -- no debconf information --- vcg-1.30debian.orig/demo/Makefile +++ vcg-1.30debian/demo/Makefile @@ -175,7 +175,7 @@ # We do not install everything but only the useful tools # install: $(INSTALLBINARIES) - - $(INSTALLDIR) $(BINDIR) + $(INSTALLDIR) $(BINDIR) for i in $(INSTALLBINARIES) ;\ do \ m=`echo $(INSTALL) | $(SED) -e "s/dummy/$$i/g"`; \ --- vcg-1.30debian.orig/man/Makefile +++ vcg-1.30debian/man/Makefile @@ -103,7 +103,7 @@ # We do not install everything but only the useful tools # install: $(MANFILES) - -$(INSTALLDIR) $(MANDIR) + $(INSTALLDIR) $(MANDIR) $(CP) vcg.man xvcg.man for i in $(INSTALLMANPAGES) xvcg;\ do \ --- vcg-1.30debian.orig/src/Makefile +++ vcg-1.30debian/src/Makefile @@ -262,7 +262,7 @@ # We do not install everything but only the useful tools # install: $(INSTALLBINARIES) - -$(INSTALLDIR) $(BINDIR) + $(INSTALLDIR) $(BINDIR) for i in $(INSTALLBINARIES) ;\ do \ m=`echo $(INSTALL) | $(SED) -e "s/dummy/$$i/g"`; \
Bug#224255: please elaborate about license status in /usr/share/doc/vcg/*
Package: vcg Version: 1.30debian-3 Followup-For: Bug #224255 I will suggest the README.Debian file. How about the attached patch? -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15-1-686-smp Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages vcg depends on: ii libc6 2.3.6-3GNU C Library: Shared libraries an ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte vcg recommends no packages. -- no debconf information --- vcg-1.30debian.orig/debian/README.Debian +++ vcg-1.30debian/debian/README.Debian @@ -0,0 +1,10 @@ +VCG for Debian +- + +VCG is distributed under GPL but some files are obfuscated. + +To remove this oddity, +src/step1.c, src/step2.c, src/step3.c, src/step4.c and src/tree.c +have been reverted to an older but un-uglified version. + + -- Somebody <[EMAIL PROTECTED]>, Wed Mar 1 10:59:17 UTC 2006
Bug#202537: Please mention xvcg in description
Package: vcg Version: 1.30debian-3 Followup-For: Bug #202537 How about the attached patch? I can not test it. I install the fresh vcg_1.30debian-3_i386.deb. "dpkg -s vcg" mentions xvcg. But "apt-cache search xvcg" still finds nothing. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15-1-686-smp Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages vcg depends on: ii libc6 2.3.6-3GNU C Library: Shared libraries an ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte vcg recommends no packages. -- no debconf information --- vcg-1.30debian.orig/debian/control +++ vcg-1.30debian/debian/control @@ -17,4 +17,4 @@ language of the VCG tool is nearly compatible to GRL, the language of the edge tool, but contains many extensions. The VCG tool allows folding of dynamically or statically specified - regions of the graph. It uses colors and runs on X11. + regions of the graph. xvcg uses colors and runs on X11.
manpages-fi_0.2-3_i386.changes ACCEPTED
Accepted: manpages-fi_0.2-3.dsc to pool/main/m/manpages-fi/manpages-fi_0.2-3.dsc manpages-fi_0.2-3.tar.gz to pool/main/m/manpages-fi/manpages-fi_0.2-3.tar.gz manpages-fi_0.2-3_all.deb to pool/main/m/manpages-fi/manpages-fi_0.2-3_all.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
manpages-fi override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): manpages-fi_0.2-3_all.deb: package says priority is optional, override says extra. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please reply to this mail and explain why. [NB: this is an automatically generated mail; if you replied to one like it before and have not received a response yet, please ignore this mail. Your reply needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#152128: xvcg dies with segfault
Package: vcg Version: 1.30debian-3 Followup-For: Bug #152128 Non-interactive work is OK (-psoutput or -vcgoutput). Interactively, I get a segmentation fault. Before rebuilding the package, I set the DEB_BUILD_OPTIONS environment variable. With: $ export DEB_BUILD_OPTIONS="nostrip" I can install an unstriped version. The code is hard to debug because it abuses function-like C preprocessor macros. I get a workable version by setting DEB_BUILD_OPTIONS to "noopt". -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15-1-686-smp Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages vcg depends on: ii libc6 2.3.6-3GNU C Library: Shared libraries an ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte vcg recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
goobox 0.9.93-1 MIGRATED to testing
FYI: The status of the goobox source package in Debian's testing distribution has changed. Previous version: 0.9.91-1.1 Current version: 0.9.93-1 -- This email is automatically generated; [EMAIL PROTECTED] is responsible. See http://people.debian.org/~henning/trille/ for more information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#152128: xvcg dies with segfault
On Fri, Mar 03, 2006 at 11:05:44PM +0100, Ahmed Baizid wrote: > Package: vcg > Version: 1.30debian-3 > Followup-For: Bug #152128 > > Non-interactive work is OK (-psoutput or -vcgoutput). > > Interactively, I get a segmentation fault. > > Before rebuilding the package, > I set the DEB_BUILD_OPTIONS environment variable. > With: > $ export DEB_BUILD_OPTIONS="nostrip" Can you send a stacktrace of the segfault? Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]