Bug#1003579: wsl: destroys files/directories named 'temp'

2022-01-11 Thread Bernd Zeimetz
Package: wsl
Version: 0.2.1-2
Severity: grave

hi,

when sourcing /usr/share/wsl/wsl-functions, files or directories named
temp are overwritten or renamed to .wslrun, depending on if it is a file
or directory. Errors are not handled at all...

 cat ${MYENV} | grep -v "^#" | sort | uniq >temp
   echo "# history ends #" >>temp
   /bin/mv temp ${MYENV}


Made my temp folder unhappy. Even if its a file named 'temp', this
should never happen, especially as the created file is sourced later.

   . ${MYENV}




Cheers,

Bernd


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



Bug#775896: Bug#698982: libdumbnet RC bug fix? + Fwd: libnet-{libdnet6,frame-device,libdnet}-perl are marked for autoremoval from testing [origin: nore...@release.debian.org]

2015-02-05 Thread Bernd Zeimetz
hi,

 Ah, right, thanks for the eye-opener. Oof, yeah, I should've
 wondered why the BTS still lists the bug as open :( OK, I'll get
 right on it.

I have a fix ready to upload, if you want me to.
Patch is attached, in case you want to upload.

cheers,

bernd


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F
diff -u libdumbnet-1.12/debian/changelog libdumbnet-1.12/debian/changelog
--- libdumbnet-1.12/debian/changelog
+++ libdumbnet-1.12/debian/changelog
@@ -1,3 +1,11 @@
+libdumbnet (1.12-6) unstable; urgency=medium
+
+  * QA upload.
+  * Make people who test upgrades from testing to unstable
+happy (Closes: #775896).
+
+ -- Bernd Zeimetz b...@debian.org  Thu, 05 Feb 2015 19:06:08 +0100
+
 libdumbnet (1.12-5) unstable; urgency=medium
 
   * QA upload.
diff -u libdumbnet-1.12/debian/control libdumbnet-1.12/debian/control
--- libdumbnet-1.12/debian/control
+++ libdumbnet-1.12/debian/control
@@ -26,6 +26,7 @@
 Package: libdumbnet-dev
 Section: libdevel
 Depends: ${shlibs:Depends}, libdumbnet1 (= ${binary:Version})
+Pre-Depends: dpkg (= 1.17.14)
 Architecture: any
 Description: A dumb, portable networking library -- development files
  libdumbnet provides a simplified, portable interface to several low-level
reverted:
--- libdumbnet-1.12/debian/preinst
+++ libdumbnet-1.12.orig/debian/preinst
@@ -1,21 +0,0 @@
-#!/bin/sh
-set -e
-
-case $1 in
-install|upgrade)
-# dpkg does not replace directories by symlinks or vice versa.
-if [ -L /usr/share/doc/libdumbnet-dev ]; then
-rm -f /usr/share/doc/libdumbnet-dev
-fi
-;;
-abort-upgrade)
-;;
-*)
-echo preinst called with unknown argument \`$1' 2
-exit 1
-;;
-esac
-
-#DEBHELPER#
-
-exit 0
only in patch2:
unchanged:
--- libdumbnet-1.12.orig/debian/libdumbnet-dev.postinst
+++ libdumbnet-1.12/debian/libdumbnet-dev.postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev 
/usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev  -- $@
+
+#DEBHELPER#
+
+exit 0
only in patch2:
unchanged:
--- libdumbnet-1.12.orig/debian/libdumbnet-dev.postrm
+++ libdumbnet-1.12/debian/libdumbnet-dev.postrm
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev 
/usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev -- $@
+
+#DEBHELPER#
+
+exit 0
only in patch2:
unchanged:
--- libdumbnet-1.12.orig/debian/libdumbnet-dev.preinst
+++ libdumbnet-1.12/debian/libdumbnet-dev.preinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev 
/usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev  -- $@
+
+#DEBHELPER#
+
+exit 0


Bug#582361: Doesn't include pkg-config file in the -dev packages

2010-05-25 Thread Bernd Zeimetz
On 05/20/2010 09:48 AM, Sebastian Dröge wrote:
 the zbar -dev packages don't include the pkg-config files. Please add
 them, I need zbar.pc for gst-plugins-bad!

b...@think ~% for i in libzbargtk-dev libzbarqt-dev libzbar-dev; do dpkg -L $i |
grep pkgconfig/; done
/usr/lib/pkgconfig/zbar-gtk.pc
/usr/lib/pkgconfig/zbar-qt.pc
/usr/lib/pkgconfig/zbar.pc
b...@think ~%

b...@think ~% for i in libzbargtk-dev libzbarqt-dev libzbar-dev; do dpkg -s $i |
grep Version; done
Version: 0.10+dfsg-1
Version: 0.10+dfsg-1
Version: 0.10+dfsg-1
b...@think ~%

What are you missing?

Cheeers,

Bernd


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4bfb8d06.5040...@bzed.de



Bug#559425: Update (other files)

2010-01-27 Thread Bernd Zeimetz
Moritz Muehlenhoff wrote:
 Karl Goetz wrote:
 Hi, The following files might also be DFSG problems:

 BSDish licence + advertising clauses.
 
 BSD + advertising clause is DFSG compliant.
 
 These have no licence grant:
 ./ippd/md4.{c,h}
  radius.c
 
 This code comes from RFC 1186:
 http://tools.ietf.org/html/rfc1186
 
 These have no grant of redistribution:
 ./ipppd/md5.{c,h}
 
 It's a standard BSD-like license.
 
 None of the above are non-free. Bernd, what firmware blobs did you find? 

I only had a look into the new upstream tarball as I thought about preparing a
QA upload.

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Serious licensing issues in isdnutils

2010-01-25 Thread Bernd Zeimetz
Barry deFreese wrote:

 Aye, I have looked at this one (multiple times) and I even have a new 
 upstream release fixing what
 I could but there are some build issues.  Though I don't think it helps with 
 the content issues.
 
 If anyone is interested:  http://people.debian.org/~bdefreese/isdnutils/

Also - although I doubt it helps - Ubuntu has a package of the new upstream
version. I didn't look into it, though.

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559425: New upstream version available...but...

2010-01-24 Thread Bernd Zeimetz

Hi,

I thought that the new upstream versions might fixe some of the issues... but
after stumbling upon a bunch of binary firmware blobs I gave up. Unfortunately I
think this package needs a lot of love and time.

The first fix might be to review all licensing issues and move it to non-free if
possible.

Cheers,

Bernd
-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Serious licensing issues in isdnutils

2010-01-24 Thread Bernd Zeimetz
Hi Maintainers,

unfortunately the package isdnutils is in a very bad shape and not distributable
right now (see #559425 for details). The package is orphaned since several
months and should be removed if nobody starts to take care of it soon.
As one of you packages (build-)depends on it, you might be interested to bring
it into a better shape. There is a new upstream version available, while it
might fix licensing issues, it also comes with several non-free binary firmware
blobs... so its definitely not an easy task.

# Broken Build-Depends:
ant-phone: libcapi20-dev
asterisk-chan-capi: libcapi20-dev
bayonne: libcapi20-dev
capi4hylafax: libcapi20-dev (= 1:3.7.2005-07-09-2)
capisuite: libcapi20-dev (= 1:3.3.7)
opal: libcapi20-dev
wine: libcapi20-dev (= 1:3.3.0.20041024-2)
wine-unstable: libcapi20-dev (= 1:3.3.0.20041024-2)

Best regards,

Bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



signature.asc
Description: OpenPGP digital signature


Bug#544278: rawstudio crash after change settings

2009-09-01 Thread Bernd Zeimetz
severity 544278 important
tag 544278 unreproducible moreinfoo
thanks

Hi Alexander,

first I'd like to thank you for you bug report. I have some questions and
remarks to it:

Alexander Danilov wrote:
 Severity: critical
 Justification: breaks unrelated software

How does this break unrelated software?

 
 Rawstudio crashes after I change preferences using Edit/Preferences.
 I select Edit/Preferences, after this when I choose Show filenames in 
 iconview
 or Use system theme and then press Close button applications crashes.

Both of the described ways don't crash rawstudio here, it just works well.
Looking at your error message something is buggy at your system - like dbus not
working properly. Is there anything you could fix there?

Cheers,

Bernd


-- 
 Bernd Zeimetz Debian GNU/Linux Developer
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#418322: package is orphaned

2007-07-17 Thread Bernd Zeimetz

This package is orphaned for some time now:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352661

-- 
Bernd Zeimetz
[EMAIL PROTECTED] http://bzed.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#424375: groach: FTBFS if built twice in a row

2007-05-15 Thread Bernd Zeimetz
Package: groach
Severity: important
Version: 0.4.0-6
User: [EMAIL PROTECTED]
Usertags: qa-doublebuild

Hi,



Lucas Nussbaum has rebuilt the whole archive on i386 and your package
FTBFS if built twice in a row with the following error:


dh_clean
 dpkg-source -b groach-0.4.0
dpkg-source: building groach using existing groach_0.4.0.orig.tar.gz
dpkg-source: building groach in groach_0.4.0-6.diff.gz
dpkg-source: cannot represent change to po/sv.gmo: binary file contents changed
dpkg-source: warning: executable mode 0755 of 'depcomp' will not be represented 
in diff
dpkg-source: building groach in groach_0.4.0-6.dsc
dpkg-source: unrepresentable changes to source


The full build-log can be found at:
http://people.debian.org/~lucas/logs/2007/05/15/00_Failed_2/


About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems. All
packages have been rebuilt twice in a row, with unpack, build, clean,
build.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#424378: gsmartcard: FTBFS if built twice in a row

2007-05-15 Thread Bernd Zeimetz
Package: gsmartcard
Severity: important
Version: 0.1.5-4
User: [EMAIL PROTECTED]
Usertags: qa-doublebuild

Hi,



Lucas Nussbaum has rebuilt the whole archive on i386 and your package
FTBFS if built twice in a row with the following error:

dh_clean
 dpkg-source -b gsmartcard-0.1.5
dpkg-source: building gsmartcard using existing gsmartcard_0.1.5.orig.tar.gz
dpkg-source: building gsmartcard in gsmartcard_0.1.5-4.diff.gz
dpkg-source: cannot represent change to po/de.gmo: binary file contents changed
dpkg-source: cannot represent change to po/es.gmo: binary file contents changed
dpkg-source: building gsmartcard in gsmartcard_0.1.5-4.dsc
dpkg-source: unrepresentable changes to source

The full build-log can be found at:
http://people.debian.org/~lucas/logs/2007/05/15/00_Failed_2/


About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems. All
packages have been rebuilt twice in a row, with unpack, build, clean,
build.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#424384: gtk2-engines-wonderland: FTBFS if built twice in a row

2007-05-15 Thread Bernd Zeimetz
Package: gtk2-engines-wonderland
Severity: important
Version: 1.0-4
User: [EMAIL PROTECTED]
Usertags: qa-doublebuild

Hi,



Lucas Nussbaum has rebuilt the whole archive on i386 and your package
FTBFS if built twice in a row with the following error:

dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/user/gtk2-engines-wonderland-1.0'
Making all in Theme
make[2]: Entering directory `/build/user/gtk2-engines-wonderland-1.0/Theme'
Making all in gtk-2.0
make[3]: Entering directory 
`/build/user/gtk2-engines-wonderland-1.0/Theme/gtk-2.0'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory 
`/build/user/gtk2-engines-wonderland-1.0/Theme/gtk-2.0'
make[3]: Entering directory `/build/user/gtk2-engines-wonderland-1.0/Theme'
/bin/sh ../libtool --mode=compile gcc -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 
-DHAVE_STRING_H=1  -I. -I.  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/freetype2 -I/usr/include/libpng12  -g -O2 -c 
bluecurve_rc_style.c
/bin/sh: ../libtool: No such file or directory
make[3]: *** [bluecurve_rc_style.lo] Error 127
make[3]: Leaving directory `/build/user/gtk2-engines-wonderland-1.0/Theme'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/gtk2-engines-wonderland-1.0/Theme'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/user/gtk2-engines-wonderland-1.0'
make: *** [build-stamp] Error 2

