Bug#659832: Retitle and change severity after testing

2012-03-03 Thread Meike Reichle
tag 659832 + help wheezy sid

severity 659832 normal

retitle 659832 new version of login causes error messages on execution

thanks

I've just looked over this bug and as far as I can see, the new version of
login only causes sux to print the aforementioned error messages but does
not influence its general functioning. I tried running different programs
in a sux shell and they all seem to work as before. I therefore changed
the severity and title of this bug to reflect this. The messages may be
annoying but they do not make the package in question unusable or mostly
so, or cause data loss, or introduce a security hole allowing access to
the accounts of users who use the package. [0]

If anyone has a test case that does indeed render sux unusable, that is,
it did work with the old sux but not any more with the new one, please let
me know.

I've further tagged the package to reflect that this bug only occurs in
testing and unstable but does not affect stable.

Please notice that I am currently in VAC status (marked as temporarily
absent from the Debian project) so further replies to this bug report may
be delayed (as was this one). Because of this I've also tagged this bug
help. If anyone else knows a solution for this feel free to let me know or
NMU.

Kind regards,
Meike Reichle


[0] http://www.debian.org/Bugs/Developer#severities



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



Bug#554737: gpivtools: diff for NMU version 0.6.0-1.1

2011-12-04 Thread Meike Reichle
Gerber van der Graaf @ 03/12/11 18:42:
 Great! Is there any action expected from my side? Thank you very much
 for all. Gerber van der Graaf

The package has already been uploaded to the archive. It would be nice if
you could acknowledge [0] the NMU in your next maintainer upload.

Kind regards,
Meike


[0]
http://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu-maintainer




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



Bug#555753: moon-lander: diff for NMU version 1.0-4.1

2011-12-03 Thread Meike Reichle
Dear maintainer,

I've prepared an NMU for moon-lander (versioned as 1.0-4.1). The diff is
attached to this message.

