Re: Please unblock eject

2009-05-02 Thread Luk Claes

Frank Lichtenheld wrote:

Hi.

Please let migrate eject/2.1.5+deb1+cvs20081104-6 to testing.


unblocked

Cheers

Luk


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



Please unblock eject

2009-05-01 Thread Frank Lichtenheld
Hi.

Please let migrate eject/2.1.5+deb1+cvs20081104-6 to testing.

Changelog:
   * Only try to open the device read/write if not root.
 (Partly addresses #522859)
   * Bump Standards-Version to 3.8.1 (no changes)
   * Program translations:
 - Swedish updated. Closes: #517512

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/


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



Re: Please unblock eject

2009-03-08 Thread Luk Claes
Frank Lichtenheld wrote:
 Hi.
 
 Please allow eject into testing. It is blocked because
 of its udeb.

unblocked

Cheers

Luk


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



Please unblock eject

2009-03-08 Thread Frank Lichtenheld
Hi.

Please allow eject into testing. It is blocked because
of its udeb.

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/


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



Please unblock eject/2.1.5+deb1-1

2008-08-01 Thread Frank Lichtenheld
Hi.

Please allow eject into testing. It only contains a translation update
and some very minor fixes, but due to me moving some files around in
the .orig.tar.gz the debdiff is very huge.

I realize that me finally fixing the upstream tarball to make live of
translators easier coinsided badly with the freeze, so if wanted I can
upload only the debconf translation update to lenny-proposed-updates
instead if wanted.

Anyway, here is a debdiff *without* the effects of the repacking:

diff -Nru eject-2.1.5/debian/changelog eject-2.1.5+deb1/debian/changelog
--- eject-2.1.5/debian/changelog2008-07-31 18:39:25.0 +0200
+++ eject-2.1.5+deb1/debian/changelog   2008-07-31 18:39:26.0 +0200
@@ -1,3 +1,14 @@
+eject (2.1.5+deb1-1) unstable; urgency=low
+
+  * Create new upstream tar ball so that we can get rid of
+these strange named .po files. Closes: #336792, #336810
+  * New git repository online, add Vcs-* fields.
+  * Add Homepage field.
+  * Debconf translations:
+- Lithuanian added. Closes: #490779
+
+ -- Frank Lichtenheld [EMAIL PROTECTED]  Sun, 20 Jul 2008 23:42:07 +0200
+
 eject (2.1.5-10) unstable; urgency=medium
 
   * Debconf translations:
diff -Nru eject-2.1.5/debian/control eject-2.1.5+deb1/debian/control
--- eject-2.1.5/debian/control  2008-07-31 18:39:25.0 +0200
+++ eject-2.1.5+deb1/debian/control 2008-07-31 18:39:26.0 +0200
@@ -4,6 +4,9 @@
 Build-Depends: gettext, debhelper (= 6.0.7), dpkg-dev (= 1.13.2), 
libdevmapper-dev [!kfreebsd-i386 !kfreebsd-amd64]
 Maintainer: Frank Lichtenheld [EMAIL PROTECTED]
 Standards-Version: 3.8.0
+Vcs-Git: git://git.debian.org/git/collab-maint/eject.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/eject.git
+Homepage: http://www.pobox.com/~tranter/eject.html
 
 Package: eject
 Architecture: any
diff -Nru eject-2.1.5/debian/po/lt.po eject-2.1.5+deb1/debian/po/lt.po
--- eject-2.1.5/debian/po/lt.po 1970-01-01 01:00:00.0 +0100
+++ eject-2.1.5+deb1/debian/po/lt.po2008-07-31 18:39:26.0 +0200
@@ -0,0 +1,23 @@
+# Lithuanian messages for eject package.
+# Copyright (C) 2003 Software in the Public Interest, Inc.
+# This file is distributed under the same license as package eject.
+# Kęstutis Biliūnas [EMAIL PROTECTED] 2008.
+
+msgid 
+msgstr 
+Project-Id-Version: eject\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2004-04-11 23:40+0200\n
+PO-Revision-Date: 2008-07-14 12:20+0300\n
+Last-Translator: Kęstutis Biliūnas [EMAIL PROTECTED]\n
+Language-Team: Lithuanian [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit
+
+#. Type: text
+#. description
+#: ../eject-udeb.templates:3
+msgid Eject a CD from the drive
+msgstr Išimti diską iš CD įrenginio
+
diff -Nru eject-2.1.5/eject.c eject-2.1.5+deb1/eject.c
--- eject-2.1.5/eject.c 2008-07-31 18:39:25.0 +0200
+++ eject-2.1.5+deb1/eject.c2008-07-31 18:39:26.0 +0200
@@ -665,7 +665,7 @@
 
printf(\n);
 #else
-   fprintf(stderr, _(%s: CD-ROM select speed command not supported by 
thiskernel\n), programName);
+   fprintf(stderr, _(%s: CD-ROM select speed command not supported by 
this kernel\n), programName);
 #endif
 }
 
@@ -1058,7 +1058,7 @@
 const char* dev = GetDevmapperDevice (s1);
 if (dev) {
 if (v_option)
-printf(_(%s: %s is encrypted on real device 
%s\n), 
+printf(_(%s: %s is encrypted on real device 
%s\n),
 programName, s1, dev);
 } else
 dev = s1;
@@ -1131,10 +1131,10 @@
 const char* dev = GetDevmapperDevice (name);
 if (dev) {
 if (v_option)
-printf(_(%s: %s is encrypted on real device %s\n), 
+printf(_(%s: %s is encrypted on real device %s\n),
 programName, name, dev);
 name = dev;
-} 
+}
 
for (i = 0; partitionDevice[i] != 0; i++) {
/* look for ^/dev/foo[a-z]([0-9]?[0-9])?$, e.g. /dev/hda1 */

And a diffstat for the full debdiff:
 debian/changelog  |   11 +
 debian/control|3 
 debian/po/lt.po   |   23 ++
 eject.c   |8 
 po/Makefile   |   22 --
 po/cs.po  |  436 
 po/cs_CZ.po   |  431 
 po/de.po  |  445 +
 po/de_DE.po   |  516 
 po/eject.pot  |   91 -
 po/es.po  |  515 
 po/es_ES.po   |  510 
 po/fr.po  |  520 +
 po/fr_FR.po   |  515 

Re: Please unblock eject/2.1.5+deb1-1

2008-08-01 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Lichtenheld [EMAIL PROTECTED] writes:

 Hi.

 Please allow eject into testing. It only contains a translation update
 and some very minor fixes, but due to me moving some files around in
 the .orig.tar.gz the debdiff is very huge.

No objection

- -- 
O T A V I OS A L V A D O R
- -
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- -
Microsoft sells you Windows ... Linux gives
 you the whole house.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkiTOfYACgkQLqiZQEml+FXYJgCfSEvqeAAh3fgbtcNjFGestSZL
ungAmQGI9s0K/sX3MfZSFB71oZy0qOlG
=dBCG
-END PGP SIGNATURE-


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



Re: Please unblock eject/2.1.5+deb1-1

2008-08-01 Thread Luk Claes
Frank Lichtenheld wrote:
 Hi.
 
 Please allow eject into testing. It only contains a translation update
 and some very minor fixes, but due to me moving some files around in
 the .orig.tar.gz the debdiff is very huge.
 
 I realize that me finally fixing the upstream tarball to make live of
 translators easier coinsided badly with the freeze, so if wanted I can
 upload only the debconf translation update to lenny-proposed-updates
 instead if wanted.

unblocked

Cheers

Luk


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



Re: Please unblock eject

2008-07-14 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Lichtenheld [EMAIL PROTECTED] writes:

 eject 2.1.5-10 is now old enough, it only waits on the upload of the
 alpha binaries. Please allow it to go to testing.

No objection

- -- 
O T A V I OS A L V A D O R
- -
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- -
Microsoft sells you Windows ... Linux gives
 you the whole house.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkh7PygACgkQLqiZQEml+FXVNQCgncXTrRO7xPSWZVG19fEPng9j
4dAAnispo1TvNmeoZDYAivL3O6v/xX0Y
=milo
-END PGP SIGNATURE-


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



Re: Please unblock eject

2008-07-14 Thread Luk Claes
Frank Lichtenheld wrote:
 eject 2.1.5-10 is now old enough, it only waits on the upload of the
 alpha binaries. Please allow it to go to testing.

unblocked, still waiting on alpha though.

Cheers

Luk


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



Please unblock eject

2008-07-13 Thread Frank Lichtenheld
eject 2.1.5-10 is now old enough, it only waits on the upload of the
alpha binaries. Please allow it to go to testing.

Changelog:
eject (2.1.5-10) unstable; urgency=medium

  * Debconf translations:
- Belarusian added. Closes: #488624
- Slovak added. Closes: #488892
  * Bump Standards-Version to 3.8.0.

 -- Frank Lichtenheld [EMAIL PROTECTED]  Mon, 07 Jul 2008 00:24:13 +0200

eject (2.1.5-9) unstable; urgency=low

  * Program translations:
- Turkish updated. Closes: #482406
  * Debconf translations:
- Turkish added. Closes: #482715
- Esperanto added. Closes: #478957
(this was added in -8 as a program translation, but
 is really a debconf translation)

 -- Frank Lichtenheld [EMAIL PROTECTED]  Wed, 28 May 2008 22:09:22 +0200

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Re: Please unblock eject

2008-05-20 Thread Neil McGovern
On Tue, May 20, 2008 at 02:12:50PM +0200, Frank Lichtenheld wrote:
 Please unblock eject 2.1.5-8, which is blocked for
 its udeb. Changes:
 
* Don't issue an error message about missing dmcrypt script.
  This avoids some spurios warnings in d-i. Closes: #470760
* Debhelper:
  - Increase compat level to 6
  - Use dh_lintian to install override. Needs
build-depends debhelper = 6.0.7.
* Debconf translations:
  - Albanian added. Closes: #480280
  - Belarusian added. Closes: #480922
  - Irish added. Closes: #480876
* Program translations:
  - Eperanto added. Closes: #478957
 

CC-ing -boot

Neil
-- 
pixie Ganneff is just a big cuddly teddy bear.
pixie Our photo proves it.


signature.asc
Description: Digital signature


Re: Please unblock eject

2008-05-20 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Neil McGovern [EMAIL PROTECTED] writes:

 On Tue, May 20, 2008 at 02:12:50PM +0200, Frank Lichtenheld wrote:
 Please unblock eject 2.1.5-8, which is blocked for
 its udeb. Changes:
 
* Don't issue an error message about missing dmcrypt script.
  This avoids some spurios warnings in d-i. Closes: #470760
* Debhelper:
  - Increase compat level to 6
  - Use dh_lintian to install override. Needs
build-depends debhelper = 6.0.7.
* Debconf translations:
  - Albanian added. Closes: #480280
  - Belarusian added. Closes: #480922
  - Irish added. Closes: #480876
* Program translations:
  - Eperanto added. Closes: #478957
 

 CC-ing -boot

 Neil
 -- 
 pixie Ganneff is just a big cuddly teddy bear.
 pixie Our photo proves it.

No objection

- -- 
O T A V I OS A L V A D O R
- -
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- -
Microsoft sells you Windows ... Linux gives
 you the whole house.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ http://mailcrypt.sourceforge.net/

iD8DBQFIMtkSLqiZQEml+FURArEJAJ0T2AiqJDItzsRoW4/ty7JZodZqIQCeITqJ
WjggVsnXeYRSla5MFj2UnE8=
=/VeH
-END PGP SIGNATURE-


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



Re: Please unblock eject

2008-05-20 Thread Neil McGovern
On Tue, May 20, 2008 at 10:58:49AM -0300, Otavio Salvador wrote:
 Neil McGovern [EMAIL PROTECTED] writes:
  On Tue, May 20, 2008 at 02:12:50PM +0200, Frank Lichtenheld wrote:
  Please unblock eject 2.1.5-8, which is blocked for
  its udeb. Changes:
  
 * Don't issue an error message about missing dmcrypt script.
   This avoids some spurios warnings in d-i. Closes: #470760
 * Debhelper:
   - Increase compat level to 6
   - Use dh_lintian to install override. Needs
 build-depends debhelper = 6.0.7.
 * Debconf translations:
   - Albanian added. Closes: #480280
   - Belarusian added. Closes: #480922
   - Irish added. Closes: #480876
 * Program translations:
   - Eperanto added. Closes: #478957
  
 
  CC-ing -boot
 
 
 No objection
 

Unblocked.

Neil
-- 
Yoe is _that_ gunnar?
weasel yes
Yoe what happened to his tires?
towersbe He's shrunk. I think his wife washed him at too high a temperature.


signature.asc
Description: Digital signature


Re: Please unblock eject

2007-08-24 Thread Martin Zobel-Helas
Hi, 

On Fri Aug 24, 2007 at 00:09:54 +0200, Frank Lichtenheld wrote:
 Please unblock eject/2.1.5-4 that is blocked because it builds an udeb.
 Since it waited four weeks for devmapper it should be safe by now ;)

Any comments from the debian-installer team?

Greetings
Martin

-- 
[EMAIL PROTECTED] /root]# man real-life
No manual entry for real-life


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



Re: Please unblock eject

2007-08-24 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martin Zobel-Helas [EMAIL PROTECTED] writes:

 Hi, 

 On Fri Aug 24, 2007 at 00:09:54 +0200, Frank Lichtenheld wrote:
 Please unblock eject/2.1.5-4 that is blocked because it builds an udeb.
 Since it waited four weeks for devmapper it should be safe by now ;)

 Any comments from the debian-installer team?

Ack.

- -- 
O T A V I OS A L V A D O R
- -
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- -
Microsoft sells you Windows ... Linux gives
 you the whole house.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ http://mailcrypt.sourceforge.net/

iD8DBQFGzvnYLqiZQEml+FURApKFAKCtczJ9Wf1ygE2k5kMyroH33vAbDACfYKh9
SwJWEkM4cruLLx7OiRAhuwM=
=oJE6
-END PGP SIGNATURE-


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



Re: Please unblock eject

2007-08-24 Thread Martin Zobel-Helas
Hi, 

On Fri Aug 24, 2007 at 12:31:38 -0300, Otavio Salvador wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Martin Zobel-Helas [EMAIL PROTECTED] writes:
 
  Hi, 
 
  On Fri Aug 24, 2007 at 00:09:54 +0200, Frank Lichtenheld wrote:
  Please unblock eject/2.1.5-4 that is blocked because it builds an udeb.
  Since it waited four weeks for devmapper it should be safe by now ;)
 
  Any comments from the debian-installer team?
 
 Ack.

hinted.

Martin
-- 
[EMAIL PROTECTED] /root]# man real-life
No manual entry for real-life


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