The full build-log can be found at:
http://people.debian.org/~lucas/logs/2007/05/15/00_Failed_2/


About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems. All
packages have been rebuilt twice in a row, with unpack, build, clean,
build.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#424394: gtktalog: FTBFS if built twice in a row

2007-05-15 Thread Bernd Zeimetz
Package: gtktalog
Severity: important
Version: 1:1.0.4-4
User: [EMAIL PROTECTED]
Usertags: qa-doublebuild

Hi,



Lucas Nussbaum has rebuilt the whole archive on i386 and your package
FTBFS if built twice in a row with the following error:


 dpkg-source -b gtktalog-1.0.4
dpkg-source: building gtktalog using existing gtktalog_1.0.4.orig.tar.gz
dpkg-source: building gtktalog in gtktalog_1.0.4-4.diff.gz
dpkg-source: cannot represent change to po/de.gmo: binary file contents changed
dpkg-source: warning: executable mode 0755 of 
'debian/patches/03_Makefile.in.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
'debian/patches/01_config_parse.y.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
'debian/patches/02_gtktalog.cf.in.in.dpatch' will not be represented in diff
dpkg-source: warning: ignoring deletion of file src/gtktalog/config_lex.c
dpkg-source: warning: ignoring deletion of file src/gtktalog/config_parse.c
dpkg-source: warning: ignoring deletion of file src/gtktalog/config_parse.h
dpkg-source: warning: ignoring deletion of file gtktalog.spec
dpkg-source: building gtktalog in gtktalog_1.0.4-4.dsc
dpkg-source: unrepresentable changes to source



The full build-log can be found at:
http://people.debian.org/~lucas/logs/2007/05/15/00_Failed_2/


About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems. All
packages have been rebuilt twice in a row, with unpack, build, clean,
build.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#332945: ipkungfu: modprobes ip_nat_irc a 2nd time instead of ip_nat_ftp, missing support for other protocols

2005-10-09 Thread Bernd Zeimetz
Package: ipkungfu
Version: 0.5.2-5
Severity: normal

Hi,

in ipkungfu, line 141:
   $MODPROBE ip_nat_irc
should be corrected to
   $MODPROBE ip_nat_ftp

I'm also missing checks for other common protocols, for example tftp.
Imho the list of conntrack-modules which are loaded should be
configurable.

`
Greetings from Germany

Bernd

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]