Regards.
diff -u moon-lander-1.0/debian/changelog moon-lander-1.0/debian/changelog
--- moon-lander-1.0/debian/changelog
+++ moon-lander-1.0/debian/changelog
@@ -1,3 +1,12 @@
+moon-lander (1:1.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with binutils-gold, added missing link to libm 
+(Thanks to Paul Merrill ) (Closes: #555753)
+  * Urgency set to medium, rc Bug fix
+
+ -- Meike Reichle me...@debian.org  Sat, 03 Dec 2011 11:44:55 +0100
+
 moon-lander (1:1.0-4) unstable; urgency=low
 
   * Add remaining fuel to score, closes: #347240.
diff -u moon-lander-1.0/Makefile moon-lander-1.0/Makefile
--- moon-lander-1.0/Makefile
+++ moon-lander-1.0/Makefile
@@ -2,7 +2,7 @@
 CFLAGS+=-Wall `sdl-config --cflags` 
 CC=gcc
 
-LIBS=SDL_image `sdl-config --libs`
+LIBS=SDL_image `sdl-config --libs` -lm
 
 C_FILES=moon_lander.c game_lib.c DT_drawtext.c
 OBJ_FILES=moon_lander.o game_lib.o DT_drawtext.o 


Bug#554737: gpivtools: diff for NMU version 0.6.0-1.1

2011-12-03 Thread Meike Reichle
Dear maintainer,

I've prepared an NMU for gpivtools (versioned as 0.6.0-1.1). The diff is
attached to this message.

Regards.

diff -u gpivtools-0.6.0/debian/changelog gpivtools-0.6.0/debian/changelog
--- gpivtools-0.6.0/debian/changelog
+++ gpivtools-0.6.0/debian/changelog
@@ -1,3 +1,12 @@
+gpivtools (0.6.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with binutils-gold add link to libm
+(thanks Mahyuddin Susanto) (Closes: #554737)
+  * Changed urgency to medium
+
+ -- root me...@debian.org  Sat, 03 Dec 2011 14:09:44 +0100
+
 gpivtools (0.6.0-1) unstable; urgency=low
 
   * New upstream release
diff -u gpivtools-0.6.0/debian/patches/00list 
gpivtools-0.6.0/debian/patches/00list
--- gpivtools-0.6.0/debian/patches/00list
+++ gpivtools-0.6.0/debian/patches/00list
@@ -1,0 +2 @@
+02_fix_ftbfs_binutils-gold.dpatch
only in patch2:
unchanged:
--- gpivtools-0.6.0.orig/debian/patches/02_fix_ftbfs_binutils-gold.dpatch
+++ gpivtools-0.6.0/debian/patches/02_fix_ftbfs_binutils-gold.dpatch
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Description: Fix FTBFS binutils-gold
+## Author: Mahyuddin Susanto udi...@ubuntu.com
+## Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554737
+
+@DPATCH@
+diff -urNad gpivtools-0.6.0~/src/misc/Makefile.am 
gpivtools-0.6.0/src/misc/Makefile.am
+--- gpivtools-0.6.0~/src/misc/Makefile.am  2008-10-09 21:49:30.0 
+0700
 gpivtools-0.6.0/src/misc/Makefile.am   2011-01-29 07:36:56.060743848 
+0700
+@@ -73,4 +73,4 @@
+   fi-keyline.pl
+ 
+ INCLUDES  = @GLIB_CFLAGS@ -I $(RTA_TOPDIR)/include -I . -I 
$(K_TOPDIR)/include
+-LDADD = @GLIB_LIBS@
++LDADD = @GLIB_LIBS@ -lm
+diff -urNad gpivtools-0.6.0~/src/misc/Makefile.in 
gpivtools-0.6.0/src/misc/Makefile.in
+--- gpivtools-0.6.0~/src/misc/Makefile.in  2008-10-09 22:29:23.0 
+0700
 gpivtools-0.6.0/src/misc/Makefile.in   2011-01-29 07:37:55.240743789 
+0700
+@@ -241,7 +241,7 @@
+   fi-keyline.pl
+ 
+ INCLUDES = @GLIB_CFLAGS@ -I $(RTA_TOPDIR)/include -I . -I $(K_TOPDIR)/include
+-LDADD = @GLIB_LIBS@
++LDADD = @GLIB_LIBS@ -lm
+ all: all-am
+ 
+ .SUFFIXES:
+


Bug#524924: Bug no longer reproducible with new version

2010-10-11 Thread Meike Reichle

Hi

I've just uploaded a new version of sux. I've added a patch with which
I can no longer reproduce the bug, neither on KDE nor Gnome or XFCE4.

If you still experience problems please let me know and try to provide 
further details.


Best,
Meike





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



Bug#527215: tulip: diff for NMU version 3.1.2-2.2

2010-01-24 Thread Meike Reichle
Dear maintainer,

sorry for not informing you about the intended NMU. I used a borrowed Laptop
during the BSP[0] and did not notice the mails I generated weren't sent out. It
wasn't meant as an offence. I generated the patch again and attached it to this
mail. 

Regards,
Meike

[0] http://lists.debian.org/debian-devel-announce/2009/12/msg0.html
diff -u tulip-3.1.2/debian/changelog tulip-3.1.2/debian/changelog
--- tulip-3.1.2/debian/changelog
+++ tulip-3.1.2/debian/changelog
@@ -1,3 +1,10 @@
+tulip (3.1.2-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added missing headers for gcc4.4 (Closes: #527215) 
+
+ -- Meike Reichle me...@debian.org  Sat, 23 Jan 2010 23:46:34 +0100
+
 tulip (3.1.2-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- tulip-3.1.2.orig/patch
+++ tulip-3.1.2/patch
@@ -0,0 +1,42 @@
+--- library/tulip-ogl/src/GlFeedBackRecorder.cpp~	2009-05-06 07:17:30.0 +
 library/tulip-ogl/src/GlFeedBackRecorder.cpp	2009-05-06 07:17:36.0 +
+@@ -11,6 +11,7 @@
+ */
+ #include tulip/GlFeedBackRecorder.h
+ 
++#include cstdio
+ #include iostream
+ 
+ using namespace std;
+--- library/tulip-qt/src/SGHierarchyWidget.cpp~	2009-05-06 07:19:49.0 +
 library/tulip-qt/src/SGHierarchyWidget.cpp	2009-05-06 07:19:54.0 +
+@@ -13,6 +13,7 @@
+ #include config.h
+ #endif
+ 
++#include cstdio
+ #include iostream
+ 
+ #include QtGui/qinputdialog.h
+--- library/tulip-qt/src/MainController.cpp~	2009-05-06 07:28:39.0 +
 library/tulip-qt/src/MainController.cpp	2009-05-06 07:28:49.0 +
+@@ -11,6 +11,8 @@
+ */
+ #include tulip/MainController.h
+ 
++#include cstdio
++
+ #include QtGui/QDockWidget
+ #include QtGui/QWorkspace
+ #include QtGui/QToolBar
+--- plugins/import/dotImportCLUT.h~	2009-05-06 07:34:14.0 +
 plugins/import/dotImportCLUT.h	2009-05-06 07:34:23.0 +
+@@ -10,6 +10,7 @@
+  (at your option) any later version.
+ */
+ 
++#include cstdio
+ 
+ struct X11Color
+ {
+
only in patch2:
unchanged:
--- tulip-3.1.2.orig/library/tulip-qt/src/MainController.cpp
+++ tulip-3.1.2/library/tulip-qt/src/MainController.cpp
@@ -11,6 +11,8 @@
 */
 #include tulip/MainController.h
 
+#include cstdio
+
 #include QtGui/QDockWidget
 #include QtGui/QWorkspace
 #include QtGui/QToolBar
only in patch2:
unchanged:
--- tulip-3.1.2.orig/library/tulip-qt/src/SGHierarchyWidget.cpp
+++ tulip-3.1.2/library/tulip-qt/src/SGHierarchyWidget.cpp
@@ -13,6 +13,7 @@
 #include config.h
 #endif
 
+#include cstdio
 #include iostream
 
 #include QtGui/qinputdialog.h
only in patch2:
unchanged:
--- tulip-3.1.2.orig/library/tulip-ogl/src/GlFeedBackRecorder.cpp
+++ tulip-3.1.2/library/tulip-ogl/src/GlFeedBackRecorder.cpp
@@ -11,6 +11,7 @@
 */
 #include tulip/GlFeedBackRecorder.h
 
+#include cstdio
 #include iostream
 
 using namespace std;
only in patch2:
unchanged:
--- tulip-3.1.2.orig/plugins/import/dotImportCLUT.h
+++ tulip-3.1.2/plugins/import/dotImportCLUT.h
@@ -10,6 +10,7 @@
  (at your option) any later version.
 */
 
+#include cstdio
 
 struct X11Color
 {


Bug#554987: xvier: diff for NMU version 1.0-7.5

2010-01-24 Thread Meike Reichle
tags 554987 + patch
thanks

Hi Josip, 

sorry for not informing you about the intended NMU. I used a borrowed
Laptop during the BSP[0] and did not notice the mails I generated weren't
sent out. It wasn't meant as an offence and the upload was my full
responsibility and not Uwe's. I generated the patch again and attached it
to this mail. 

Regards,
Meike

[0] http://lists.debian.org/debian-devel-announce/2009/12/msg0.html
diff -u xvier-1.0/debian/control xvier-1.0/debian/control
--- xvier-1.0/debian/control
+++ xvier-1.0/debian/control
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Josip Rodin joy-packa...@debian.org
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Build-Depends: libx11-dev, xutils-dev, libxext-dev
 
 Package: xvier
diff -u xvier-1.0/debian/changelog xvier-1.0/debian/changelog
--- xvier-1.0/debian/changelog
+++ xvier-1.0/debian/changelog
@@ -1,3 +1,17 @@
+xvier (1.0-7.5) unstable; urgency=high
+
+  * Non-maintainer upload.
+
+  [Uwe Kleine-König]
+  * fix segfault on archs that have sizeof(int)  sizeof(int*)
+(Closes: #554987)
+
+  [Meike Reichle]
+  * Bumped standards version (no further changes needed)
+  * Fixed debian-rules-ignores-make-clean-error 
+
+ -- Uwe Kleine-König u.kleine-koe...@pengutronix.de  Sat, 23 Jan 2010 19:58:26 +0100
+
 xvier (1.0-7.4) unstable; urgency=high
 
   * Non-maintainer upload, high urgency to fix RC bug.
diff -u xvier-1.0/debian/rules xvier-1.0/debian/rules
--- xvier-1.0/debian/rules
+++ xvier-1.0/debian/rules
@@ -14,7 +14,7 @@
 
 clean: debian/rules
 	test `id -u` -eq 0
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f Makefile
 	rm -f debian/substvars debian/files
 	rm -rf $(tmp)
only in patch2:
unchanged:
--- xvier-1.0.orig/vierinit.c
+++ xvier-1.0/vierinit.c
@@ -78,7 +78,7 @@
   pui++;
 }
   _p_h_ = (int *)malloc((row_col + 4 * vnum) * sizeof(int));
-  pp = (int **)malloc(row_col * sizeof(int));
+  pp = (int **)malloc(row_col * sizeof(int *));
   for (pui = i = 0; i  row_col; i++) {
 pp[i] = _p_h_ + pui;
 for (j = 0; j  vnum; j++)


Bug#553538: iog: dir-or-file-in-var-www /var/www/iog/in.gif and three others

2010-01-24 Thread Meike Reichle
Dear maintainer,

sorry for not informing you about the intended NMU. I used a borrowed
Laptop during the BSP[0] and did not notice the mails I generated weren't
sent out. It wasn't meant as an offence. I generated the patch again and
attached it to this mail.

Regards,
Meike

[0] http://lists.debian.org/debian-devel-announce/2009/12/msg0.html
diff -u iog-1.03/iog.cfg iog-1.03/iog.cfg
--- iog-1.03/iog.cfg
+++ iog-1.03/iog.cfg
@@ -27,6 +27,6 @@
 # sw2-port20:192.168.0.11:public:ifHCInOctets.20:ifHCOutOctets.20:/www/iog/
 #
-[localhost:127.0.0.1:public:sysUpTime.0:/var/www/iog]
-localhost:127.0.0.1:public:ifInOctets.2:ifOutOctets.2:/var/www/iog
+[localhost:127.0.0.1:public:sysUpTime.0:/var/lib/iog]
+localhost:127.0.0.1:public:ifInOctets.2:ifOutOctets.2:/var/lib/iog
 
 
diff -u iog-1.03/debian/rules iog-1.03/debian/rules
--- iog-1.03/debian/rules
+++ iog-1.03/debian/rules
@@ -46,8 +46,10 @@
dh_installdocs
dh_installexamples iog.cfg
dh_installcron
+   dh_link
dh_undocumented iog.1
dh_installchangelogs 
+   dh_installdebconf
dh_compress
dh_fixperms
dh_installdeb
diff -u iog-1.03/debian/changelog iog-1.03/debian/changelog
--- iog-1.03/debian/changelog
+++ iog-1.03/debian/changelog
@@ -1,3 +1,41 @@
+iog (1.03-3.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Included the patch provided by Mats Erik Andersson, which fixes
+dir-or-file-in-var-www  and offers migration if there are already
+files there (Closes: #553538)
+
+ -- Meike Reichle me...@debian.org  Sat, 23 Jan 2010 17:53:44 +0100
+
+iog (1.03-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Repair 'dir-or-file-in-var-www'. (Closes: #553538)
++ debian/NEWS: New file with package notes refering to FHS.
++ debian/README.Debian: New file with further hints.
++ debian/control: Policy compliant dependencies:
+  - Depends: Add ucf, debconf, and ${misc:Depends}.
+  - Build-Depends-Indep: po-debconf.
+  - Build-Depends: debhelper.
++ Replace '/var/www/iog' with '/var/lib/iog' in 'iog.cfg'.
++ Use 'ucf' to handle '/etc/iog.cfg'. The package ships the new
+  configuration file as '/usr/share/iog/iog.cfg'.
++ Use 'debconf' to handle the interaction needed for migrating old
+  data in '/var/www/iog/' to preferred location '/var/lib/iog/'.
+  - debian/iog.templates: New file.
+  - debian/iog.config: New file.
+  - debian/po/*: New files.
++ debian/postinst: Now acts on '/var/lib/iog'. Registers the file
+  '/etc/iog.cfg' with 'ucf' and 'ucfr'. Uses debconf for migration.
++ debian/postrm: New file. Upon purge, deregisters '/etc/iog.cfg'
+  using 'ucf' and 'ucfr'.
++ Store images '*.gif' in '/usr/share/iog/' and symlink these
+  to '/var/lib/iog/'.
++ debian/rules: Use dh_link, dh_installdebconf.
++ debian/iog.links: New file, describes links of images.
+
+ -- Mats Erik Andersson mats.anders...@gisladisker.se  Tue, 19 Jan 2010 
12:28:05 +0100
+
 iog (1.03-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u iog-1.03/debian/control iog-1.03/debian/control
--- iog-1.03/debian/control
+++ iog-1.03/debian/control
@@ -2,12 +2,13 @@
 Section: net
 Priority: extra
 Maintainer: Mark Purcell m...@debian.org
-Build-Depends-Indep: debhelper ( 3.0.0)
+Build-Depends: debhelper ( 3.0.0)
+Build-Depends-Indep: po-debconf
 Standards-Version: 3.5.2
 
 Package: iog
 Architecture: all
-Depends: libsnmp-session-perl
+Depends: libsnmp-session-perl, ucf, debconf, ${misc:Depends}
 Recommends: snmpd
 Description: Network I/O byte grapher
  IOG is a network I/O byte grapher made to graph cumulative KB/MB/GB
diff -u iog-1.03/debian/iog.install iog-1.03/debian/iog.install
--- iog-1.03/debian/iog.install
+++ iog-1.03/debian/iog.install
@@ -1,3 +1,3 @@
-*.gif  var/www/iog/
+*.gif  usr/share/iog/
 iogusr/sbin/
-iog.cfg etc/
+iog.cfg usr/share/iog/
diff -u iog-1.03/debian/dirs iog-1.03/debian/dirs
--- iog-1.03/debian/dirs
+++ iog-1.03/debian/dirs
@@ -3 +3,2 @@
-var/www/iog
+usr/share/iog
+var/lib/iog
diff -u iog-1.03/debian/postinst iog-1.03/debian/postinst
--- iog-1.03/debian/postinst
+++ iog-1.03/debian/postinst
@@ -11,10 +11,34 @@
 #  failed-install-package version `removing'
 #  conflicting-package version
 
+LIBRARY=/usr/share/iog
+OLDLOCATION=/var/www/iog
+NEWLOCATION=/var/lib/iog
+
+CONFIG=/etc/iog.cfg
+PKGCONFIG=$LIBRARY/iog.cfg
+
 case $1 in
 configure)
 
-   chown -R www-data.www-data /var/www/iog
+   chown -R www-data:www-data /var/lib/iog
+   test -x /usr/bin/ucf  ucf --three-way --debconf-ok $PKGCONFIG $CONFIG
+   test -x /usr/bin/ucfr  ucfr iog $CONFIG
+
+   # Detect an old page depository and activate the desired location.
+
+   if [ -f $OLDLOCATION/uptimes.pag ]
+   then
+   . /usr/share/debconf/confmodule
+   db_get iog/migrate || RET=false
+   if [ $RET = true

Bug#545651: A patch fixing two bugs and revealing a third

2010-01-22 Thread Meike Reichle
Hi,

this patch changes debian/rules to build against itcl3.4 instead of
itcl3.2 and against itk3.3 instead of itk3.2. Applying it has you end up
with another error though:

eval.c: In function 'evaluate_subexp_standard':
eval.c:1676: error: 'subscript_array' may be used uninitialized in this
function
make[3]: *** [eval.o] Error 1
make[3]: Leaving directory `/tmp/buildd/insight-6.7.1.dfsg.1/gdb'
make[2]: *** [all-gdb] Error 2
make[2]: Leaving directory `/tmp/buildd/insight-6.7.1.dfsg.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/insight-6.7.1.dfsg.1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env
I: removing directory /var/cache/pbuilder/build//3163 and its subdirectories

Regards,
Meike
--- insight-6.7.1.dfsg.1/debian/rules	2010-01-22 22:51:36.0 +0100
+++ /tmp/insight-6.7.1.dfsg.1/debian/rules	2010-01-22 22:50:51.0 +0100
@@ -33,8 +33,8 @@
 	--with-tclconfig=/usr/lib/tcl8.4 \
 	--with-tkinclude=/usr/include/tcl8.4/tk-private \
 	--with-tkconfig=/usr/lib/tk8.4 \
-	--with-itclconfig=/usr/share/tcltk/itcl3.2 \
-	--with-itkconfig=/usr/share/tcltk/itk3.2 \
+	--with-itclconfig=/usr/share/tcltk/itcl3.4 \
+	--with-itkconfig=/usr/share/tcltk/itk3.3 \
 	--enable-sim
 
 


Bug#479442: vim-runtime contains non-free files

2008-05-04 Thread Meike Reichle
Package: vim
Version: 1:7.1-266+1
Severity: serious
Justification: Policy 2.2.1


The vim help files that are installed in /usr/share/vim/vim71/doc/ are
licensed under the OPL, (see usr_01.txt for the exact copyright notice)
which is considered non-free according to
http://lists.debian.org/debian-legal/2004/03/msg00226.html.

Best regards,
Meike

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages vim depends on:
ii  libacl1   2.2.45-1   Access control list shared library
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libgpmg1  1.20.3~pre3-3  General Purpose Mouse - shared lib
ii  libncurses5   5.6+20080203-1 Shared libraries for terminal hand
ii  vim-common1:7.1-266+1Vi IMproved - Common files
ii  vim-runtime   1:7.1-266+1Vi IMproved - Runtime files

vim recommends no packages.

-- no debconf information



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



Bug#479442: closed by James Vega [EMAIL PROTECTED] (Re: Bug#479442: vim-runtime contains non-free files)

2008-05-04 Thread Meike Reichle
Thanks for the clarification and sorry for not noticing #384019 earlier. :)

Best,
Meike



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



Bug#465782: Improved patch

2008-03-21 Thread Meike Reichle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi again,

please find attached an improved version of the previous patch. This
time including an upgrade path in preinst.

Best regards,
Meike
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH48/GuT3KDxRRCVsRAt2yAJ9jp6u9bGOnJIlQ698nIXIg6RcD5gCgoRuX
a3hpLHamANfuiaQfv7lvZeg=
=QlBn
-END PGP SIGNATURE-
diff -Nur isns-2.1-01+dfsg/debian/changelog isns-2.1-01+dfsg_meike/debian/changelog
--- isns-2.1-01+dfsg/debian/changelog	2008-03-20 19:07:54.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/changelog	2008-03-21 15:27:15.0 +0100
@@ -1,3 +1,11 @@
+isns (2.1-01+dfsg-2.1) unstable; urgency=low
+
+  * NMU: created patches/iSNSLinux.c_var_lib.patch and changed
+dirs (Closes: #465782)
+  * Added preinst in order to ensure upgrade path
+
+ -- Meike Reichle [EMAIL PROTECTED]  Fri, 21 Mar 2008 15:26:28 +0100
+
 isns (2.1-01+dfsg-2) unstable; urgency=low
 
   * Fix location of pid file (Closes: #462006)
diff -Nur isns-2.1-01+dfsg/debian/dirs isns-2.1-01+dfsg_meike/debian/dirs
--- isns-2.1-01+dfsg/debian/dirs	2008-03-20 19:07:52.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/dirs	2008-03-21 16:04:12.0 +0100
@@ -1,2 +1,2 @@
-usr/bin
 usr/sbin
+var/lib/isns
diff -Nur isns-2.1-01+dfsg/debian/patches/iSNSLinux.c_var_lib.patch isns-2.1-01+dfsg_meike/debian/patches/iSNSLinux.c_var_lib.patch
--- isns-2.1-01+dfsg/debian/patches/iSNSLinux.c_var_lib.patch	1970-01-01 01:00:00.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/patches/iSNSLinux.c_var_lib.patch	2008-03-20 19:08:18.0 +0100
@@ -0,0 +1,16 @@
+Index: isns-2.1-01+dfsg/isnsserver/src/iSNSLinux.c
+===
+--- isns-2.1-01+dfsg.orig/isnsserver/src/iSNSLinux.c	2008-03-20 14:30:43.0 +0100
 isns-2.1-01+dfsg/isnsserver/src/iSNSLinux.c	2008-03-20 14:33:10.0 +0100
+@@ -210,8 +210,9 @@
+   }
+}
+ 
+-   rc = mkdir(/var/isns,0777);
+-   rc = chdir(/var/isns);
++   //rc = mkdir(/var/isns,0777);
++   //In Debian this belongs in /var/lib/isns, created by dh_installdirs
++   rc = chdir(/var/lib/isns);
+ 
+if (daemon_state == TRUE)
+{
diff -Nur isns-2.1-01+dfsg/debian/patches/series isns-2.1-01+dfsg_meike/debian/patches/series
--- isns-2.1-01+dfsg/debian/patches/series	2008-03-20 19:07:53.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/patches/series	2008-03-20 19:08:18.0 +0100
@@ -1,3 +1,4 @@
 # 01_Makefile.patch
 # 02_Makefile.patch
 iSNSLinux.c.patch
+iSNSLinux.c_var_lib.patch
diff -Nur isns-2.1-01+dfsg/debian/preinst isns-2.1-01+dfsg_meike/debian/preinst
--- isns-2.1-01+dfsg/debian/preinst	1970-01-01 01:00:00.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/preinst	2008-03-21 15:59:52.0 +0100
@@ -0,0 +1,43 @@
+#!/bin/sh
+# preinst script for #PACKAGE#
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#* new-preinst `install'
+#* new-preinst `install' old-version
+#* new-preinst `upgrade' old-version
+#* old-preinst `abort-upgrade' new-version
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case $1 in
+upgrade)
+	if [ -d /var/isns ]
+	then
+		mkdir -p /var/lib/isns/
+		cp /var/isns/* /var/lib/isns/
+		rm -rf /var/isns/
+	fi
+;;
+
+install|abort-upgrade)
+;;
+
+*)
+echo preinst called with unknown argument \`$1' 2
+exit 1
+;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+


Bug#465782: Created a patch

2008-03-20 Thread Meike Reichle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 465782 + patch

thanks

Hi Martin,

I created a patch that should fix this bug. I removed the creation of
/var/isns from the source code, added the creation of /var/lib/isns to
debian/dirs, and changes that code accordingly.

HTH,
Meike

PS: I noticed you debian/dirs contains /usr/bin but you don't seem to
actually use that directory, so I guess that could be removed.
- --
___   ___
   ( m \v/ r )
irc: alphascorpii  web:  www.alphascorpii.net   \ a | s /
GPG: 0x1451095Bblog: blog.alphascorpii.net   {_/ \_}
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH4ruHuT3KDxRRCVsRAmvBAJwOVWh8+W8djAXE3JLCvaiu6lhCZQCfRCd9
Tk95m13QVJTV3tk7duJyc8w=
=QJW2
-END PGP SIGNATURE-
diff -Nur isns-2.1-01+dfsg/debian/changelog isns-2.1-01+dfsg_meike/debian/changelog
--- isns-2.1-01+dfsg/debian/changelog	2008-03-20 14:37:18.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/changelog	2008-03-20 15:58:57.0 +0100
@@ -1,3 +1,10 @@
+isns (2.1-01+dfsg-2.1) unstable; urgency=low
+
+  * NMU: created patches/iSNSLinux.c_var_lib.patch and changed 
+dirs (Closes: #465782)
+
+ -- Meike Reichle [EMAIL PROTECTED]  Thu, 20 Mar 2008 15:02:55 +0100
+
 isns (2.1-01+dfsg-2) unstable; urgency=low
 
   * Fix location of pid file (Closes: #462006)
diff -Nur isns-2.1-01+dfsg/debian/dirs isns-2.1-01+dfsg_meike/debian/dirs
--- isns-2.1-01+dfsg/debian/dirs	2008-03-20 14:37:18.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/dirs	2008-03-20 13:53:50.0 +0100
@@ -1,2 +1,3 @@
 usr/bin
 usr/sbin
+var/lib/isns
diff -Nur isns-2.1-01+dfsg/debian/patches/iSNSLinux.c_var_lib.patch isns-2.1-01+dfsg_meike/debian/patches/iSNSLinux.c_var_lib.patch
--- isns-2.1-01+dfsg/debian/patches/iSNSLinux.c_var_lib.patch	1970-01-01 01:00:00.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/patches/iSNSLinux.c_var_lib.patch	2008-03-20 14:35:01.0 +0100
@@ -0,0 +1,16 @@
+Index: isns-2.1-01+dfsg/isnsserver/src/iSNSLinux.c
+===
+--- isns-2.1-01+dfsg.orig/isnsserver/src/iSNSLinux.c	2008-03-20 14:30:43.0 +0100
 isns-2.1-01+dfsg/isnsserver/src/iSNSLinux.c	2008-03-20 14:33:10.0 +0100
+@@ -210,8 +210,9 @@
+   }
+}
+ 
+-   rc = mkdir(/var/isns,0777);
+-   rc = chdir(/var/isns);
++   //rc = mkdir(/var/isns,0777);
++   //In Debian this belongs in /var/lib/isns, created by dh_installdirs
++   rc = chdir(/var/lib/isns);
+ 
+if (daemon_state == TRUE)
+{
diff -Nur isns-2.1-01+dfsg/debian/patches/series isns-2.1-01+dfsg_meike/debian/patches/series
--- isns-2.1-01+dfsg/debian/patches/series	2008-03-20 14:37:18.0 +0100
+++ isns-2.1-01+dfsg_meike/debian/patches/series	2008-03-20 14:30:02.0 +0100
@@ -1,3 +1,4 @@
 # 01_Makefile.patch
 # 02_Makefile.patch
 iSNSLinux.c.patch
+iSNSLinux.c_var_lib.patch


Bug#467104: Fixed Dependency Bug

2008-03-20 Thread Meike Reichle
tags 467104 + patch

thanks

Hi,

I created a patch that should solve the problem. I tested it using
pbuilder and it seems to work.

HTH,
Meike
--- xsp-1.2.5/debian/control	2008-03-20 21:54:36.0 +0100
+++ /tmp/control	2008-03-20 21:51:51.0 +0100
@@ -12,7 +12,9 @@
  libmono-system-web1.0-cil,
  libmono-system-web2.0-cil,
  libmono-security1.0-cil,
- libmono-security2.0-cil
+ libmono-security2.0-cil,
+ libmono1.0-cil,
+ libmono2.0-cil
 Standards-Version: 3.7.3
 Homepage: http://www.mono-project.com/ASP.NET
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/xsp/trunk/


Bug#469721: Wrote a patch

2008-03-20 Thread Meike Reichle
tags 469721 + patch

thanks

Hi

I wrote a patch that should fix that problem. I removed the respective
lines from the Makefile and installed the examples using dh_installexamples

HTH,
Meike
diff -Nur multitail-5.2.0/debian/patches/01_makefile_fixes.dpatch multitail-5.2.0_meike/debian/patches/01_makefile_fixes.dpatch
--- multitail-5.2.0/debian/patches/01_makefile_fixes.dpatch	2008-03-20 22:46:38.0 +0100
+++ multitail-5.2.0_meike/debian/patches/01_makefile_fixes.dpatch	2008-03-20 22:27:52.0 +0100
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad multitail-4.3.4~/Makefile multitail-4.3.4/Makefile
 multitail-4.3.4~/Makefile	2007-03-20 14:32:22.0 +0100
-+++ multitail-4.3.4/Makefile	2007-03-20 14:41:39.0 +0100
-@@ -19,16 +19,14 @@
+diff -urNad multitail-5.2.0~/Makefile multitail-5.2.0/Makefile
+--- multitail-5.2.0~/Makefile	2007-07-09 09:24:18.0 +0200
 multitail-5.2.0/Makefile	2008-03-20 22:27:49.0 +0100
+@@ -19,17 +19,15 @@
  	ccmalloc --no-wrapper $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o ccmultitail
  
  install: multitail
@@ -23,10 +23,13 @@
 -	### YOURSELF WITH THE NEW FILE
 -	#
 -	cp multitail.conf $(DESTDIR)/etc/multitail.conf.new
+-	mkdir -p $(DESTDIR)/etc/multitail/
+-	cp convert-* colors-* $(DESTDIR)/etc/multitail/
 +	mkdir -p $(DESTDIR)/usr/share/doc/multitail
 +	cp *.txt manual*.html $(DESTDIR)/usr/share/doc/multitail
- 	mkdir -p $(DESTDIR)/etc/multitail/
++	#mkdir -p $(DESTDIR)/etc/multitail/
 +	cp multitail.conf $(DESTDIR)/etc/multitail.conf
- 	cp convert-* colors-* $(DESTDIR)/etc/multitail/
++	#cp convert-* colors-* $(DESTDIR)/etc/multitail/
  	rm -f $(DESTDIR)/usr/share/man/man1/multitail.1.gz
  	gzip -9 $(DESTDIR)/usr/share/man/man1/multitail.1
+ 	#
diff -Nur multitail-5.2.0/debian/rules multitail-5.2.0_meike/debian/rules
--- multitail-5.2.0/debian/rules	2008-03-20 22:46:38.0 +0100
+++ multitail-5.2.0_meike/debian/rules	2008-03-20 22:39:09.0 +0100
@@ -61,6 +61,7 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installman
+	dh_installexamples colors-example.pl colors-example.sh convert-geoip.pl convert-simple.pl
 	dh_link
 	dh_strip
 	dh_compress


Bug#363555: Trying to save a new todo item makes yank crash

2006-04-19 Thread Meike Reichle
Package: yank
Version: 0.2.1-7.2
Severity: grave
Justification: renders package unusable

When trying to save a new todo item in yank it crashes with the
following error message:

Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 7797 error_code 8 request_code 62 minor_code 0

I tried saving different todo items and it seems that as soon as I pick 
an end date from the calendar and hit 'save' or 'apply' the program
crashes. The number after 'serial' is a different one every time, the 
rest of the error message is the same.
  

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages yank depends on:
ii  debconf   1.4.72 Debian configuration management sy
ii  gconf 1.0.9-7.1  GNOME configuration database syste
ii  gdk-imlib11.9.14-29  compatibility package for gdk-imli
ii  libart2   1.4.2-32   The GNOME canvas widget - runtime 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libdb33.2.9-25   Berkeley v3 Database Libraries [ru
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgal23  0.24-6 G App Libs (run time library)
ii  libgconf111.0.9-7.1  GNOME configuration database syste
ii  libgdk-pixbuf-gnome2  0.22.0-11  The GNOME1 Canvas pixbuf library
ii  libgdk-pixbuf20.22.0-11  The GdkPixBuf image library, gtk+ 
ii  libglade-gnome0   1:0.17-5   Library to load .glade files at ru
ii  libglade0 1:0.17-5   Library to load .glade files at ru
ii  libglib1.21.2.10-10.1The GLib library of C routines
ii  libgnome321.4.2-32   The GNOME libraries
ii  libgnomeprint15   0.37-11The GNOME Print architecture - run
ii  libgnomesupport0  1.4.2-32   The GNOME libraries (Support libra
ii  libgnomeui32  1.4.2-32   The GNOME libraries (User Interfac
ii  libgtk1.2 1.2.10-18  The GIMP Toolkit set of widgets fo
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  liboaf0   0.6.10-6   The GNOME Object Activation Framew
ii  liborbit0 0.5.17-11.1Libraries for ORBit - a CORBA ORB
ii  libpisock80.11.8-21  Library for communicating with a P
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libwrap0  7.6.dbs-9  Wietse Venema's TCP wrappers libra
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxml1   1:1.8.17-13GNOME XML library
ii  oaf   0.6.10-6   The GNOME Object Activation Framew
ii  xlibs 6.9.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-11 compression library - runtime

yank recommends no packages.

-- no debconf information



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



Bug#361952: Please examine Bug#361952

2006-04-12 Thread Meike Reichle
Hi

Frank Küster said/sagte on/am 12.04.2006 07:55:
 I guess this must be a partially upgraded system, tex-common is
 installed, but not yet configured properly, and tetex-bin (and probably
 -base) is still at the old version.  tetex-bin_2.0.2-31 means that he is
 using testing, but testing has 3.0-* for ages.

This (the partially upgraded system) might be the source of the problem.
I just went through a full upgrade + dist-upgrade that also got me the
new tetex-bin (3.0-15). So, I am sorry, I cannot do any more tests on
the old version.

Anyway, could it be (just guessing here) that this problem was caused by
a missing version dependency? As I see it tex4ht-common only requires
tetex-bin not a particular minimum version. So this might also be a
problem on other systems with an old version of tetex-bin.

Regards,
Meike


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



Bug#361952: tex4ht-common: Package uninstallable due to missing configuration file

2006-04-11 Thread Meike Reichle
Package: tex4ht-common
Version: 20060312-1
Severity: grave
Justification: renders package unusable


Installing tex4ht-common fails with this error message:

update-texmf: Basic configuration file /etc/texmf/texmf.d/05TeXMF.cnf
missing.

It can be (quick)fixed doing a touch /etc/texmf/texmf.d/05TeXMF.cnf

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tex4ht-common depends on:
ii  tetex-bin 2.0.2-31   The teTeX binary files

Versions of packages tex4ht-common recommends:
ii  dvipng1.5-2.1convert PNG graphics from DVI file
ii  tex4ht20060312-1 LaTeX and TeX for Hypertext (HTML)
ii  zip   2.31-3 Archiver for .zip files

-- no debconf information



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