Accepted netqmail 1.06-6 (source) into unstable

2016-09-27 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Sep 2016 08:58:41 +
Source: netqmail
Binary: qmail qmail-uids-gids
Architecture: source
Version: 1.06-6
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <p...@smarden.org>
Changed-By: Gerrit Pape <p...@smarden.org>
Description:
 qmail  - a secure, reliable, efficient, simple message transfer agent
 qmail-uids-gids - user ids and group ids for qmail
Closes: 831963
Changes:
 netqmail (1.06-6) unstable; urgency=low
 .
   * debian/rules: do not FTBFS with dpkg-buildpackage -A (thx Santiago
 Vila; closes: #831963).
Checksums-Sha1:
 5706f08b800fb8a04f17a75786d92e25538aa196 1690 netqmail_1.06-6.dsc
 62a30067ca3fdf0b19460b6fc488acad8a20444e 27738 netqmail_1.06-6.diff.gz
Checksums-Sha256:
 c3ee654b0f259e456e8ae17f666a5779cb16c9c8d4e4a158752378b823073ec8 1690 
netqmail_1.06-6.dsc
 6a2da932088a223db0bfc65d0bddd0d98c243da1748c291b8b2aa363ad80c4dd 27738 
netqmail_1.06-6.diff.gz
Files:
 0bf1affa1fcbff785956a381a4aa9d5e 1690 mail extra netqmail_1.06-6.dsc
 5d2bf45816850cabbc0f73c177b478d6 27738 mail extra netqmail_1.06-6.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJX6mW6AAoJEPNPCXROn13ZAocP/0RUta6a3nrUCs+Gd8dCvB9K
OrxAsLsMATcfhP637pSkIYCvFHocZnz1uwvSUMVUrZxAerQYn2W+RQai0gMUFO34
x6naPmqSOhhLs+ma22CmoX6FBzgHBP+YW9kE34m/W1FFUL0R9PigG9S+psc9qjLT
2LhT4PJfTQEcweXoffn9pE/GfyRZrAwwRPrgkzyEX/IrCWrM+Tgs8m6Jn0uoEtt5
dyaU0aJixhZjBovLHNSTk82tNaoV0W1vvc98PSPT1PuB39Sfmv9SgJEGnbOHzi7q
lLTN3Ge+TZDqAVDIc2swoiVRbzA0INOHuwr1Vk7sT+z4h9OSeEXWtr9NUNR57+gT
YjgsAevL37mRDOieeiGoVNV6Vq7WtD9yt4QWymHYfBRwQcPhr/8fg2qW69btN/Nc
CKFi1imbKy5NgNjvBjbpM1Ema7wX+NKyqTdbfJht1a0uU+/Iis/eN+fgJjJNG8a0
yg7boMBLq5G2EUOizJ8v3oPhUAqf0HFQSJKhbKL43KrVY4uCK379BNO+dhM0y54d
iCtNzQe0KsetdzQPb+GQ+k/zgxYZHp24D7zLASofLBlWgFered6HLdiGdue/Q+gS
5jNh5722estYzCnCyPfEiD5hwNYce9oBsLgOeEISOV3sxMMskkzd6patVJAKJN0F
0pIrjro5NPcPNsNfXmT9
=/AyG
-END PGP SIGNATURE-



Re: Is missing SysV-init support a bug?

2016-09-01 Thread Gerrit Pape
On Mon, Aug 29, 2016 at 09:47:53PM +0200, Simon Richter wrote:
> On 28.08.2016 22:11, Bart Schouten wrote:
> > That "very serious race condition" is nothing more than one daemon
> > having to wait for the other while starting up. THAT'S IT. Oh and
> > knowing when something has died so you can restart it or something.
> 
> That is also something the init system can not really fix, just paper over.
> 
> Any daemon that is dependent on another to work needs to be able to
> handle the case where the other process is restarted, or fails for some
> reason, and provide error recovery in this case. Declaring a dependency
> in a systemd unit file is no better in that regard than simply ordering
> daemons by priority, and ideally the daemon needs to be resilient enough
> to work even if the other daemon is started with no synchronisation or
> if timed jobs are simply not run.
> 
> I'd also postulate that these error cases are not properly tested in
> most daemons we have. Every service can always fail due to transient
> errors, and this needs to be communicated up the stack. There is a
> reason why SMTP daemons will first write a mail to disk, flush the
> caches, and only then acknowledge receipt.

To me too this readiness IPC ideas and implementations look
over-engineered.

A good convention for service programs would be to functionally test for
services it needs very early on startup, and fail if dependencies are
not available.  The service supervisor (any modern init scheme seems to
now support this) relaunches eventually, until all dependencies are
fulfilled.  Consequently, if while running one of the needed services
fails for some reason, fail also.  Supervisors are going to bring things
up again.  That's how runit does things.

If the initialization of some (bloat) service program really is that
expensive before it can functionally check for dependencies, it could
implement the wait-and-retry on its own.

Good thing is that this convention applies to the service program that
actually is causing the issue (multiple, expensive startups) and can be
fixed there, while readiness IPC requires the dependencies to "fix"
things.

Regards, Gerrit.



Re: Is missing SysV-init support a bug?

2016-09-01 Thread Gerrit Pape
On Fri, Aug 26, 2016 at 12:11:13AM +0200, Sven Hartge wrote:
> I just saw the new conntrack-tools (1:1.4.4-2) package in Sid, which
> has as a change
> 
>   * [917beed] conntrackd: get rid of the sysvinit support
> 
> and I wondered, if this is a bug (and at what severity) or not.

Hi, something similar was discussed in history already, and appears to
be an issue whenever more than one init scheme comes into play, not
releated to systemd specifically

 https://bugs.debian.org/422139#86

My suggestion was and still is to separate services from programs on the
package level, see

 https://lists.debian.org/debian-devel/2004/04/msg00080.html
 https://lists.debian.org/debian-devel/2005/02/msg00279.html

and

 https://bugs.debian.org/422139#151

I was not successful to convince fellows back then.

With having support for more than one init scheme, either all need to
implement the same interface (e.g. init scripts), or maintainers of
packages providing a service need to implement and possibly maintain
integrations into multiple init schemes.  Obvisiously that's not what's
desired.  Separating this integrations into different packages separates
personal resposibilities, interest, implementation and maintainance
effort.

Regards, Gerrit.



Re: git repositories for packages and signed pushes

2015-07-15 Thread Gerrit Pape
On Sat, Jul 11, 2015 at 06:23:59PM +0100, Ian Jackson wrote:
 The only significant problem is that the relevant versions of git are
 currently only in experimental.  Can we expect these (a) to be in sid
 soon and (b) usefully stable backports to be available for (at least)
 jessie ?  (CCing git@p.d.o.)

Hi, currently git maintenance got a bit slow, and we maintainers didn't
do the backports in the past.  You can NMU the experimental version into
unstable if needed.

I currently cannot do that as I'm in the process to get a new key into
the keyring.

Regards, Gerrit.


signature.asc
Description: Digital signature


Re: RFH: dropbear initramfs support

2015-06-18 Thread Gerrit Pape
On Sat, May 30, 2015 at 02:09:16AM +0200, Guilhem Moulin wrote:
 On Fri, 01 Aug 2014 at 20:29:41 +, Gerrit Pape wrote:
  Generally I'm with upstream who wrote in bug#692932:
  As Dropbear upstream I'm keen to see this fixed. Given how
  many Debian Dropbear bugs are in the initramfs portion,
  perhaps the initramfs setup of Dropbear should go into its
  own package for people who want it?
  
  So here again my call for help, or better a new maintainer for the
  initramfs functionality, prabably in a separate package.  I'd be happy
  to split this out.
 
 I rely heavily on that feature on many of my machines, and I see (quite
 late, sorry for that) that it's now in need of love ;-)  I have now
 started to fix some of the initramfs-related bugs, and would be happy to
 take over the maintenance of the new package should you split it out.
 (Which IMHO makes sense, as I don't think many dropbear users use that
 feature.)
 
 However I'm am only a DM not a DD yet, so I would need a sponsor (at the
 beginning at least).  I've also got a few questions regarding the new
 package.
 
   - Should it be included in src:dropbear?
   - I guess it should be depending on dropbear.  However only the
 dropbear binary is interesting, not the configuration files or init
 scripts.  Is there a recommended way to proceed in that kind of
 situation?  (For instance “NO_START=1” in /etc/default/dropbear is
 probably only useful for people that put dropbear in the initramfs.)

Hi Guilhem, sorry for the delayed reply, I'm not really active in Debian
development currently.

Thanks for the help.  I'd be happy to have the initramfs functionality
split out and maintained separately.  If a binary/service split is
necessary, I'd prefer to have a dropbear package with the binaries,
and a dropbear-run package with the service.

Unfortunately I cannot support you, but don't hesitate to NMU the
dropbear package to be able to proceed.

Best Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150618112304.403.qm...@e5f139fa48b675.315fe32.mid.smarden.org



Re: RFH: dropbear initramfs support

2015-06-18 Thread Gerrit Pape
On Thu, Jun 18, 2015 at 03:09:26PM +0200, Guilhem Moulin wrote:
 Hi Gerrit,
 
 On Thu, 18 Jun 2015 at 11:23:04 +, Gerrit Pape wrote:
  Thanks for the help.  I'd be happy to have the initramfs functionality
  split out and maintained separately.  If a binary/service split is
  necessary, I'd prefer to have a dropbear package with the binaries,
  and a dropbear-run package with the service.
 
 As I mentioned when answering [0] Simon earlier in this thread, the
 downside of reusing the “dropbear” name (without an explicit Depends:
 dropbear-initramfs) is that users might brick their system when
 upgrading.  Would you find Adam's solution [1] acceptable, i.e. make
 “dropbear” a transitional package depending on both “dropbear-run”
 (service) and “dropbear-initramfs”, which both in turn depend on
 “dropbear-bin” (binaries).  As Adam noted, the “dropbear” name would be
 available again in Buster.

Sounds good, yes, I find it acceptable.  Thanks again for your work on
the packages!

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150618133821.6905.qm...@a53e6efeb2828f.315fe32.mid.smarden.org



Accepted runit 2.1.2-3 (source) into unstable

2014-12-31 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 31 Dec 2014 11:32:56 +
Source: runit
Binary: runit
Architecture: source
Version: 2.1.2-3
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 runit  - system-wide service supervision
Closes: 766187
Changes:
 runit (2.1.2-3) unstable; urgency=medium
 .
   * workaround #766187 by copying from sysvinit-2.88dsf:
 * debian/share/inittab*: new; copy from sysvinit-2.88dsf.
 * debian/rules: copy and adjust code from sysvinit-2.88dsf to install
   possibly arch-specific inittab into /usr/share/runit/.
 * debian/runit.postinst: copy and adjust code from sysvinit-2.88dsf
   to create initial /etc/inittab (closes: #766187).
Checksums-Sha1:
 710f0d28b2c5587b2cf25b8abe926a85352ad7e6 961 runit_2.1.2-3.dsc
 7e275b0f2f570bdae80483e4881c0971e6f35740 21737 runit_2.1.2-3.diff.gz
Checksums-Sha256:
 4ac1d1d89f8a75e447253a8c575556bd0e5bf758cb4de0b96ef6c55420be288e 961 
runit_2.1.2-3.dsc
 d238da501dfb4d1b04cec4c53556a67f8962744fc9cbbb44b4580a498f265caa 21737 
runit_2.1.2-3.diff.gz
Files:
 5dfa7b7826544d29a203f23c8f8dd6b6 961 admin optional runit_2.1.2-3.dsc
 e860a2ed2959ae9bff2c5f1887295bc9 21737 admin optional runit_2.1.2-3.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlSj42kACgkQGJoyQbxwpv/kcQCeLYkwuwGGr89ahzrH+9V+ZHB+
ZMkAnAkkmLKGhqEMlSd0WJNjJC1aX+kV
=iG61
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1y6i1f-0001l5...@franck.debian.org



Accepted daemontools 1:0.76-6 (all source) into unstable

2014-12-19 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 19 Dec 2014 00:17:53 +
Source: daemontools
Binary: daemontools daemontools-run
Architecture: all source
Version: 1:0.76-6
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 daemontools - a collection of tools for managing UNIX services
 daemontools-run - daemontools service supervision
Closes: 767933
Changes:
 daemontools (1:0.76-6) unstable; urgency=medium
 .
   * workaround #767933 by copying from sysvinit-2.88dsf:
 * debian/share/inittab*: new; copy from sysvinit-2.88dsf.
 * debian/rules: daemontools-run: copy and adjust code from
   sysvinit-2.88dsf to install possibly arch-specific inittab into
   /usr/share/daemontools-run/.
 * debian/daemontools-run.postinst: copy and adjust code from
   sysvinit-2.88dsf to create initial /etc/inittab (closes: #767933).
Checksums-Sha1:
 fc4afebb9e7599586d29a0a7433b80089bed80fc 1037 daemontools_0.76-6.dsc
 a03aa804f0329e63afc149551a5c7dc42fbf436a 18957 daemontools_0.76-6.diff.gz
 04f4759e33d10b07b8b48921c4cb689da8f57c34 10998 daemontools-run_0.76-6_all.deb
Checksums-Sha256:
 5f1ea4018e4285d20f49fdc77fa1d574c588d2264f903f4d28da0323b1d562f3 1037 
daemontools_0.76-6.dsc
 3d16cd8fe0534e25b73548adab86f5058bf62f2880ec52be7817d0909d3b048f 18957 
daemontools_0.76-6.diff.gz
 68639d3daadc64d0bb43fcf09cf39fd6ef9979f4604f7359bd89bb6f5def71d8 10998 
daemontools-run_0.76-6_all.deb
Files:
 cbc5de94a97d35f3a9ddbe47641f974d 1037 admin optional daemontools_0.76-6.dsc
 73101fbbd3ef27136a40344eab14b112 18957 admin optional 
daemontools_0.76-6.diff.gz
 7d1bf6718c006741bd8c93a4c8a24970 10998 admin optional 
daemontools-run_0.76-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlST/nkACgkQGJoyQbxwpv9fjQCfcHJYxJ2CpwsE8HiNst3+1OV3
0U0An3+pKkO4ZBoDJF5lrudfnMqC7rZT
=BhTL
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1y1v71-0006wp...@franck.debian.org



Re: The inittab interface - Re: Bug#766187: runit: Fails to install runit after fresh install of jessie beta2

2014-12-09 Thread Gerrit Pape
On Mon, Nov 24, 2014 at 10:08:49PM +, Simon McVittie wrote:
 On 24/11/14 21:41, Gerrit Pape wrote:
  Better than (2) would be to make the existence of /etc/inittab still
  essential for jessie, by moving the corresponding code from
  sysvinit-core into the essential init package.  What do you think?
 
 If you go this route, I think initscripts might be a better home for

As I wrote above, I actually don't have the time to go any road at all.

The packages worked just fine until I learnt that support for the
inittab interface is dropped in jessie.  I fixed the packages.  Now I
learnt that the existence of /etc/inittab is no longer essential, next
thing breaking my packages - when switching jessie to sysvinit.

Please advise whether I should reassign this release critically to the
init and sysvinit packages, or upload the ugly workaround to copy
sysvinit maintainer script code for generating /etc/inittab into the two
affected packages.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141209112411.11464.qm...@93f6328e9150fe.315fe32.mid.smarden.org



Re: New dash in experimental showing up a widespread bashism in configure scripts

2014-11-24 Thread Gerrit Pape
On Sat, Nov 08, 2014 at 11:57:58AM +, Jonathan de Boyne Pollard wrote:
 Gerrit Pape:
 Hi, I'd very appreciate help on  tracking down the failures and do
  the appropriate analysis, reportbug, patch drafting, and the like, as
  my time for this is quite limited.
 
 I took a handful of packages as a sample, and the problem could be
 traced to the same bug, over and over, in almost all cases.  Here's
 the first error building fizmo_0.7.9-1 from your logs:
 
 ./configure: 2340: test: xyes: unexpected operator

Hi Jonathan,

thanks for looking into it.  Sven Joachim already pointed to the right
direction: I re-enabled LINENO support in this very upload, to check
whether things got better since #582952.  But this isn't the case.

Raphael Geissert found out that autoconf checks for LINENO support in
/bin/sh and forces the use of /bin/bash if LINENO support is absent.  If
it finds LINENO support it uses /bin/sh which then exposes all those
bashisms.

 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582952#83

-2 in experimental disables LINENO support again.

Best Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141124153005.15130.qm...@8487efc8d37b28.315fe32.mid.smarden.org



Re: The inittab interface - Re: Bug#766187: runit: Fails to install runit after fresh install of jessie beta2

2014-11-24 Thread Gerrit Pape
On Sat, Oct 25, 2014 at 09:34:50AM +, Gerrit Pape wrote:
 On Wed, Oct 22, 2014 at 09:20:46AM +, Gerrit Pape wrote:
  On Tue, Oct 21, 2014 at 08:29:54AM -0400, Nikolay Hristov wrote:
   Setting up runit (2.1.2-1) ...
   grep: /etc/inittab: No such file or directory
   grep: /etc/inittab: No such file or directory
   cp: cannot stat ‘/etc/inittab’: No such file or directory
   dpkg: error processing package runit (--configure):
subprocess installed post-installation script returned error exit status 
   1
   Errors were encountered while processing:
runit
   E: Sub-process /usr/bin/dpkg returned an error code (1)
 
  Since ages runit hooks into /etc/inittab to provide system wide service
  supervision.  As long as sysvinit provided /etc/inittab and was
  essential this simply worked.  Now on fresh jessie install, no
  /etc/inittab is created at all.  While this alone wouldn't be a problem,
  because runit provides a simple systemd unit after I learned that
  there's no backward compatibility to the /etc/inittab interface, it is a
  problem when switching such an installation from systemd to sysvinit:
  
  When switching to sysvinit, the /etc/inittab file is created, but
  doesn't include the lines enabling the runit supervision.  After reboot
  runit supervision will not be enabled, although the package is
  installed.  This would be a grave bug as other packages depend on this
  assumption.
  
  Any idea on how to fix this?
 
 This is far from ideal, but the only easy fix I came up with until now
 is to copy debian/share/inittab* from the sysvinit source package, as
 well as the debian/rules logic to install a system-specific inittab
 template and the postinst logic to create /etc/inittab if it does not
 exist, into the runit package.
 
 A better fix certainly will need more thoughts, coordination, and
 testing, which I'm afraid I can't work on currently.  Anyone?

This is not yet resolved, unfortunately.  It currently affects at least
two packages and a minor number of dependencies:
https://bugs.debian.org/766187 and https://bugs.debian.org/767933

Suggestions I got are (1) check whether /etc/inittab exists before
adding the service, continue if it doesn't exist, and (2)
https://bugs.debian.org/767933#46

(1) seems not to be the solution.  When installing default jessie, then
installing runit or daemontools-run, and afterwards sysvinit-core, the
service supervision will be disabled.  There may be a package in jessie
that implements (1), I'm not sure what isdnutils does these days.

Better than (2) would be to make the existence of /etc/inittab still
essential for jessie, by moving the corresponding code from
sysvinit-core into the essential init package.  What do you think?

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141124214112.1510.qm...@c2b2b269944a4a.315fe32.mid.smarden.org



Re: The inittab interface - Re: Bug#766187: runit: Fails to install runit after fresh install of jessie beta2

2014-10-25 Thread Gerrit Pape
On Wed, Oct 22, 2014 at 09:20:46AM +, Gerrit Pape wrote:
 On Tue, Oct 21, 2014 at 08:29:54AM -0400, Nikolay Hristov wrote:
  Setting up runit (2.1.2-1) ...
  grep: /etc/inittab: No such file or directory
  grep: /etc/inittab: No such file or directory
  cp: cannot stat ‘/etc/inittab’: No such file or directory
  dpkg: error processing package runit (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   runit
  E: Sub-process /usr/bin/dpkg returned an error code (1)

 Since ages runit hooks into /etc/inittab to provide system wide service
 supervision.  As long as sysvinit provided /etc/inittab and was
 essential this simply worked.  Now on fresh jessie install, no
 /etc/inittab is created at all.  While this alone wouldn't be a problem,
 because runit provides a simple systemd unit after I learned that
 there's no backward compatibility to the /etc/inittab interface, it is a
 problem when switching such an installation from systemd to sysvinit:
 
 When switching to sysvinit, the /etc/inittab file is created, but
 doesn't include the lines enabling the runit supervision.  After reboot
 runit supervision will not be enabled, although the package is
 installed.  This would be a grave bug as other packages depend on this
 assumption.
 
 Any idea on how to fix this?

This is far from ideal, but the only easy fix I came up with until now
is to copy debian/share/inittab* from the sysvinit source package, as
well as the debian/rules logic to install a system-specific inittab
template and the postinst logic to create /etc/inittab if it does not
exist, into the runit package.

A better fix certainly will need more thoughts, coordination, and
testing, which I'm afraid I can't work on currently.  Anyone?

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141025093450.8174.qm...@3f5032b353b29f.315fe32.mid.smarden.org



Accepted runit 2.1.2-2 (source) into unstable

2014-10-25 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Oct 2014 10:26:19 +
Source: runit
Binary: runit
Architecture: source
Version: 2.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 runit  - system-wide service supervision
Closes: 758852
Changes:
 runit (2.1.2-2) unstable; urgency=medium
 .
   * debian/contrib/sv-completion.bash: bash-complete directories for
 sv (thx Jeff King, closes: #758852).
   * debian/runit.preinst, debian/runit.postinst: remove functionality
 to move conffiles when upgrading from version  1.4.0-0.
   * debian/runit.preinst: remove functionality for /var/service/ to
 /etc/service/ transition when upgrading from version = 1.8.0-2.
   * debian/control: Standards-Version: 3.9.6.0.
   * debian/runit.lintian: remove, obsolete.
   * debian/rules: no longer install lintian override file.
Checksums-Sha1:
 e718eb5b3a123120cb855311d281c9ce46e91267 961 runit_2.1.2-2.dsc
 72552a5baf90a3196a6e786d5b0ed14391424a11 20202 runit_2.1.2-2.diff.gz
Checksums-Sha256:
 b64ee8d7f0534e88cc0282230d1235806e7ad2d1ac7969a006b1953db42d631c 961 
runit_2.1.2-2.dsc
 79db3518fd286d810bf38d3a5e8eed9cc5da92a1a340cb28430187f27f1b2f2a 20202 
runit_2.1.2-2.diff.gz
Files:
 b22c55d2fb6e9e7b89b06fcb6a65f266 961 admin optional runit_2.1.2-2.dsc
 837d752c56d80fe065b5c0a970beabc7 20202 admin optional runit_2.1.2-2.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRLhSYACgkQGJoyQbxwpv9vHACbBeqVp2gkvWKyxJvkc8d6Q+jk
PJ4An2iVSmIMv8q6HOW4snRrCJhDMFun
=kwSA
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xhzni-0005jo...@franck.debian.org



ITP: runit-init -- a UNIX init scheme with service supervision

2014-10-22 Thread Gerrit Pape
This essentially is a reintroduction of the package runit-run, which
was added to Debian end of 2002, and removed on request of the release
team end of 2010, with the package name changed.  Since then, a backward
compatibility feature for running sysv rc scripts was added, ideally to
be replaced by runit service directories eventually.

Description: a UNIX init scheme with service supervision
 runit is a replacement for SysV-init and other init schemes.  It runs on
 Debian GNU/Linux, *BSD, MacOSX, and Solaris, and may be easily adapted
 to other Unix operating systems.  runit implements a simple three-stage
 concept.  Stage 1 performs the system's one-time initialization tasks.
 Stage 2 starts the system's uptime services (via the runsvdir program).
 Stage 3 handles the tasks necessary to shutdown and halt or reboot.
 .
 See http://smarden.org/runit/ for more information.
 .
 This package replaces the /sbin/init program and configures runit to run
 as process no 1 after the next reboot.
License: 3-clause BSD

You can take a look at the current status through
 git clone http://smarden.org/git/runit-init.git/

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141022075625.16818.qm...@d7f117c6689ad6.315fe32.mid.smarden.org



The inittab interface - Re: Bug#766187: runit: Fails to install runit after fresh install of jessie beta2

2014-10-22 Thread Gerrit Pape
severity 766187 grave
quit

On Tue, Oct 21, 2014 at 08:29:54AM -0400, Nikolay Hristov wrote:
 Fresh minimal install of Jessie Beta2 with only SSH server selected in 
 tasksel.
 Tried to install runit with 'apt-get install runit' and apt-get exits with 
 error 
 message of missing /etc/inittab and leaves it unconfigured.

 root@tre:~# apt-get install runit
[...]
 Setting up runit (2.1.2-1) ...
 grep: /etc/inittab: No such file or directory
 grep: /etc/inittab: No such file or directory
 cp: cannot stat ‘/etc/inittab’: No such file or directory
 dpkg: error processing package runit (--configure):
  subprocess installed post-installation script returned error exit status 1
 Errors were encountered while processing:
  runit
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 root@tre:~#

Hi, thanks for the report.

I not yet have an idea how to fix this, hope you can help finding a
solution.

Since ages runit hooks into /etc/inittab to provide system wide service
supervision.  As long as sysvinit provided /etc/inittab and was
essential this simply worked.  Now on fresh jessie install, no
/etc/inittab is created at all.  While this alone wouldn't be a problem,
because runit provides a simple systemd unit after I learned that
there's no backward compatibility to the /etc/inittab interface, it is a
problem when switching such an installation from systemd to sysvinit:

When switching to sysvinit, the /etc/inittab file is created, but
doesn't include the lines enabling the runit supervision.  After reboot
runit supervision will not be enabled, although the package is
installed.  This would be a grave bug as other packages depend on this
assumption.

Any idea on how to fix this?

Thanks, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141022092046.20875.qm...@8814ec6e029109.315fe32.mid.smarden.org



Re: ITP: runit-init -- a UNIX init scheme with service supervision

2014-10-22 Thread Gerrit Pape
On Wed, Oct 22, 2014 at 12:21:04PM +0100, Neil McGovern wrote:
 On Wed, Oct 22, 2014 at 07:56:25AM +, Gerrit Pape wrote:
  This essentially is a reintroduction of the package runit-run, which
  was added to Debian end of 2002, and removed on request of the release
  team end of 2010, with the package name changed.  Since then, a backward
  compatibility feature for running sysv rc scripts was added, ideally to
  be replaced by runit service directories eventually.
 
 I don't think that's entirely accurate - it was removed from unstable at
 your own request, and then removed from testing due to it no longer
 being present in unstable.

Yes, you're right.  I didn't meant to put any blame on you team, and
appreciate your hard work.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141022174229.14644.qm...@b7a69080a2027c.315fe32.mid.smarden.org



Accepted dash 0.5.8-2 (all source) into experimental

2014-10-22 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Oct 2014 17:46:03 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.8-2
Distribution: experimental
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 766048
Changes:
 dash (0.5.8-2) experimental; urgency=medium
 .
   * debian/rules: pass --disable-lineno option to configure (thx Sven
 Joachim, closes: #766048).
Checksums-Sha1:
 4112488a4f8f1463da35fb3d8dc88d59f5b30208 1102 dash_0.5.8-2.dsc
 94616e3edc84ec709ef3fd8b043f9b17fe496625 41715 dash_0.5.8-2.diff.gz
 59e04db25530bccf30db2699a9fd505744e1df3d 30126 ash_0.5.8-2_all.deb
Checksums-Sha256:
 bda57136cdb4812781ff0402594029a4a41313dbf31019c7e8af295418baf4f2 1102 
dash_0.5.8-2.dsc
 00168a934864c26cae9a51367fe7ea013ece2d4844ff8bd6893fc00a8fa7b38c 41715 
dash_0.5.8-2.diff.gz
 49dee3beb2fd43e33872c0a12dd77afa6eec0dd5b070df92fb548f9f86e0c896 30126 
ash_0.5.8-2_all.deb
Files:
 8ca7426231c2a539794361bcf4dc0dd6 1102 shells optional dash_0.5.8-2.dsc
 01e36e658d3e5b33fdb5629807db110a 41715 shells optional dash_0.5.8-2.diff.gz
 29aacb42151ff38d94db3c6a1dcf2701 30126 shells optional ash_0.5.8-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRHaasACgkQGJoyQbxwpv+xxQCgnNcEF8GTfVsRtKAmNzp2lq/O
DWEAnjfvrczopw7jPONWP6phOeSq5ib5
=tQ0a
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xgs62-0007le...@franck.debian.org



Re: New dash in experimental

2014-10-20 Thread Gerrit Pape
On Wed, Oct 01, 2014 at 07:07:45PM +0200, Niels Thykier wrote:
 On 2014-10-01 16:04, Gerrit Pape wrote:
  Hi, I uploaded a new version of dash (0.5.8-1) to experimental, please
  help testing it.  If no critical issues arise, I plan to put this
  version into unstable in about two weeks.

 Have you tried rebuilding the archive with the new version of dash?  If
 not, perhaps get in touch with David Suárez and ask if it is possible.

Hi, thanks for this hint and to David Suárez for his support on this.
See #766048, I rate the results as ciritical issues ;), and so won't
propagate this version into unstable.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141020121931.5736.qm...@8787fcc51e19b2.315fe32.mid.smarden.org



Re: Migration from cron to cron-daemon?

2014-10-20 Thread Gerrit Pape
On Sat, Oct 18, 2014 at 12:08:20PM -0700, Russ Allbery wrote:
 Stephan Seitz stse+deb...@fsing.rootsland.net writes:
  Is this a release critical bug? As a testing user I now have problems
  using bcron.
 
 Given that this is a migration that's barely been started, I think it
 would be best for bcron-run to continue to Provide cron for the jessie
 release.  Using the cron-daemon virtual package is clearly where we want
 to end up, but it feels to me like there's too high of a risk of
 regressing for bcron users in the next release by trying to do this now,
 and I don't see any harm in bcron-run continuing to Provide cron for one
 more release.  There will be time after the release to do a more
 coordinated transition.
 
 bcron-run should, of course, continue to provide cron-daemon as well.

Hi, I uploaded a new bcron version to unstable that reverts the change
and adds Provides: cron-daemon just as you advise.

Thanks, both.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141020122139.5835.qm...@ec3ff24b13f0cc.315fe32.mid.smarden.org



Re: New dash in experimental

2014-10-20 Thread Gerrit Pape
On Mon, Oct 20, 2014 at 02:50:55PM +0200, Thorsten Glaser wrote:
 On Mon, 20 Oct 2014, Gerrit Pape wrote:
  See #766048, I rate the results as ciritical issues ;), and so won't
 
 I’ve glanced at the list referenced.
 
 Some things that immediately come to mind:

Hi, I'd very appreciate help on tracking down the failures and do the
appropriate analysis, reportbug, patch drafting, and the like, as my
time for this is quite limited.

Thanks, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141020132715.9909.qm...@d862f14eacae56.315fe32.mid.smarden.org



Re: New dash in experimental

2014-10-20 Thread Gerrit Pape
On Mon, Oct 20, 2014 at 03:59:29PM +0200, Sven Joachim wrote:
 On 2014-10-20 14:19 +0200, Gerrit Pape wrote:
  On Wed, Oct 01, 2014 at 07:07:45PM +0200, Niels Thykier wrote:
  Have you tried rebuilding the archive with the new version of dash?  If
  not, perhaps get in touch with David Suárez and ask if it is possible.
 
  Hi, thanks for this hint and to David Suárez for his support on this.
  See #766048, I rate the results as ciritical issues ;), and so won't
  propagate this version into unstable.
 
 To me, #766048 seems to be just #582952 redux, since you did _not_ pass
 --disable-lineno to dash's configure script, although a naive reader of
 debian/changelog would probably think that you did.

Uhoh, yes. That explains.  I made this by intention, and than forgot
about it.  Thanks!


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141020184302.26372.qm...@02050216ce2199.315fe32.mid.smarden.org



Accepted bcron 0.10-3 (all source) into unstable

2014-10-18 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Oct 2014 19:45:39 +
Source: bcron
Binary: bcron bcron-run
Architecture: all source
Version: 0.10-3
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 bcron  - Bruce's cron system (programs)
 bcron-run  - Bruce's cron system
Changes:
 bcron (0.10-3) unstable; urgency=medium
 .
   * debian/control: Revert bcron-run: Provides:, Replaces:, Conflicts:
 cron-daemon instead of cron (thx Russ Allbery).
   * debian/control: Provides: cron, cron-daemon.
Checksums-Sha1:
 0503fa0b5b5fde6932bdc5093198bb70ba9d1778 1067 bcron_0.10-3.dsc
 72a5486332d765800253dbc0c99af953dca307b6 9662 bcron_0.10-3.diff.gz
 22f3a56a399a264a0ca1ac7228bef06c32f328e3 7698 bcron-run_0.10-3_all.deb
Checksums-Sha256:
 5e516b1e2297c810be09f2821192b06beade571166603aef896d7a74b43e8190 1067 
bcron_0.10-3.dsc
 ea6978d8ca4a56c32e2fb42593e55e235cd7dd4197446299aa495aaabd95588b 9662 
bcron_0.10-3.diff.gz
 2835b17036990eb8d84622c58c64383ebbfd6fdd9877ba9c0fb0563dfa46940d 7698 
bcron-run_0.10-3_all.deb
Files:
 b67345f4bec0bbebc15927cfca1829e2 7698 admin optional bcron-run_0.10-3_all.deb
 937f44336803cfc427d5e555a2044867 1067 admin optional bcron_0.10-3.dsc
 8b159ccf48163b30d3de45b6ab34bd69 9662 admin optional bcron_0.10-3.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRCxfcACgkQGJoyQbxwpv/z8ACfTYpXSJ7xJzBY5OUBs69iHZKv
WXUAnRxOkzZa/IzNkSTQgekYHlpS8cZp
=689i
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xfbpb-0002ug...@franck.debian.org



New dash in experimental

2014-10-01 Thread Gerrit Pape
Hi, I uploaded a new version of dash (0.5.8-1) to experimental, please
help testing it.  If no critical issues arise, I plan to put this
version into unstable in about two weeks.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141001140458.5634.qm...@45316a114ea901.315fe32.mid.smarden.org



Accepted dash 0.5.8-1 (all source) into experimental

2014-10-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Oct 2014 08:53:14 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.8-1
Distribution: experimental
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 598238 635069 763407
Changes:
 dash (0.5.8-1) experimental; urgency=medium
 .
   * new upstream release (closes: #598238).
 * 0003-VAR-Disable-LINENO-support.diff: remove; upstream now has
   configure --disable-lineno option.
   * debian/rules: pass --enable-fnmatch option to configure
 (closes: #763407).
   * debian/po/sr.po: new; [INTL:sr] Serbian cyrillic translation of
 debconf template (thx Zlatan Todoric, closes: #635069).
Checksums-Sha1:
 da5a456eb83bb928062017404e4395a3cdce8b8f 1102 dash_0.5.8-1.dsc
 cd058935bba545427caa375337afe8a6309477d2 223028 dash_0.5.8.orig.tar.gz
 3948fa2520d62943354c93ab66ddc9c949cbb977 41661 dash_0.5.8-1.diff.gz
 ee86a1b564a8b0d9147acbca786fbf883033fb21 30072 ash_0.5.8-1_all.deb
Checksums-Sha256:
 c8fea72e918330dd86afbb1579e6e55924447060c758af6b718a96573e89aa94 1102 
dash_0.5.8-1.dsc
 c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f 223028 
dash_0.5.8.orig.tar.gz
 d751769cc1ef8b825a177e782f1cd3e35bde7c268107fa4febf8d235e12c64d9 41661 
dash_0.5.8-1.diff.gz
 7c5a3ca0dcb32b4ade1e74842345c5c13c00d9c62d44d5dca73bc93a9065079f 30072 
ash_0.5.8-1_all.deb
Files:
 387e19bb297a8f7e58b4f0281dd277a6 30072 shells optional ash_0.5.8-1_all.deb
 7e77a57ef382dcc824d8752554d522ea 1102 shells optional dash_0.5.8-1.dsc
 5c152209680dab3c319e8923f6c51378 223028 shells optional dash_0.5.8.orig.tar.gz
 3fd157206d1764dd914f370173f89cb3 41661 shells optional dash_0.5.8-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlQr3cQACgkQGJoyQbxwpv+deACfRNl9zml7hQ2tWU/NucLj0Ont
8U4An27nr50pdcffn9zccpNvDavTl2TC
=fq8B
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xzhh4-0001mb...@franck.debian.org



Re: Raising priority of Debian packages

2014-08-31 Thread Gerrit Pape
On Sat, Aug 30, 2014 at 09:30:17AM -0700, Russ Allbery wrote:
 Gerrit Pape p...@dbnbgs.smarden.org writes:
  [0] Actually policy 2.5 requires to additionally file a RC bug to the
  high priority package with the added dependency to prevent it from being
  migrated to testing until the override decision has been made.
 
 Policy does not address RC bugs at all.  The determination of whether a
 bug is RC is the province of the release team, not Policy.
 
 Policy 2.5 says that appropriate priorities is a must, but does not say
 whether this would be a bug in the depending package or the package being
 depended on,

Me personally as a maintainer, when I plan to add a new dependency on a
lower priority package to a high priority package, I'm aware that this
will introduce a new violation of Debian policy into the archive.
Reading the BTS documentation on severities

  serious
  is a severe violation of Debian policy (roughly, it violates a must or
  required directive), or, in the package maintainer's or release
  manager's opinion, makes the package unsuitable for release.

I either first try to get the priorities of the involved packages
straight, or, when uploading with the new dependency added, feel that I
shall file the serious bug against my own new packages version.  After
all this very upload is the change to the Debian archive that introduces
the new priority conflict, and can wait a bit longer before migrating
into testing.  To me personally it's clear to which package the bug
report belongs, without having policy telling me.

But the RC bug thing actually is not what I'm after, let me iterate here
though that I have the feeling the Debian culture is changing to somehow
fear RC bugs, and also flames so that more and more things are done
without making the information publicly available.  I don't like this
change.

 Bug reports, including release critical ones, are a good thing!  They
 help us to improve our distribution and make high quality releases, we
 should utilize them where appropriate!

When having such bugs filed, and the release team decides they shall not
be release critical, this shall be made public, the severities of
corresponding bugs adjusted, and everything is fine and transparent.
Currently I'm not aware of such a release team's decision.


Back to my mail, the main content and not the footnote.  What I'd like
to see is more transparency (1) in the process of raising package
priorities and (2) in the information of existing priority conflicts in
the archive.

For (1) I share my view with fellows on this list, and suggest how this
can be achieved through single maintainer's actions.  For (2) I
suggested a change to policy that helps us to get a comprehensive view
on current priority conflicts that actually have an impact.  The
optional-extra conflicts just dilute it.

 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759260#62


 Also, I'll reiterate what I said on debian-policy on this topic: the
 current Policy discussion of priorities is deceptive, since it implies

I don't think the discussion on the issue I raised is deceptive

 that package maintainers are responsible for determining the priority of
 the package.  This is not the case; ftp-master determines the priority of
 packages, with input from package maintainers.  Policy discussion of
 priorities really needs some substantial revision to account for that, for
 the fact that conflict-free optional has not realistically been a project
 goal for some years, and to be clearer about just what we want to use
 priorities for.

and not connected to this, which sounds like an entirely different issue
that just happens to target the same area in the policy document.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140831074322.30727.qm...@da21230e36abc3.315fe32.mid.smarden.org



Raising priority of Debian packages

2014-08-30 Thread Gerrit Pape
Hi,

thanks to manual actions from Ansgar Burchardt, the process to raise
priority of Debian packages, after dependencies to packages of lower
priority have been added to high priority packages, is now a bit more
transparent

 
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=ftp.debian.org;dist=unstable#_0_1_4

Here we can see for example that amongst other packages, perl and
perl-modules are queued to be changed from standard to priority
important.

Still, that's not ideal.  IMHO maintainers of high (= important)
priority packages should (1) think twice before adding new dependencies
to lower priority packages, and (2) file a corresponding bug against
ftp.debian.org when doing so to make it transparent[0].

Interesting parties then can track the list of override requests in the
BTS and comment when disired or necessary.  It might be that I'm the
only one interested in having a consistent and small, if not minimal,
set of packages in the higher priorities, but maybe there're others.

[0] Actually policy 2.5 requires to additionally file a RC bug to the
high priority package with the added dependency to prevent it from being
migrated to testing until the override decision has been made.

Regards, Gerrit.

 
On Fri, Aug 15, 2014 at 05:27:31PM +, Gerrit Pape wrote:
 On Fri, Aug 15, 2014 at 06:51:44PM +0200, Bill Allombert wrote:
  Please do not report RC bug for this. Priorities are adjusted by the FTP 
  master
  team by batch using the overrides file. There is no need to report bugs 
  against
  the packages.
 
 Hi, I filed three bugs for the extreme, where priority required depends
 on priority extra in current jessie.  No fear, I won't do mass filing.
 
 I queried all the numbers on this beforehand.  And I don't think it's
 good to solve all this through ftp master's override[0].  This will
 bloat the installations using high priority packages more and more.
 
 In stable we have the following violations (packages)
  important: 8
  required: 2
  standard: 21
 In current testing:
  important: 15
  required: 5
  standard: 43
 
 It's not hundreds, or thousands.  Keep cool.
 rsyslog was fine when we raised its priority in wheezy.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140830073110.28052.qm...@353a9a2a72ded5.315fe32.mid.smarden.org



Re: Bug#758231: rsyslog: is priority important, depends on packages with priority extra

2014-08-15 Thread Gerrit Pape
On Fri, Aug 15, 2014 at 06:51:44PM +0200, Bill Allombert wrote:
 Please do not report RC bug for this. Priorities are adjusted by the FTP 
 master
 team by batch using the overrides file. There is no need to report bugs 
 against
 the packages.

Hi, I filed three bugs for the extreme, where priority required depends
on priority extra in current jessie.  No fear, I won't do mass filing.

I queried all the numbers on this beforehand.  And I don't think it's
good to solve all this through ftp master's override[0].  This will
bloat the installations using high priority packages more and more.

In stable we have the following violations (packages)
 important: 8
 required: 2
 standard: 21
In current testing:
 important: 15
 required: 5
 standard: 43

It's not hundreds, or thousands.  Keep cool.
rsyslog was fine when we raised its priority in wheezy.

I personally don't care that much about the standard priority, but for
the higher ones, and definitely think we should stop this trend before
it's too late.

You can play with the tiny dash script attached, it was fun to write
it, call
 ./check-prio required
 ./check-prio required important
 ./check-prio required important standard

Regards, Gerrit.

[0] current signs are that this will pull perl into the required
packages set:
http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/2014-August/thread.html#3161
#!/bin/sh
set -e

priorities=${*:=required important standard optional}

aptitudeprios=$(for i in $priorities; do echo ~p$i\ ; done)
aptitude search $aptitudeprios -F%p | sed -e's/^ *//;s/ *$//' |
while read package; do
  depends=$(apt-cache show $package |grep '^Depends: ' || :)
  depends=${depends#Depends: }
  buggy=; broken=
  IFS=,
  for dep in $depends; do
dep=${dep%%| *}
dep=${dep##[ *]}; dep=${dep%%[ *]}
dep=${dep%% (*)}; dep=${dep%%\[*\]}; dep=${dep%% (*)}
prio=$(apt-cache show $dep |grep '^Priority: ' |head -n1)
test -n $prio ||
  { echo \ warning: $package: depends $dep: no priority; continue; }
prio=${prio#Priority: }
broken=yes
IFS=\ 
for i in $priorities; do
  test $prio != $i || broken=
done
test -z $broken ||
  { echo \ broken: $package: depends $dep, priority $prio.; buggy=yes; }
  done
  test -z $buggy || echo buggy: $package
done


Accepted runit 2.1.2-1 (source) into unstable

2014-08-11 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 11 Aug 2014 18:19:38 +
Source: runit
Binary: runit
Architecture: source
Version: 2.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 runit  - system-wide service supervision
Changes:
 runit (2.1.2-1) unstable; urgency=medium
 .
   * new upstream version.
 * debian/diff/0002-sv.c-...diff, debian/diff/0004-sv.c-...diff,
   debian/diff/0005-man-sv.8-...diff: remove; applied upstream.
Checksums-Sha1:
 60b6653b86841f54d267bd9492c2c3e0f1190d76 961 runit_2.1.2-1.dsc
 398f7bf995acd58797c1d4a7bcd75cc1fc83aa66 110916 runit_2.1.2.orig.tar.gz
 3748478e380d9aef08baaec10c53fec80d4d2f5c 20645 runit_2.1.2-1.diff.gz
Checksums-Sha256:
 5eb30d51a2fa8c7f9b170b0af39b3c24dcc5dfa4ce73095887bc9da09ae802c4 961 
runit_2.1.2-1.dsc
 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18 110916 
runit_2.1.2.orig.tar.gz
 3c928459089b14dbcda5080a720a51c15e139f13b69dffb6c333153a1f38a645 20645 
runit_2.1.2-1.diff.gz
Files:
 04e45e9fcfb815f68989a2085aeee8f6 961 admin optional runit_2.1.2-1.dsc
 6c985fbfe3a34608eb3c53dc719172c4 110916 admin optional runit_2.1.2.orig.tar.gz
 bf4e4702000767bcab4d317c08300f49 20645 admin optional runit_2.1.2-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPpDH0ACgkQGJoyQbxwpv92oACfU/rHyHxxs2dQdw0qau2rt23E
tDAAoJNiT5CJwQ2IXGzUcszXpIzV9N34
=FaZf
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xgueu-0004vp...@franck.debian.org



Accepted bcron 0.10-2 (all source) into unstable

2014-08-11 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 11 Aug 2014 19:11:21 +
Source: bcron
Binary: bcron bcron-run
Architecture: all source
Version: 0.10-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 bcron  - Bruce's cron system (programs)
 bcron-run  - Bruce's cron system
Closes: 752506
Changes:
 bcron (0.10-2) unstable; urgency=low
 .
   * debian/control: bcron-run: Provides:, Replaces:, Conflicts:
 cron-daemon instead of cron (thx Alexandre Detiste, closes: 752506).
   * debian/diff/0006-tests.sh-skip-tests-exec-fds-tests-exec-sim...diff:
 new: tests.sh: skip tests/exec-fds, tests/exec-simple if $HOME does
 not exist.
Checksums-Sha1:
 cf309ff291193456f8fc514b2e002afc9273aa83 1067 bcron_0.10-2.dsc
 0ce03e11bdd9422cd3dd1d1f1ee24c8f3f7aad82 9578 bcron_0.10-2.diff.gz
 5502416dcde3e5d78a2bfc38218d4a11a3a34a68 7662 bcron-run_0.10-2_all.deb
Checksums-Sha256:
 465a12351b544ab23c38900b63b70bb97039bdc6c759d772d69b9ba2ef2e0ae5 1067 
bcron_0.10-2.dsc
 c3627a221eaeab770a491eedbda811359625ec13ce21b5058f1ab5c7a79799ae 9578 
bcron_0.10-2.diff.gz
 2878019b451486478b6e426e60c79af3d6d5b57a85afd0ee452caf022e9784c8 7662 
bcron-run_0.10-2_all.deb
Files:
 b3389c162774016fe934ab503fd6a245 7662 admin optional bcron-run_0.10-2_all.deb
 8de244cb742538deca8e13daaf844340 1067 admin optional bcron_0.10-2.dsc
 9f1c1503a71b5eb04de6542b1d2730d1 9578 admin optional bcron_0.10-2.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPpGBYACgkQGJoyQbxwpv9lPQCfVkSOEoKOHt/y5YE21YyXJnu/
01IAn1ZFEpbRQdtE1KO2UhB0qMfPIRoP
=yDhu
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xgvlh-0004eq...@franck.debian.org



Accepted dropbear 2014.65-1 (source) into unstable

2014-08-11 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 11 Aug 2014 20:50:11 +
Source: dropbear
Binary: dropbear
Architecture: source
Version: 2014.65-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 dropbear   - lightweight SSH2 server and client
Closes: 757780
Changes:
 dropbear (2014.65-1) unstable; urgency=low
 .
   [ Matt Johnston ]
   * New upstream release (closes: #757780).
 .
   [ Gerrit Pape ]
   * debian/diff/0003-options.h-use-usr-bin-xauth-instead-of...diff:
 remove; applied upstream.
   * debian/control: Standards-Version: 3.9.5.0.
Checksums-Sha1:
 cf9d14532bdceeac65cdb668c43fe9e63ecc1f04 988 dropbear_2014.65-1.dsc
 a15c03c89c405a34894322f158298bff034a138e 1858657 dropbear_2014.65.orig.tar.gz
 74d3ac87a1b3482c130899fe2f36e152d3e6059f 7527 dropbear_2014.65-1.diff.gz
Checksums-Sha256:
 c03df7a921ebaca2b0103c3e5cff7d5f12b631aa5f17fbdd09e6868c8160647f 988 
dropbear_2014.65-1.dsc
 134259f52550d08353669dce1bc610a2cc2861949f9e52f924e6d096b1959d59 1858657 
dropbear_2014.65.orig.tar.gz
 3c666a60c352e93c25dac1fe3418a41610b34c2359cfc1971fce57be0b4db9fa 7527 
dropbear_2014.65-1.diff.gz
Files:
 d62200e3a076912bd0a40e7bcbe35e02 988 net optional dropbear_2014.65-1.dsc
 e11ed8597693c0165b72606d627df7d1 1858657 net optional 
dropbear_2014.65.orig.tar.gz
 16c9f4ea8976b998dd15a79ccf15b732 7527 net optional dropbear_2014.65-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPpLhMACgkQGJoyQbxwpv+6ggCdGIfbkaZH23U/sNSAg0er3z6e
TvUAniTrJD8TzE+TvsWgi4WPWveUN7YL
=Q/0R
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xgxtz-0003hd...@franck.debian.org



Accepted bcron 0.10-1 (all source) into unstable

2014-08-10 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 14:16:45 +
Source: bcron
Binary: bcron bcron-run
Architecture: all source
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 bcron  - Bruce's cron system (programs)
 bcron-run  - Bruce's cron system
Changes:
 bcron (0.10-1) unstable; urgency=low
 .
   * new upstream release 0.10.
 * debian/diff/0004-bcron-exec.c-fix-typo-...diff: remove; fixed
   upstream.
 * debian/diff/0006-tests.sh-export-TZ-CST0-trailing-...diff: remove;
   obsolete.
 * debian/diff/0007-tests.sh-*.diff, 0008-bcron-exec-...diff: remove;
   applied upstream.
   * debian/control: Build-Depends: python, man2html, texinfo.
   * debian/diff/0001-...diff: adapt: remove *.html from TARGET to keep
 them on make clean.
   * debian/rules: ./ChangeLog no longer shipped by upstream, use NEWS.
   * debian/bcron-run.postinst: don't use update-service --add on package
 upgrade; use sv t to restart services on package upgrade.
   * debian/bcron-run.postinst: remove code for package upgrade from
 version 0.09-8 or earlier.
   * debian/control: remove version (= 1.8.0-2) from Depends: runit.
   * debian/bcron-run.postrm: purge: use sv force-shutdown instead of
 force-stop to take down services; guard deluser against failure.
   * debian/rules: echo /usr/share/doc conf-man; no longer install man
 pages explicitly.
   * debian/diff/0005-Makefile-don-t-use-Wl-R-bglibs-when-linking...diff:
 new: Makefile: don't use -Wl,-R'$${bglibs}' when linking programs.
   * debian/control: Standards-Version: 3.9.5.0.
Checksums-Sha1:
 3a68c254733382984cea44f1a135563d050fbca0 1067 bcron_0.10-1.dsc
 e012001ea4a903b6fd47396025a76054ad22a7a5 68314 bcron_0.10.orig.tar.gz
 0cc124b70d764d1d33928ca2d4e6999330931b66 9217 bcron_0.10-1.diff.gz
 f669e1471c4cdc46e437afc78f8cb0394d969823 7526 bcron-run_0.10-1_all.deb
Checksums-Sha256:
 867772c167c10b479805ae64976574f700e036782babbfa093e3d0366fe9d128 1067 
bcron_0.10-1.dsc
 322394a1fbf1b44c65a623a01c684044d56f026619e240ad74fe4f466ccd1dad 68314 
bcron_0.10.orig.tar.gz
 e3665e85798b5c036ad383876d753c1f459350dd6cc1fbe1ea5b5b6252f3ff39 9217 
bcron_0.10-1.diff.gz
 e9cf99662371f3117a5d1733ee7508997a63a41f67ae23be61d9c73f99a07047 7526 
bcron-run_0.10-1_all.deb
Files:
 4c1c339dc120035d8991eaf70a9fc989 7526 admin optional bcron-run_0.10-1_all.deb
 aa4a666f488dd2ddcfeb35bc93293ac0 1067 admin optional bcron_0.10-1.dsc
 35b86f020c3b4333c84ade28fb4630df 68314 admin optional bcron_0.10.orig.tar.gz
 90a982ebdc340f4f1d8426796b3b8118 9217 admin optional bcron_0.10-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPng8UACgkQGJoyQbxwpv+YRACeJQGfF4RuYaibKOAzaC0q6f+x
RC8An1DLlhYeRjbtghiEmvyTFVCEn0DV
=Uchd
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xgvmo-uj...@franck.debian.org



Accepted ucspi-proxy 0.99-1 (source) into unstable

2014-08-10 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 14:58:28 +
Source: ucspi-proxy
Binary: ucspi-proxy
Architecture: source
Version: 0.99-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 ucspi-proxy - Connection proxy for UCSPI tools
Changes:
 ucspi-proxy (0.99-1) unstable; urgency=low
 .
   * new upstream version.
   * debian/control: Standards-Version: 3.9.5.0.
   * debian/control: fix spelling error.
Checksums-Sha1:
 63ae2d0dd9c16c7614b2f853744a0134cc7a24c0 990 ucspi-proxy_0.99-1.dsc
 4952cc3bc793f62e67002639c209fb993116c1a3 35537 ucspi-proxy_0.99.orig.tar.gz
 bddc9fa0090e67ae4ca90b2a565e198758775e7f 3554 ucspi-proxy_0.99-1.diff.gz
Checksums-Sha256:
 11549333665cd6680563b390a8a4512ad831cb4b3a977e7e8fc7b4cbcb7c5247 990 
ucspi-proxy_0.99-1.dsc
 42943e978f51875e587567c552d349e058b983723c0d80756d1816e3ad560beb 35537 
ucspi-proxy_0.99.orig.tar.gz
 67111cb97d3ddf498ae8a81acd681ad2479ec6862c6af6836953ab748dd9e72b 3554 
ucspi-proxy_0.99-1.diff.gz
Files:
 4b9c6034f2fd67af0fd6d48ba55127e7 990 net optional ucspi-proxy_0.99-1.dsc
 ab702881d28bf3a8f97509ee9cdba2d7 35537 net optional 
ucspi-proxy_0.99.orig.tar.gz
 89c133fb59fdc0502a0ea78cb10901a4 3554 net optional ucspi-proxy_0.99-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPniiYACgkQGJoyQbxwpv+vbgCfRgMRcI7G6CfJ0nPNVcAxAEPm
x6QAmwV5PBDoJ3WQKhyHH5coftGhY+pi
=sO3C
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xgvt6-0003xk...@franck.debian.org



RFH: dropbear initramfs support

2014-08-01 Thread Gerrit Pape
On Tue, Jan 14, 2014 at 01:24:04PM +, Gerrit Pape wrote:
 Hi, in 2008 initramfs support was contributed to the dropbear package.
 Unfortunately the contributor seems to be no longer active and quite
 some bug reports concerning this feature have been collected in the BTS.
 
 Since I don't use ssh support in initrams, I hereby look for helpers or
 even a co-maintainer who take care of the bug reports and further
 development of this feature.
 
 A package git repository is available through
  http://smarden.org/git/dropbear.git/
 and I'd be happy to receive patches through the BTS.

Hi again, I just applied quite some patches from the BTS to dropbear's
initramfs support and uploaded a new package.  Thanks for all the
contributions!

Generally I'm with upstream who wrote in bug#692932:
 As Dropbear upstream I'm keen to see this fixed. Given how
 many Debian Dropbear bugs are in the initramfs portion,
 perhaps the initramfs setup of Dropbear should go into its
 own package for people who want it?

So here again my call for help, or better a new maintainer for the
initramfs functionality, prabably in a separate package.  I'd be happy
to split this out.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140801202941.2799.qm...@f862f4fe0e1e28.315fe32.mid.smarden.org



Accepted runit 2.1.1-8 (source amd64) into unstable

2014-08-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Aug 2014 06:19:57 +
Source: runit
Binary: runit
Architecture: source amd64
Version: 2.1.1-8
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 runit  - system-wide service supervision
Closes: 627574 754849
Changes:
 runit (2.1.1-8) unstable; urgency=low
 .
   * debian/diff/0005-man-sv.8-sv-exit-does-not-send-a-TERM-...diff:
 new: man/sv.8: sv exit does not send a TERM signal to the log
 service (thx Jonathan Nieder, closes: #627574).
   * debian/diff/0006-utmpset.c-mixes-int32_t-and-time_t.diff: new:
 don't pass int32_t to time() (thx Lorenzo Beretta, closes:
 #754849).
   * debian/rules: no longer build with dietlibc by default, support
 DEB_BUILD_OPTIONS=diet; get *FLAGS through dpkg-buildflags.
   * debian/control: remove Build-Depends:.
   * debian/diff/0007-src-Makefile-don-t-use-static-to-link-...diff:
 new: src/Makefile: don't use -static to link runit, runit-init on
 Debian.
   * debian/examples/start-stop-daemon.runit: updates from Andras
 Korn.
   * debian/control: Standards-Version: 3.9.5.0.
Checksums-Sha1:
 9f268cfcc496ab1dcc7876f433355b657ca9827e 961 runit_2.1.1-8.dsc
 3b763518192f16edc0cd191c5a7bd4b1b849488f 21790 runit_2.1.1-8.diff.gz
 984266711bdf6d7beed4c470adf6bc589b785910 115588 runit_2.1.1-8_amd64.deb
Checksums-Sha256:
 ab785c0742001a5db4e23a5c415c99431a80d05fe353da512190db51e460cc32 961 
runit_2.1.1-8.dsc
 352a8e037661471719ca22dc30bc18c57d717c4746933252860b23e378703e50 21790 
runit_2.1.1-8.diff.gz
 9cb55bea840cf8767399ff437c7dfc4b6a6f7a4244da1dad355cecd5c4b9135a 115588 
runit_2.1.1-8_amd64.deb
Files:
 97815b88dc13907b0d4cff660f3ea12a 115588 admin optional runit_2.1.1-8_amd64.deb
 1bcc0a80ce27ec9a81c3cbb903092e49 961 admin optional runit_2.1.1-8.dsc
 7a07f280946d18fb8b38682c4cbe5665 21790 admin optional runit_2.1.1-8.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPbN8UACgkQGJoyQbxwpv9gngCfXj4Xrcefem/0dyUbBg9jayWu
LJEAn0X6aERtig+W5EYb5mR0cZQNQWEa
=ZiLr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xd6sx-00057h...@franck.debian.org



Accepted dropbear 2014.64-1 (source) into unstable

2014-08-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Aug 2014 12:44:51 +
Source: dropbear
Binary: dropbear
Architecture: source
Version: 2014.64-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 dropbear   - lightweight SSH2 server and client
Closes: 614981 632656 714899 714900 714945 715047 729845 748826 756561
Changes:
 dropbear (2014.64-1) unstable; urgency=low
 .
   [ Matt Johnston ]
   * New upstream release (closes: #748826, #756561)..
 .
   [ Gerrit Pape ]
   * debian/diff/: update.
   * debian/initramfs/premount-devpts: apply patch from
 
https://launchpadlibrarian.net/107177971/dropbear_lp933903_precise_1.debdiff:
 duplicate mount /dev/pts in initramfs (thx Mario 'BitKoenig' Holbe,
 Guy Roussin, closes: #632656).
   * debian/dropbear.postinst: apply patch from Karl O. Pinc: dropbear's
 cryptroot setup does not use the system's host keys (closes:
 #714899).
   * debian/initramfs/dropbear-hook: apply patch from Karl O. Pinc:
 There is no warning when the cryptroot host key differs from the
 regular host key (closes: #714900).
   * debian/dropbear.postrm: apply patch from Karl O. Pinc: dropbear does
 not remove initramfs host keys on package purge (closes: #714945).
   * debian/initramfs/premount-dropbear: apply half of patch from
 Robert.Heinzmann: allow option specification for dropbear in
 /etc/initramfs-tools/initramfs.conf (closes: #614981).
   * debian/dropbear.conffiles: add
 /usr/share/initramfs-tools/conf-hooks.d/dropbear (thx Karl O. Pinc,
 closes: #715047).
   * debian/rules: apply patch from Matthias Klose: please allow the
 package to cross build (closes: #729845).
Checksums-Sha1:
 d66fa565b94fc70b07865f7c2e00fbb9c5979349 988 dropbear_2014.64-1.dsc
 7acb228a427f497297031de4f80a5f2014ce1de0 1858030 dropbear_2014.64.orig.tar.gz
 2842df3cc76c3afee876a39088c888db6984d1f0 7774 dropbear_2014.64-1.diff.gz
Checksums-Sha256:
 3e243fa864207501709133ac1fee0facbaabf8dfef7c4aa4a64f8278b15d2a46 988 
dropbear_2014.64-1.dsc
 e20f1e1344a465a988b7a405052733b8befd68d8f9db6e6e297bfa5859756a30 1858030 
dropbear_2014.64.orig.tar.gz
 8f0c03556fa8e3af2efb1185efd62a2dfe9a99326afe3cb9a9a85787ee4a9a43 7774 
dropbear_2014.64-1.diff.gz
Files:
 a601de2f91e79468f7b2d229a3142dd1 988 net optional dropbear_2014.64-1.dsc
 49ea91a53fe011f0aef25f64de423e69 1858030 net optional 
dropbear_2014.64.orig.tar.gz
 a343a25f0fb3681300b06787bc320e61 7774 net optional dropbear_2014.64-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPbn2UACgkQGJoyQbxwpv9TsQCgppdCdtOVPnskhuFXndA/5ghl
8aQAn1sSDZLompMUyy/CeuXuXsa2sE4w
=ETYr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xdfja-00054a...@franck.debian.org



Accepted daemontools 1:0.76-5 (all source) into unstable

2014-07-31 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 31 Jul 2014 10:28:57 +
Source: daemontools
Binary: daemontools daemontools-run
Architecture: all source
Version: 1:0.76-5
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 daemontools - a collection of tools for managing UNIX services
 daemontools-run - daemontools service supervision
Closes: 554791 712624
Changes:
 daemontools (1:0.76-5) unstable; urgency=low
 .
   * debian/update-service: apply patch from Robert Sander (slightly
 modified): update-service --remove stops appendant log service if
 subdirectory ./log/ exists in the service directory (thx Konstantin
 Khomoutov, Robert Sander, closes: #554791).
   * debian/control: Package: daemontools: mark it Multi-Arch: foreign
 (closes: #712624).
   * debian/control: Standards-Version: 3.9.5.0.
Checksums-Sha1:
 f047ad772a0e7d1ff59339e9a2077d18d6d7c71d 1037 daemontools_0.76-5.dsc
 d9723281e1e5159bf63b4930a67ce6fedbcff8e3 17307 daemontools_0.76-5.diff.gz
 4d5ff4d73956c1efbab1f02ee023b5b17ef29803 9816 daemontools-run_0.76-5_all.deb
Checksums-Sha256:
 fcb3b28e0ce79033eebc583264d3f76f5ad98c670bac36e174c79e9671dbb766 1037 
daemontools_0.76-5.dsc
 480b2d7e4bd1d24d56a9753d8f63dd57f8a67e4effcf0e32f04903060ecdf7d9 17307 
daemontools_0.76-5.diff.gz
 df32db17a0fd3b960ca0e2076260a3d08ff4e7608b041c821d5b07151ed2114b 9816 
daemontools-run_0.76-5_all.deb
Files:
 57b7866d44b37061e4f589688118f81c 9816 admin optional 
daemontools-run_0.76-5_all.deb
 db17a59a2a76399aab2c2fca312d83a1 1037 admin optional daemontools_0.76-5.dsc
 3877411f2d9924df6010014a59170338 17307 admin optional 
daemontools_0.76-5.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPaG1kACgkQGJoyQbxwpv8DdQCffl/qkr2ba5364TjgGqsf5wkQ
go0AoJbIKNuEYbCrXtFoC76I22WhlXir
=arpj
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xcnj3-0005mw...@franck.debian.org



Accepted runit 2.1.1-7 (source amd64)

2014-07-28 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jul 2014 11:05:09 +
Source: runit
Binary: runit
Architecture: source amd64
Version: 2.1.1-7
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 runit  - system-wide service supervision
Closes: 678985 695281 711335 715512 722116 726008
Changes:
 runit (2.1.1-7) unstable; urgency=low
 .
   * debian/runit.postinst, debian/runit.postrm: use test -d /proc/1
 instead of ps -p 1.
   * debian/control: no longer Depends: procps.
   * debian/rules: work around diet using -mpowerpc-gpopt when itself
 given -Os, as -mpowerpc-gpopt generates instructions not available
 on 32-bit PowerPC CPUs (thx Ryan Finnie, closes: #726008).
   * debian/examples/start-stop-daemon.runit, debian/runit.examples:
 new; include start-stop-daemon.runit script by Andras Korn in
 /usr/share/doc/runit/examples/ (closes: #678985).
   * debian/diff/0003-support-etc-runit-nosync-file-to-make-sync...diff:
 new; support /etc/runit/nosync file to make sync on shutdown/reboot
 optional (thx Andras Korn, closes: #695281).
   * debian/contrib/sv-completion.bash: new; bash completion for sv (thx
 Jeremy Lal).
   * debian/rules: install sv bash completion (closes: #711335).
   * debian/diff/0004-sv.c-fix-typo-that-made-sv-status-get-...diff:
 new; sv.c: fix typo that made sv status get confused (closes:
 #715512).
   * debian/systemd/runit.service: new; runit systemd unit file (thx
 Daniel Kahn Gillmor).
   * debian/rules: install runit systemd unit file.
   * debian/runit.postinst, debian/runit.postrm: enable and start,
 disable and stop respectively, runit unit if systemd is process 1
 (closes: #722116).
Checksums-Sha1:
 51b5ef89eaed2a146ce669a2d15e58c2cfd38b37 1071 runit_2.1.1-7.dsc
 b6032e2a994acfe7caa9dea0d4ac310048fe6d49 20059 runit_2.1.1-7.diff.gz
 c33b6c9ff178ee0399fabb31cc36a7227fd1a0c7 108586 runit_2.1.1-7_amd64.deb
Checksums-Sha256:
 d9743dfabb2b6d1511ce9cee5268ca06da67f5a1b7a310f8743ae2a890436b7d 1071 
runit_2.1.1-7.dsc
 371c2920cee522b77c5b20937dd50efd9c9e3c6cea457df44d95984c9a472738 20059 
runit_2.1.1-7.diff.gz
 08ddd8aad4d3211730c56d522ad0ac5498e2519a9fd9c3b38fa55f6271aa0267 108586 
runit_2.1.1-7_amd64.deb
Files:
 28cf9a0eca47353edc4167f96583337b 108586 admin optional runit_2.1.1-7_amd64.deb
 1d313019580e044787a5fae77a4e0641 1071 admin optional runit_2.1.1-7.dsc
 5652a6604bf222eaa9d4a3aaf54435e0 20059 admin optional runit_2.1.1-7.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPWOREACgkQGJoyQbxwpv8kkQCff3M7ctptzW0BLBXF/+1unJSL
XDUAmwYC6Lw6U1SQ973YokdRe1VjllTf
=ArVy
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xbjgy-6h...@franck.debian.org



Accepted daemontools 1:0.76-4 (all source)

2014-07-27 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Jul 2014 09:58:37 +
Source: daemontools
Binary: daemontools daemontools-run
Architecture: all source
Version: 1:0.76-4
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 daemontools - a collection of tools for managing UNIX services
 daemontools-run - daemontools service supervision
Closes: 752075
Changes:
 daemontools (1:0.76-4) unstable; urgency=low
 .
   * debian/systemd/daemontools.service: new; daemontools-run systemd unit
 file (thx Michael Biebl, Jonathan de Boyne Pollard, Milan P. Stanic).
   * debian/rules: install daemontools-run systemd unit file.
   * debian/daemontools-run.postinst, debian/daemontools-run.postrm: enable
 and start, disable and stop respectively, daemontools unit if systemd
 is process 1 (closes: #752075).
Checksums-Sha1:
 8766d3c611dce7891556b94f392c7d267643f0e9 1037 daemontools_0.76-4.dsc
 b4f331d4206fe57e8865d6a8054048d981ee12cb 17091 daemontools_0.76-4.diff.gz
 c5a6bc9761e65a043c3a7bc06b1abbad820294a8 9642 daemontools-run_0.76-4_all.deb
Checksums-Sha256:
 75dfc75331f103884b32e6fcab480b33ee7b7f2a3002e734e5ebd4ed60dbb8e7 1037 
daemontools_0.76-4.dsc
 4eb3b7c70596a9013076fd487eed98b5c83954edf89706fc7804215a31bebf32 17091 
daemontools_0.76-4.diff.gz
 ed970f4f377900530fadc310f318c1eda5b3acb7a0bf683bf5837162d5a5b9c0 9642 
daemontools-run_0.76-4_all.deb
Files:
 f3939d713d7e20851f69f5aeb2a85088 9642 admin optional 
daemontools-run_0.76-4_all.deb
 9244c1f934dba04def9def32ff0f1f75 1037 admin optional daemontools_0.76-4.dsc
 71474077372167d88ff0ecac96bf9333 17091 admin optional 
daemontools_0.76-4.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPVYkYACgkQGJoyQbxwpv9HoQCaAyw/WvnT+JMcZrm/lGXo2BhU
INEAnjhazG9eyafVzddjFIC1LNyPSUis
=MOX+
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xbvqw-0002z1...@franck.debian.org



Accepted ipsvd 1.0.0-3 (source amd64)

2014-07-26 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Jul 2014 06:57:45 +
Source: ipsvd
Binary: ipsvd
Architecture: source amd64
Version: 1.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 ipsvd  - Internet protocol service daemons
Closes: 751500
Changes:
 ipsvd (1.0.0-3) unstable; urgency=low
 .
   * debian/rules: no longer install the sslsvd, sslio programs and man
 pages, as matrixssl is orphaned (closes: #751500).
   * debian/control: no longer Build-Depends: libmatrixssl1.8-dev.
   * debian/diff/0001-Makefile-build-ssl-programs-with-...diff: remove;
 obsolete.
   * debian/ipsvd.NEWS.Debian: new; sslsvd and sslio programs are no
 longer included.
Checksums-Sha1:
 09c6efd411c0113b20ebe220a34a5e9fae0f8633 960 ipsvd_1.0.0-3.dsc
 bcafc6c731f268954348805e64836dd037a75adf 5210 ipsvd_1.0.0-3.diff.gz
 9b72c92e4a26fc89d7fe27873bb764d5e065605b 65004 ipsvd_1.0.0-3_amd64.deb
Checksums-Sha256:
 0b78c16c798cb41d598cc4e48c989506e232e7961b6871cf06c209ce5c597092 960 
ipsvd_1.0.0-3.dsc
 ce97419092706e7b682894c047d4a3bbdd97bec2b06cb92a27aaedc8376c9208 5210 
ipsvd_1.0.0-3.diff.gz
 dac61e8816761f5431b3e51a555fee5c53bf8292cca95971dbe2f4722b7c587a 65004 
ipsvd_1.0.0-3_amd64.deb
Files:
 cb7fd786d27b0fea7292875d4e4cf7a7 65004 net optional ipsvd_1.0.0-3_amd64.deb
 3aa9be69fbbbc9d1f2c5fdad26fb5749 960 net optional ipsvd_1.0.0-3.dsc
 b3a20b1928c90f8796d78f0db4e5950f 5210 net optional ipsvd_1.0.0-3.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPTWoMACgkQGJoyQbxwpv/W7wCgoD/fqMqs18GkTjVxPYELbRYZ
S0oAoKbOZ/aNY3NbmzJwDKScWDxvXAWX
=Wfwx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xawir-00011g...@franck.debian.org



Accepted twoftpd 1.42-1 (all source)

2014-07-26 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Jul 2014 07:58:12 +
Source: twoftpd
Binary: twoftpd twoftpd-run
Architecture: all source
Version: 1.42-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 twoftpd- a simple secure efficient FTP server (programs)
 twoftpd-run - a simple secure efficient FTP server
Closes: 661646
Changes:
 twoftpd (1.42-1) unstable; urgency=low
 .
   * new upstream version (closes: #661646, thx Anton Khalikov).
   * debian/etc/twoftpd[-anon]/run: raise memory limit to 1200 bytes.
   * debian/rules: target clean: depend on target patch.
   * debian/twoftpd-run.postrm: purge: make sure all twoftpd services are
 down; be less verbose.
Checksums-Sha1:
 9602a77ba169dee48540904f61595e50ceecf7bf 1080 twoftpd_1.42-1.dsc
 6928709680abdc7291ebfe60956e2ef22fa55518 87596 twoftpd_1.42.orig.tar.gz
 fd0eae5b720580ee09049d3be2795eeaf5609a43 8917 twoftpd_1.42-1.diff.gz
 e5a23b945ea7ccf0925c0f2bf5b477b0fa481736 44008 twoftpd-run_1.42-1_all.deb
Checksums-Sha256:
 91126360d9acc8a6f32b422e926930966374bc4c27575b377c893bda77699700 1080 
twoftpd_1.42-1.dsc
 5eafc789668e40122b8bb0c1f1bea407bba2e835227035f8475891e60169da66 87596 
twoftpd_1.42.orig.tar.gz
 00b6859e8afce26fd3feea7fb7952146b07240a23cfcf35460bd54af759e4d44 8917 
twoftpd_1.42-1.diff.gz
 23dbf9c626e3fb1836ed92716c9f75230009a0823c6ec6ab9c3541119221d605 44008 
twoftpd-run_1.42-1_all.deb
Files:
 f1b587cd10153c7ecccdaded20beb86b 44008 admin optional 
twoftpd-run_1.42-1_all.deb
 81265988aab05b6084f69e5edf9d2f7e 1080 net optional twoftpd_1.42-1.dsc
 3d6288990a06dadcc6a869804da64374 87596 net optional twoftpd_1.42.orig.tar.gz
 5a9c441700be24d6a4b1e66aa89b0b82 8917 net optional twoftpd_1.42-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPTdO8ACgkQGJoyQbxwpv+Y+gCbBloRS9EQ4YpyzPFwQQoWaUqI
+8EAn0WYi7f7GXMcrjZq3OSZGYuBOSe8
=Hidz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xayui-0001wh...@franck.debian.org



Re: Let's shrink Packages.xz

2014-07-25 Thread Gerrit Pape
On Fri, Jul 25, 2014 at 10:07:25AM -0700, Russ Allbery wrote:
 Ian Jackson ijack...@chiark.greenend.org.uk writes:
  But the problem with lots of small packages is not that the Packages.xz
  has too many bytes.
  It's that the packaging tools, UIs (for users and developers), and
  humans, need to think about too many packages.
  This makes packaging tools slow, UIs cluttered, and humans confused.
 
 So we need to figure out how to solve that problem.  But don't package
 things is not a good solution to that problem, obviously, and don't
 package small things or don't use a packaging structure that works well
 for our tools aren't much better.

SCNR
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422139#151

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140725172802.16488.qm...@22ba4216a2609a.315fe32.mid.smarden.org



Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Gerrit Pape
Hi,

I looked into latest policy, but did not find anything about systemd
support.  I'm surprised that this is now a release critical bug, and the
package marked for removal.  What's the justification?

This package hooks into /etc/inittab, does systemd not automatically
manage services from inittab?  Isn't it systemd having release critical
bug then?

Regards, Gerrit


On Thu, Jun 19, 2014 at 12:54:06PM +0200, Joern Heissler wrote:
 Package: daemontools-run
 Version: 1:0.76-3
 Severity: grave
 Justification: renders package unusable
 
 Hi,
 Debian decided to use systemd.
 
 I'm using a local dnscache (djbdns) for recursive dns lookups, but this
 service isn't started automatically. I assume that it's because
 daemontools-run only supports sysvinit's inittab.
 
 Please add systemd support,
 Cheers!
 
 
 -- System Information:
 Debian Release: jessie/sid
   APT prefers unstable
   APT policy: (600, 'unstable')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages daemontools-run depends on:
 ii  daemontools  1:0.76-3
 
 daemontools-run recommends no packages.
 
 daemontools-run suggests no packages.
 
 -- no debconf information


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140704090821.13265.qm...@79b6c771442573.315fe32.mid.smarden.org



RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Gerrit Pape
On Fri, Jul 04, 2014 at 03:37:20AM -0700, Russ Allbery wrote:
 Gerrit Pape p...@dbnbgs.smarden.org writes:
  I looked into latest policy, but did not find anything about systemd
  support.  I'm surprised that this is now a release critical bug, and the
  package marked for removal.  What's the justification?
 
 I'm very dubious about this being release-critical.

I think it is.  The package will not work as expected without the
inittab interface.

  This package hooks into /etc/inittab, does systemd not automatically
  manage services from inittab?
 
 Correct, systemd doesn't use inittab.
 
  Isn't it systemd having release critical bug then?
 
 I don't think it's likely that systemd will support inittab.  The
 semantics of inittab are quite a bit inferior to what's available with
 very little additional work using the native configuration format, and the
 regular inittab jobs are provided by regularly-configured services.  Yes,
 that is a disruptive change for people who were using inittab to run other
 things.

Thanks Russ.  This also applies to the runit package actually.

Having my own init system since more than 10 years, I'm not that much in
systemd.  I looked at policy, but didn't find any instructions.

I hereby ask for help to add systemd support to these packages.

Important thing to know is: init scripts don't work out for this.  The
service management concept of daemontools and runit is, amongst other
things, a process tree with guaranteed process state, including
envrionment.  init scripts don't provide that.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140704115052.24406.qm...@0268f0ed90ab4d.315fe32.mid.smarden.org



Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Gerrit Pape
On Fri, Jul 04, 2014 at 12:01:13PM +0200, Ansgar Burchardt wrote:
 Could we please not have another systemd thread on -devel@? The last
 one is not even cold yet... Thanks!

On Fri, Jul 04, 2014 at 12:06:41PM +0200, Ond??ej Surᅵ wrote:
 Please do not abuse debian-devel to questions that could be politely
 and calmly discussed outside the list.

This is about a package I maintain with a RC bug that'll cause it to be
removed from the next Debian release.  I'm with Debian more than 12
years, I'm pretty sure debian-devel@l.d.o is the right place to ask
fellows for advice.

Switching to systemd is a big change, and what you're doing is not in
line with common understanding of Change Management.  I, and our
fellows, shouldn't be told to shut up.  I need support from my fellows
just because of that change.

On Fri, Jul 04, 2014 at 12:06:41PM +0200, Ond??ej Surý wrote:
 it's up to you to lower the severity of the bug to important (I guess
 since it will break with default init system).

I know that.  It's not right, it's RC with justification renders
package unusable.  It's just that since more than six years this
package worked just flawlessly without any changes.  I like that.  It's
something else that renders it unusable.

We all should welcome RC bugs, they help us to make a good release.
Looks like the question in which package a RC bug shall be resolved
offends some people.  Not good.

Regards.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140704115255.24565.qm...@8e5fdd656e7568.315fe32.mid.smarden.org



RFH: dropbear initramfs support

2014-01-14 Thread Gerrit Pape
Hi, in 2008 initramfs support was contributed to the dropbear package.
Unfortunately the contributor seems to be no longer active and quite
some bug reports concerning this feature have been collected in the BTS.

Since I don't use ssh support in initrams, I hereby look for helpers or
even a co-maintainer who take care of the bug reports and further
development of this feature.

A package git repository is available through
 http://smarden.org/git/dropbear.git/
and I'd be happy to receive patches through the BTS.

Thanks, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140114132404.7481.qm...@30c3a586213ae7.315fe32.mid.smarden.org



Accepted dash 0.5.7-4 (all source)

2014-01-10 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 08 Jan 2014 11:54:11 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.7-4
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 690473
Changes: 
 dash (0.5.7-4) unstable; urgency=low
 .
   * Thx Michael Gilbert for NMU.
 * 0006-JOBS-address-format-security-build-error.diff: new: address
   format-security build error (patch from Simon Ruderich).
   * debian/rules: make DEB_BUILD_OPTIONS=diet build working again.
   * debian/diff/0007-EVAL-Report-I-O-error-on-stdout.diff: new: eval: report
 I/O error on stdout (closes: #690473).
Checksums-Sha1: 
 4ba59bdfbf6b565ed79cf87888cf19391d1687b2 1105 dash_0.5.7-4.dsc
 3db5964f3d0a60e19a1338e02935ec9f25c95faf 42834 dash_0.5.7-4.diff.gz
 bd3e3d325f7f7b70dddeb9152faddf7e91d602e3 29124 ash_0.5.7-4_all.deb
Checksums-Sha256: 
 c77f4baef8cbdc105a783bf6e4d3253ae10671ad98c27bf8537c8c731f073310 1105 
dash_0.5.7-4.dsc
 649d97aa0c48dc0db73c08d7e89a004b9d413279a823388161940342016284f0 42834 
dash_0.5.7-4.diff.gz
 3d29bb1d79854c7768deb345500b533fb4cba042f3c075ec338733170ce8b56a 29124 
ash_0.5.7-4_all.deb
Files: 
 6e37f85f1553b9bc57e41b6309516172 1105 shells optional dash_0.5.7-4.dsc
 1cd7e8e1c9e03f4043db48269409983a 42834 shells optional dash_0.5.7-4.diff.gz
 4d6888be2680b0d8e3c81e8c726c60ed 29124 shells optional ash_0.5.7-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlLPwrkACgkQGJoyQbxwpv+6QACdFEiOeK+lSgNNboxnPlgJm2cw
FRUAniOe/6knir0Hz/KyaaW+Y4vSZeb4
=mzs3
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1w1yvw-00057w...@franck.debian.org



Accepted dropbear 2013.60-1 (source amd64)

2014-01-10 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Oct 2013 15:00:48 +
Source: dropbear
Binary: dropbear
Architecture: source amd64
Version: 2013.60-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 dropbear   - lightweight SSH2 server and client
Closes: 692653
Changes: 
 dropbear (2013.60-1) unstable; urgency=low
 .
   [ Matt Johnston ]
   * New upstream release.
 .
   [ Gerrit Pape ]
   * debian/diff/0004-cve-2013-4421.diff, 0005-user-disclosure.diff:
 remove; fixed upstream.
   * debian/dropbear.postinst: don't fail if initramfs-tools it not
 installed (closes: #692653).
Checksums-Sha1: 
 2f33fafcbd82f7c15a05c2e2ffa44a6bc0e7a20f 1000 dropbear_2013.60-1.dsc
 718007bdc840fd0db2f7b019c2b81e792918068a 1843829 dropbear_2013.60.orig.tar.gz
 8256a3bbbf3724d2e050f1aee45a18d2dc87148a 6978 dropbear_2013.60-1.diff.gz
 19bb929cf8d732fbd98b27df15e1f0c3f718e8a1 149140 dropbear_2013.60-1_amd64.deb
Checksums-Sha256: 
 aaaffda3ae698538e4dc9c2649950b1ea64e51ff3b64e619d0062ed411bf5c37 1000 
dropbear_2013.60-1.dsc
 88b648b85f9be2b3b8b0b7e3791efb7cda77f1c18d41f63b42c2b573c8f7ee52 1843829 
dropbear_2013.60.orig.tar.gz
 f015fbb87b2360aa48dfea6b8e76484b0f6ab5e7733d3722aae2214d55de5d82 6978 
dropbear_2013.60-1.diff.gz
 835ef6be2abcccaa2aa150556931f8b457415bcdf1eba472a209a69d7f4076ad 149140 
dropbear_2013.60-1_amd64.deb
Files: 
 2c6f69b401227d8a7f185da6322ce17e 1000 net optional dropbear_2013.60-1.dsc
 6a32514f6e01ba0ddf49ab4daa9da6e9 1843829 net optional 
dropbear_2013.60.orig.tar.gz
 aa5afd40d5471ffeae49c90c3ee34c6c 6978 net optional dropbear_2013.60-1.diff.gz
 8461fe6c31c95f6cf17b56a2aaaecd2a 149140 net optional 
dropbear_2013.60-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlLP8+cACgkQGJoyQbxwpv8CowCglz5LtwfaknzHdPI5dQwGk2ZS
5EYAn1z2CiptcubCyAm+8lyHuOTUpphe
=yQjy
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1w1cdm-o4...@franck.debian.org



Accepted git 1:1.8.1.1-1 (all source)

2013-01-16 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Jan 2013 08:17:53 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.8.1.1-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 698055
Changes: 
 git (1:1.8.1.1-1) experimental; urgency=low
 .
   [ Jonathan Nieder ]
   * debian/git.NEWS.Debian: bash completion script moved to
 /usr/share/bash-completion/completions/ (thx Philipp Marek;
 closes: #698055).
 .
   [ Gerrit Pape ]
   * new upstream release.
Checksums-Sha1: 
 7edd7e4dbe664492b7967d5ee3405f7b3a2b29f0 2027 git_1.8.1.1-1.dsc
 44b90aab937b0e0dbb0661eb5ec4ca6182e60854 4295398 git_1.8.1.1.orig.tar.gz
 85080033b4421df319ae1bcc65964c34ca4170be 535005 git_1.8.1.1-1.diff.gz
 c693350688f8c95140c8fa6e4933dab62766dc57 2440176 git-doc_1.8.1.1-1_all.deb
 ced675bd9f72efc351a60f23d35b2bd69399e714 500688 git-arch_1.8.1.1-1_all.deb
 143ecb158642241871976995dd8792b4a1ebb333 574160 git-cvs_1.8.1.1-1_all.deb
 59a378f0f15221bf7e2f553cbe037b8fec33a7ba 520080 git-svn_1.8.1.1-1_all.deb
 57ddc4b2991c85b36a187339fb6c472af250ef3c 487258 
git-daemon-run_1.8.1.1-1_all.deb
 28716a639b577a711efe91f41edd60df2ff2ea79 488668 
git-daemon-sysvinit_1.8.1.1-1_all.deb
 b1955e2136032b96ad856df1398e86e6150af5c1 505982 git-email_1.8.1.1-1_all.deb
 806a895a42a830445c503df6b3196ba4100e25f7 767122 git-gui_1.8.1.1-1_all.deb
 62801afdf82d77911e40e9ae979196342c476060 615414 gitk_1.8.1.1-1_all.deb
 3bb47c43e4819d5193ed8fefab47e149e65524e7 490468 gitweb_1.8.1.1-1_all.deb
 0035ec4e2ce7f8114cf8dbdf10cc7ba679ea3be2 485310 git-all_1.8.1.1-1_all.deb
 c30ab5559c9f3f86588add59a1a544a33c4f4b3d 1350 git-core_1.8.1.1-1_all.deb
 7ce949d84e16154e28794186347935bea1a9f6d8 509212 git-el_1.8.1.1-1_all.deb
 5d3c12a1796df2c0c69c80dc02069057d3b71679 1127348 git-man_1.8.1.1-1_all.deb
Checksums-Sha256: 
 de26b0a162ed8d6ce245b7102fdfa1b813a66416a44f74d2aad0937e6c85e9a4 2027 
git_1.8.1.1-1.dsc
 8b5bd081dc38f3e14acc86f234231a9a46d1e9a990c8c732aed6856d2714dff6 4295398 
git_1.8.1.1.orig.tar.gz
 c15b895bfb233d42758b58724bfab022b760ba07cd40eaae1a62140c0d447b80 535005 
git_1.8.1.1-1.diff.gz
 1df0068eff6a090f7734532d5ba6995d804ac32030bad0d307abba5876985452 2440176 
git-doc_1.8.1.1-1_all.deb
 556783c7dfe59ec90eb74157a827f1986f8b3e100b83ba514af4207ff1d837bc 500688 
git-arch_1.8.1.1-1_all.deb
 a45e35cb55d5646a4d12b2066bafd96f2f7ad9d0782a302772d84aaa80912741 574160 
git-cvs_1.8.1.1-1_all.deb
 eb00c4b5926f84870abe2493e81afd4a55d383d16c3d97277f4db08b1b333e00 520080 
git-svn_1.8.1.1-1_all.deb
 b6c85018bab560e5fa91e5c822695c9e380c43ed20013e0dc6a2c20cac88094f 487258 
git-daemon-run_1.8.1.1-1_all.deb
 77a369c88563a7650e9cccb81cbc73d0915208d3b8ff16660e1ffd6186c8ca9a 488668 
git-daemon-sysvinit_1.8.1.1-1_all.deb
 efc12fe4ab435f8665fdeabc11cb96cd9aae28d829f7398e4d01c055e7df8eda 505982 
git-email_1.8.1.1-1_all.deb
 4a90da45b393b45f1f71fe6a2479c0d03c88c1568b23b2b8dddae0bda9b98b92 767122 
git-gui_1.8.1.1-1_all.deb
 88900eb8ea50efccd863298b779c385607a7fe1a72d74c78540ef51e06f5ffac 615414 
gitk_1.8.1.1-1_all.deb
 7d306de9278451630a252e40f7f33fa7a80c21434f9039f4f776695a842c75ff 490468 
gitweb_1.8.1.1-1_all.deb
 d4a0cb5d4d78f31d315ac017322e7cf86b9dc5d48cd865d6ce9939bebafc3328 485310 
git-all_1.8.1.1-1_all.deb
 3ea089253013fbd4fe473c5ce21449a56d78195cb40a65db56d0278ff893ffa1 1350 
git-core_1.8.1.1-1_all.deb
 60ddad5c3206c3f29626fbf22520cda0a4eaad64f80f0879be4d1fa25e9b0ceb 509212 
git-el_1.8.1.1-1_all.deb
 dd13a4f7b63657fbe905cabcd2105ccba7223b650d9f03a61e9e224000b43a1c 1127348 
git-man_1.8.1.1-1_all.deb
Files: 
 5480c1a777f8c88c699d2bf38d9c980f 2027 vcs optional

Accepted bcron 0.09-13 (all source)

2013-01-16 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Jan 2013 10:13:37 +
Source: bcron
Binary: bcron bcron-run
Architecture: all source
Version: 0.09-13
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 bcron  - Bruce's cron system (programs)
 bcron-run  - Bruce's cron system
Closes: 686650
Changes: 
 bcron (0.09-13) unstable; urgency=medium
 .
   * debian/diff/0008-bcron-exec-Mark-all-temporary-files-close-...diff:
 new; from upstream git; bcron-exec: Mark all temporary files
 close-on-exec and close selfpipe; this fixes a security bug in
 bcron where cron jobs get access to the temporary output files from
 all other jobs that are still running (closes: #686650).
Checksums-Sha1: 
 acf2f180ec33b25510d373a00edcb8057221548b 1042 bcron_0.09-13.dsc
 13967b5f9bc815f44da4d3c57dfcae0155da00d1 9893 bcron_0.09-13.diff.gz
 f3b7353f6e83f25e2a0015d8bf01793ea1decfec 8930 bcron-run_0.09-13_all.deb
Checksums-Sha256: 
 4ce05a73efee27ba75d6a95efdb5ff8f9915ca70c041a0ef15182c4fb7e8e878 1042 
bcron_0.09-13.dsc
 d7a5c0da1e7cb92faa1fa9a29ef4c6636f1f9df158acd9f94ae35e7e5b304f52 9893 
bcron_0.09-13.diff.gz
 f7700963d863fdaa08f30360b6ceaa1ec303e9fb10185beef4e29bce98d1c3ce 8930 
bcron-run_0.09-13_all.deb
Files: 
 4617fcc0b0c088ea88656e22f6588e3f 1042 admin optional bcron_0.09-13.dsc
 d2fc2b72ebd095d55764e8f6e6ad2e67 9893 admin optional bcron_0.09-13.diff.gz
 2dea60dad96f5c0d3843bab5000527d6 8930 admin optional bcron-run_0.09-13_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlD2gFMACgkQGJoyQbxwpv/DPACfWNiOscyMpSz8wj03EMExC5CX
SsIAn2nS3o4wWZqwjHU7AIB3IdWioS87
=8npn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tvuvy-0004kl...@franck.debian.org



Accepted git 1:1.7.10.4-1 (source all)

2012-06-08 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Jun 2012 00:04:11 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.10.4-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.10.4-1) unstable; urgency=low
 .
   * new upstream point release (thx Jonathan Nieder).
 .
 git (1:1.7.10.2-1) unstable; urgency=low
 .
   * new upstream point release.
 * merge-recursive: don't detect renames of empty files.
 * fast-import: tighten parsing of datarefs.
 * diff -c -U0: fix segfault showing start of file.
   * debian/rules: do not install preliminary German translation.
Checksums-Sha1: 
 f317beac726765f5fdef091d51c182d74b125c87 1964 git_1.7.10.4-1.dsc
 ddc305ab520246790faa72bbaab4b9bf5bcf23fa 3813469 git_1.7.10.4.orig.tar.gz
 1af17f552be24e04dc9845be9fd6a80a19f909ab 498942 git_1.7.10.4-1.diff.gz
 8f3a486393e0ae02cbaae575be39c82f425eb2dc 2295328 git-doc_1.7.10.4-1_all.deb
 091d6b5a6c1f3f7deb6d73a87748a040c781133d 462524 git-arch_1.7.10.4-1_all.deb
 2ed3acf714184dcd633569dbc77e7b270fe52b59 532632 git-cvs_1.7.10.4-1_all.deb
 e5795cd66b35a45027f356bed76598baa879aac3 519528 git-svn_1.7.10.4-1_all.deb
 400b751fbc875b4efa5cfdf8048e233a32053f87 450136 
git-daemon-run_1.7.10.4-1_all.deb
 4eedaeae77993e35aa0b5f22d02fb3d46e10a568 451426 
git-daemon-sysvinit_1.7.10.4-1_all.deb
 527d36e7adaccfbfecb8dba80a8199575cff624b 468334 git-email_1.7.10.4-1_all.deb
 74ff7d627a638fabfc9fa551a81a96ac4c42527f 728382 git-gui_1.7.10.4-1_all.deb
 b64d707c00dcaeb3f39d675f0d8980837a6912ba 574644 gitk_1.7.10.4-1_all.deb
 a71bae6eb13c04f2bd35a654181d9bc4ba043816 452344 gitweb_1.7.10.4-1_all.deb
 264150947ad1618b63a5a9302f4c20f4a7dca42a 448536 git-all_1.7.10.4-1_all.deb
 7ce802f67472ecfedb750363e9af5151ea1283be 1330 git-core_1.7.10.4-1_all.deb
 843b1367f3b372ddae485463a10337f6d2eca7c6 472250 git-el_1.7.10.4-1_all.deb
 317251a6eddb4f4c34e96597cc396c033a41ef9b 1073808 git-man_1.7.10.4-1_all.deb
Checksums-Sha256: 
 2fccfec6c26e747bdb7ec587c1647f43293341fa337d40f5c4e3e987481b1036 1964 
git_1.7.10.4-1.dsc
 77ce53644d687202c64ca29db4ae5055daff4e0c611dde8f1d51edb752dba8dd 3813469 
git_1.7.10.4.orig.tar.gz
 d69bfe1ad8b24f6309b53e71e25569741e62e6d54ab24698224f03202354eb4b 498942 
git_1.7.10.4-1.diff.gz
 bba6a2a8ec0ff6697415cafff434c40bb65ae5d96e9208f1331809592c24fd1f 2295328 
git-doc_1.7.10.4-1_all.deb
 a895c005e49445ffe8a0c1bc4959f9eee1a5125d4715bde2d7fde6ce4261fd72 462524 
git-arch_1.7.10.4-1_all.deb
 f63f1b919bee675386ba5836ec4a4103d1eacc91df05f19da451b512db4e609d 532632 
git-cvs_1.7.10.4-1_all.deb
 afc76987e65922f87eac1e0c91b8f88d31ba23f2b6aba4284dd5e5953cba04bf 519528 
git-svn_1.7.10.4-1_all.deb
 866f5e1048d6dbd0ed3ac7458df2d4f53e586e345ddd9abade2956b4c505e589 450136 
git-daemon-run_1.7.10.4-1_all.deb
 df1b487fd0e98c8ed49df7a51de089443c5de02bb18044518f46e1579c34b63f 451426 
git-daemon-sysvinit_1.7.10.4-1_all.deb
 8294ad36ce67c35ef745ecc2a07ef46c5bb51b72e6f9657e406878069ad57462 468334 
git-email_1.7.10.4-1_all.deb
 e31e8e39db3b6a27616bc8f33c26213f3f3c4fd0224e2e0018683945bd633846 728382 
git-gui_1.7.10.4-1_all.deb
 98d2561048b3157d530b10c79e8bf80e65474fdbcff36da42deb7aa2dbdc652e 574644 
gitk_1.7.10.4-1_all.deb
 8a9ccf84222330b06a228e4fa820d8e6a3fd1fa4ca270e70270cc502b4aff1a5 452344 
gitweb_1.7.10.4-1_all.deb
 7bc8179aafeea0aa159e26ca4e4345f1bb5148092c0892356c0c88d4c009c6ff 448536 
git-all_1.7.10.4-1_all.deb
 46c46fcc82be0945b32d0b2ab2cc8d7c666c42fb5348d5f0a788466f185af52d 1330 
git-core_1.7.10.4-1_all.deb
 44a5b47c34ed6440c03345352d2ef3f47fb83e22b7d99ad8e42e947036739d70 472250 
git-el_1.7.10.4-1_all.deb

Accepted ezmlm-idx 7.1.1-1~exp0 (source amd64)

2012-04-17 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Apr 2012 01:16:19 +
Source: ezmlm-idx
Binary: ezmlm-idx ezmlm-idx-mysql ezmlm-idx-pgsql
Architecture: source amd64
Version: 7.1.1-1~exp0
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ezmlm-idx  - easy-to-use, high-speed mailing list manager for qmail
 ezmlm-idx-mysql - easy-to-use, high-speed mailing list manager (MySQL support)
 ezmlm-idx-pgsql - easy-to-use, high-speed mailing list manager (PostgreSQL 
support)
Closes: 469193
Changes: 
 ezmlm-idx (7.1.1-1~exp0) experimental; urgency=low
 .
   * new upstream version.
   * debian/rules: adapt to new upstream install: target.
   * debian/ezmlm-idx.docs: remove .idx suffixes.
   * debian/control: Standards-Version: 3.9.3.1.
 .
 ezmlm-idx (7.0.0-1) unstable; urgency=low
 .
   * new upstream version.
   * switch from tarballs-in-tarball to original upstream tarball
   * debian/control: package ezmlm-idx: Suggests: ezmlm-idx-mysql,
 ezmlm-idx-pgsql; packages ezmlm-idx-mysql, ezmlm-idx-pgsql:
 Depends: ezmlm-idx (= ${binary:Version}).
   * debian/copyright: the complete package is now licensed under GPL2.
   * debian/rules: switch to original upstream tarball; remove obsolete
 target unpack:.
   * debian/ezmlm-idx.docs, debian/ezmlm-idx-mysql.docs,
 debian/ezmlm-idx-pgsql.docs, debian/ezmlm-idx.conffiles: adapt.
   * debian/control: Standards-Version: 3.8.0.1.
   * debian/control: Vcs-Git: http://smarden.org/git/ezmlm-idx.git/.
 .
 ezmlm-idx (6.0.1-1) unstable; urgency=low
 .
   * initial release (closes: #469193).
Checksums-Sha1: 
 06adabf65d937c13bba6896c9b72dfa0c3243bc2 1188 ezmlm-idx_7.1.1-1~exp0.dsc
 3e03b14c344e0b10d707d4e9e6859b8bda01711e 718954 ezmlm-idx_7.1.1.orig.tar.gz
 5887c8013a7942846b05774a38e9b506e4e754ab 5525 ezmlm-idx_7.1.1-1~exp0.diff.gz
 dce8e31e1358ac30c8eb89f73d0e521ddb98bd0e 1379984 
ezmlm-idx_7.1.1-1~exp0_amd64.deb
 008a4201621719d0724e0d5778cecb9b3026107e 108958 
ezmlm-idx-mysql_7.1.1-1~exp0_amd64.deb
 adc1ffe49ea597312dcd12568309dbca011badbc 109612 
ezmlm-idx-pgsql_7.1.1-1~exp0_amd64.deb
Checksums-Sha256: 
 20a2785e088a7f0063dad62ee99fb6b7b71a785c49acf4532d48fbb687c78aff 1188 
ezmlm-idx_7.1.1-1~exp0.dsc
 0d2a9d99fa410cc26c9d00c000ede4977b606ba9fd483c5a7a00b87bf8db2383 718954 
ezmlm-idx_7.1.1.orig.tar.gz
 b5ceccb756f58d955412141b4a8f4082ee9505aadc3fa7e59cb61fedc15403be 5525 
ezmlm-idx_7.1.1-1~exp0.diff.gz
 f817cf807c495c6eda01ac59beab95f821cda5d9502f9d75d98078af0d76b758 1379984 
ezmlm-idx_7.1.1-1~exp0_amd64.deb
 05216732e62030b6e11a389e4e53c8a1047fa12997a7f64340c22e698b65f912 108958 
ezmlm-idx-mysql_7.1.1-1~exp0_amd64.deb
 04cb593144b9ba7f9dac18f225306a6cede771add20684ef11b97516076c085e 109612 
ezmlm-idx-pgsql_7.1.1-1~exp0_amd64.deb
Files: 
 a91582df5089f4d03714dafc91ffd9ac 1188 mail extra ezmlm-idx_7.1.1-1~exp0.dsc
 9af796cf1115817e5c436a4dc5dddfa9 718954 mail extra ezmlm-idx_7.1.1.orig.tar.gz
 c605c39642ff3d96a67ffaa95cadefa1 5525 mail extra ezmlm-idx_7.1.1-1~exp0.diff.gz
 7cccd1de9ae8e3634b8d000c2b464862 1379984 mail extra 
ezmlm-idx_7.1.1-1~exp0_amd64.deb
 73a40b036740eac88716701aea087a6c 108958 mail extra 
ezmlm-idx-mysql_7.1.1-1~exp0_amd64.deb
 274a9f10bf5d47dc1f7416c9fc4a2fdf 109612 mail extra 
ezmlm-idx-pgsql_7.1.1-1~exp0_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+GOFcACgkQGJoyQbxwpv98SgCfbhIk9JK3utJeM+kxe7+fLvnJ
xxEAnAtRfFNwkulWl8p1Y8/UxKoA2h3E
=OqCF
-END PGP SIGNATURE-


Accepted:
ezmlm-idx-mysql_7.1.1-1~exp0_amd64.deb
  to main/e/ezmlm-idx/ezmlm-idx-mysql_7.1.1-1~exp0_amd64.deb
ezmlm-idx-pgsql_7.1.1-1~exp0_amd64.deb
  to main/e/ezmlm-idx/ezmlm-idx-pgsql_7.1.1-1~exp0_amd64.deb
ezmlm-idx_7.1.1-1~exp0.diff.gz
  to main/e/ezmlm-idx/ezmlm-idx_7.1.1-1~exp0.diff.gz
ezmlm-idx_7.1.1-1~exp0.dsc
  to main/e/ezmlm-idx/ezmlm-idx_7.1.1-1~exp0.dsc
ezmlm-idx_7.1.1-1~exp0_amd64.deb
  to main/e/ezmlm-idx/ezmlm-idx_7.1.1-1~exp0_amd64.deb
ezmlm-idx_7.1.1.orig.tar.gz
  to main/e/ezmlm-idx/ezmlm-idx_7.1.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1skcge-00085o...@franck.debian.org



Accepted dot-forward 1:0.71-2 (source amd64)

2012-04-12 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Apr 2012 23:31:32 +
Source: dot-forward
Binary: dot-forward
Architecture: source amd64
Version: 1:0.71-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 dot-forward - reads sendmail's .forward files under qmail
Closes: 620396
Changes: 
 dot-forward (1:0.71-2) unstable; urgency=low
 .
   * debian/rules: install dot-forward.1 manpage as dot-forward.1qmail to
 resolve conflict with the courier-mta package (closes: #620396).
   * debian/control: Standards-Version: 3.9.3.1.
Checksums-Sha1: 
 7b9a6514e734ee5bcf531637fb48fbbd03bfecf5 1002 dot-forward_0.71-2.dsc
 6c51c6f0cacffec1a8514f4c500f6b7e45560f11 4246 dot-forward_0.71-2.diff.gz
 b9c39470fd8ba2a9d4a8c01ba24ed8c480ee019a 23930 dot-forward_0.71-2_amd64.deb
Checksums-Sha256: 
 14d229a4f7b24fa0e2f01c91a85149499c7ed77f66226b845f04cd9f99a6f6ae 1002 
dot-forward_0.71-2.dsc
 136492f54f60a75e86c7eff26cd0a8504bd0112aa3aaceb1a21cd5a929e46a23 4246 
dot-forward_0.71-2.diff.gz
 5ab910d6029a426cee964abbd454f695d6d02c398593e1570cc0bfa90d90aff7 23930 
dot-forward_0.71-2_amd64.deb
Files: 
 1cbddcf27890e99665f57d1cc190473d 1002 mail extra dot-forward_0.71-2.dsc
 d18455d45245b69fc6e232efe30fe82c 4246 mail extra dot-forward_0.71-2.diff.gz
 bf6cbaee9e16a2391778bc362431dcb6 23930 mail extra dot-forward_0.71-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+GFyAACgkQGJoyQbxwpv9YYgCeLmD/C0d2h4rAYhPgL97R7uUO
/HIAn2GScO6ijT0CG6NYq/Nex8hOBUJe
=yc4j
-END PGP SIGNATURE-


Accepted:
dot-forward_0.71-2.diff.gz
  to main/d/dot-forward/dot-forward_0.71-2.diff.gz
dot-forward_0.71-2.dsc
  to main/d/dot-forward/dot-forward_0.71-2.dsc
dot-forward_0.71-2_amd64.deb
  to main/d/dot-forward/dot-forward_0.71-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1siiun-000859...@franck.debian.org



Accepted netqmail 1.06-5 (source all)

2012-04-12 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Apr 2012 23:30:51 +
Source: netqmail
Binary: qmail qmail-uids-gids
Architecture: all source
Version: 1.06-5
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 qmail  - a secure, reliable, efficient, simple message transfer agent
 qmail-uids-gids - user ids and group ids for qmail
Closes: 640593
Changes: 
 netqmail (1.06-5) unstable; urgency=low
 .
   * debian/qmail.postrm: do not forcefully remove files in /etc/qmail/
 (closes: #640593).
   * debian/control: Standards-Version: 3.9.3.1.
Checksums-Sha1: 
 42081703070733e2a6e213f0a5f5239c9297c73f 1053 netqmail_1.06-5.dsc
 7bcaccdabbe7f338172e62f95fbc97322dc3d937 27709 netqmail_1.06-5.diff.gz
 1b6cc54bc358d0f9f3240b393f75b63527a11ac5 33562 qmail-uids-gids_1.06-5_all.deb
Checksums-Sha256: 
 866a839b3000381d41659c8e92f092f36f58b688ed97b6258007b01482d7ad61 1053 
netqmail_1.06-5.dsc
 698d8ceb0dc1b2ae0bae82094e5bd558991ac70684fe880f9f65c11e5bc6dbdc 27709 
netqmail_1.06-5.diff.gz
 a14983d9d4afee83aa0cac9f67dd49771b9ca4e8c94679740c099f6600f013f6 33562 
qmail-uids-gids_1.06-5_all.deb
Files: 
 5930535755a0165ed74af0de326b6cfe 1053 mail extra netqmail_1.06-5.dsc
 085455c683a1cb3a7b2be03f97183e68 27709 mail extra netqmail_1.06-5.diff.gz
 c55d8991a12082968b2aa84c5e4001bf 33562 mail extra 
qmail-uids-gids_1.06-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+GFdAACgkQGJoyQbxwpv/1NACfbSJhPKrcO0DInDlkSNmStDgm
weUAnAw9nLfLQpSziiG9PAo1Qmte7J/M
=/0Hp
-END PGP SIGNATURE-


Accepted:
netqmail_1.06-5.diff.gz
  to main/n/netqmail/netqmail_1.06-5.diff.gz
netqmail_1.06-5.dsc
  to main/n/netqmail/netqmail_1.06-5.dsc
qmail-uids-gids_1.06-5_all.deb
  to main/n/netqmail/qmail-uids-gids_1.06-5_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1siivf-00088q...@franck.debian.org



Accepted git 1:1.7.9.5-1 (source all)

2012-03-28 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 Mar 2012 12:30:35 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 506480 656061 661317 663451 663522
Changes: 
 git (1:1.7.9.5-1) unstable; urgency=low
 .
   * new upstream point release.
   * debian/control: git-daemon-sysvinit: Priority: extra (thx Jonathan
 Nieder; closes: #661317).
 .
 git (1:1.7.9.4-1) unstable; urgency=low
 .
   * new upstream point release.
 * commit: skip intent-to-add entries instead of erroring out.
 * grep -I: let diff attribute override binary file detection.
 * clone, daemon, http-backend, transport: look for .../foo before
   .../foo.git in response to requests for .../foo.
 * rev-list: enable or disable --verify-objects behavior based on
   the command line instead of uninitialized memory.
 * checkout -b: allow switching out of an unborn branch (closes:
   #506480).
   * debian/diff: clean up patches for upstream.
 * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff:
   hooks/post-receive-email: set content-transfer-encoding as well.
 * 0002-post-receive-email-defend-against-non-utf8-...diff: new;
   hooks/post-receive-email: avoid mixed-encoding messages when
   i18n.logoutputencoding is not utf8 (thx Alexey Shumkin).
 * 0002-remove-shebang-...diff: rename to 0003-remove-...diff;
   remove #! line from sh-i18n and rebase--* shell libraries, too
   (lintian); fix tests' --valgrind support to detect shell
   libraries without the #! line (thx Jeff King).
 * 0003-pre-rebase-hook-capture-...diff: simplify (thx Junio C
   Hamano); rename to 0004-*.
 * 0004-gitk-use-symbolic-font-names-...diff: rename to 0005-*; use
   non-symbolic font names on platforms like Mac OS X, Windows, and
   tk = 8.4 that lack fontconfig support.
 * 0005...0008, 0010: rename to 0006-*, ..., 0009-*, 0011-*;
   clarify descriptions.
 * 0009-tcp-unify-ipv4-and-ipv6-code-paths.diff, 0011-*: combine;
   rename to 0010-*.
 * 0012-transport-optionally-honor-DNS-SRV-records.diff, 0013-*:
   combine; rename to 0011-*.
 * 0014, 0015: rename to 0013-*, 0014-*.
   * debian/git-daemon.init: respect GIT_DAEMON_ENABLE in restart and
 reload actions (thx Jonathan McCrohan; closes: #663522).
   * debian/control: git-gui: point to aspell for spell checking support
 in the package description; Suggests: aspell (thx Jonathan Ballet,
 closes: #656061).
   * debian/control: add Vcs-Browser: http://repo.or.cz/w/git/debian.git
 (thx Jonathan McCrohan; closes: #663451).
   * debian/control: Standards-Version: 3.9.3.1.
   * debian/copyright: adopt copyright-format 1.0.
Checksums-Sha1: 
 6e75c2506905882da350d8eaebd862c51c4aa8c2 1957 git_1.7.9.5-1.dsc
 33f5a5b0b6c8f8addbbec0b042731c44fd79f90c 3617300 git_1.7.9.5.orig.tar.gz
 77a4147891069d8a30c8568b9262cce3428a1195 491003 git_1.7.9.5-1.diff.gz
 0508243faf79b27cbdd958fcdf627129ae746c66 2265308 git-doc_1.7.9.5-1_all.deb
 095196bacfc76c35cd8cc10a8013fac7123af7ef 453958 git-arch_1.7.9.5-1_all.deb
 c6c3dddc66a9d0e93b261675b3db56aceb87e0fa 522756 git-cvs_1.7.9.5-1_all.deb
 83c3dca79f7363cde2c5e14407a9937b7452f3c4 510084 git-svn_1.7.9.5-1_all.deb
 4383f255801e33dc6b873b668caa0f21b8368e0a 441228 
git-daemon-run_1.7.9.5-1_all.deb
 b6bf124978bd5dced8cce2884ee6fd1466511ca3 442776 
git-daemon-sysvinit_1.7.9.5-1_all.deb
 e9f0e5d1153300bc17756a59fcf87ec23ed2276d 458728 git-email_1.7.9.5-1_all.deb

Accepted ftpcopy 0.6.7-3 (source powerpc)

2012-03-14 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Mar 2012 00:31:46 +
Source: ftpcopy
Binary: ftpcopy
Architecture: source powerpc
Version: 0.6.7-3
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ftpcopy- FTP clients collection
Closes: 607494
Changes: 
 ftpcopy (0.6.7-3) unstable; urgency=medium
 .
   * debian/diff/disable--html-option.diff: the --html option is no
 longer supported.
   * debian/rules: apply disable--html-option.diff (closes: #607494).
Checksums-Sha1: 
 1d4f17fae2db15bbfa8dce43db5de60941de174e 950 ftpcopy_0.6.7-3.dsc
 5ad5df64d034ea3fa3b62808e68160186877cc33 3736 ftpcopy_0.6.7-3.diff.gz
 1caa10922819c02e6892b3530223eec2a7f6e8fb 126704 ftpcopy_0.6.7-3_powerpc.deb
Checksums-Sha256: 
 d52c000f81db12ebe15f011b1e16e392d1987063e87a91391e23088a8487de40 950 
ftpcopy_0.6.7-3.dsc
 06511153a3b549c87e5b09b2e89bce80159a4f6cae1ac665215f4fe7f9fcbecd 3736 
ftpcopy_0.6.7-3.diff.gz
 791da6ee2f066aeab483ecf34a62f5f924aad4154baea1c2195c7766fc5826ca 126704 
ftpcopy_0.6.7-3_powerpc.deb
Files: 
 525ad6aa6e2b63122ba626bbc145e581 950 web optional ftpcopy_0.6.7-3.dsc
 c5154b18d0f906e76ae9ac7f7bd224b9 3736 web optional ftpcopy_0.6.7-3.diff.gz
 cf6e808f55f4777dd3fccde9eec711cd 126704 web optional 
ftpcopy_0.6.7-3_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk9grQ0ACgkQGJoyQbxwpv9pJgCdG5T6yDsdxp4122EHlEK//Ual
nNgAoITmb8l+jXMffk0g337INlTLyn8h
=8SFg
-END PGP SIGNATURE-


Accepted:
ftpcopy_0.6.7-3.diff.gz
  to main/f/ftpcopy/ftpcopy_0.6.7-3.diff.gz
ftpcopy_0.6.7-3.dsc
  to main/f/ftpcopy/ftpcopy_0.6.7-3.dsc
ftpcopy_0.6.7-3_powerpc.deb
  to main/f/ftpcopy/ftpcopy_0.6.7-3_powerpc.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1s7pym-0006fq...@franck.debian.org



Accepted dash 0.5.7-3 (source all)

2012-03-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 01 Mar 2012 00:09:45 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.7-3
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 638821 657111 658180 660615 661513
Changes: 
 dash (0.5.7-3) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
   * French (Julien Patriarca).  Closes: #638821
   * Indonesian (Mahyuddin Susanto).  Closes: #657111
   * Polish (Michał Kułach).  Closes: #658180
   * Romanian (Andrei POPESCU).  Closes: #660615
   * Turkish (Mert Dirik).  Closes: #661513
 .
   [ Gerrit Pape ]
   * debian/control: Standards-Version: 3.9.3.0.
Checksums-Sha1: 
 92c142a47351dd8cee186d6843c6e461ed44e99a 1083 dash_0.5.7-3.dsc
 3216a2b26d3d964562af4e632e8e25cc281f6e92 41631 dash_0.5.7-3.diff.gz
 a44b6f88c0f1553dc13f87ea35efe8fbd38b1a1b 29136 ash_0.5.7-3_all.deb
Checksums-Sha256: 
 3b0c3726784271842eecec2eecc81c4d02f7525f7832cc60e4fcbc1fc1433b4f 1083 
dash_0.5.7-3.dsc
 ee6aa93c49487e699286347ee5709efdfd7e040b02c85b467e629bb457cdfee7 41631 
dash_0.5.7-3.diff.gz
 5c22890cbb98d0e274700d041d49470f1531648be00ee353b9cd2b168a44643d 29136 
ash_0.5.7-3_all.deb
Files: 
 c2f420a6e8dfe12dcd1fdba801baa1b1 1083 shells optional dash_0.5.7-3.dsc
 941c5786da866424dd882941f0c1b9a9 41631 shells optional dash_0.5.7-3.diff.gz
 5dd5af4c913c13327ee4a38002ffe7ac 29136 shells optional ash_0.5.7-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk9OySIACgkQGJoyQbxwpv9bfACfQL5dGV28JiJSQnBTMNu+GRs0
CoMAn1WAv5hTrH+K5cdWMl1CmR2r3qu4
=XrGM
-END PGP SIGNATURE-


Accepted:
ash_0.5.7-3_all.deb
  to main/d/dash/ash_0.5.7-3_all.deb
dash_0.5.7-3.diff.gz
  to main/d/dash/dash_0.5.7-3.diff.gz
dash_0.5.7-3.dsc
  to main/d/dash/dash_0.5.7-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1s32q0-00032n...@franck.debian.org



Accepted dropbear 2012.55-1 (source powerpc)

2012-02-27 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 27 Feb 2012 14:18:53 +
Source: dropbear
Binary: dropbear
Architecture: source powerpc
Version: 2012.55-1
Distribution: unstable
Urgency: high
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 dropbear   - lightweight SSH2 server and client
Closes: 661150
Changes: 
 dropbear (2012.55-1) unstable; urgency=high
 .
   * New upstream release.
 * Fix use-after-free bug that could be triggered if command=...
   authorized_keys restrictions are used.  Could allow arbitrary
   code execution or bypass of the command=... restriction to an
   authenticated user.  This bug affects releases 0.52 onwards.
   Ref CVE-2012-0920 (closes: #661150).  Thanks to Danny Fullerton
   of Mantor Organization for reporting the bug.
Checksums-Sha1: 
 5aed0f223e6f5b7d89d2e9dd62e40e7d47fd2c9f 1000 dropbear_2012.55-1.dsc
 2c65dd1f423884a38079f5e4386c69801579 1774927 dropbear_2012.55.orig.tar.gz
 eb6b94e3f760c5ffbee895ca09667ac676c8cf77 6248 dropbear_2012.55-1.diff.gz
 2e76a2c22790b1759084de075731569a3f3b4d16 268548 dropbear_2012.55-1_powerpc.deb
Checksums-Sha256: 
 75facc6fc7bac99a6376f0e1425f9e3bbc7f47874731a71918153e719c149e3d 1000 
dropbear_2012.55-1.dsc
 808df243c61bb60f2f18fa64bca628cbba0918b2a14139f10e6d59d4ac5a17ce 1774927 
dropbear_2012.55.orig.tar.gz
 5322be7b2b8643724c9828fdaa7a26bf7728b7da08a244a9690f7b68c33f3ad6 6248 
dropbear_2012.55-1.diff.gz
 8f5982d27116a5a19d61ef6a6f8c46f964cadd8f7b19d4e36ac6a7a3d08057b0 268548 
dropbear_2012.55-1_powerpc.deb
Files: 
 9d128c4ae3294cd74c105320550dd5e9 1000 net optional dropbear_2012.55-1.dsc
 44836e5a0419ba12557f9ea46880077e 1774927 net optional 
dropbear_2012.55.orig.tar.gz
 30bdd46c9e4bac9a7784057127188207 6248 net optional dropbear_2012.55-1.diff.gz
 89e93b8fc62e09c4fd96a9251d4d1b69 268548 net optional 
dropbear_2012.55-1_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk9LlxIACgkQGJoyQbxwpv/VsgCfRWfNuJE6RUsrdNiM5GlAZPIZ
5/MAnjxll79GmxnlgS4g7sZDI6Z8WBWS
=Yc0b
-END PGP SIGNATURE-


Accepted:
dropbear_2012.55-1.diff.gz
  to main/d/dropbear/dropbear_2012.55-1.diff.gz
dropbear_2012.55-1.dsc
  to main/d/dropbear/dropbear_2012.55-1.dsc
dropbear_2012.55-1_powerpc.deb
  to main/d/dropbear/dropbear_2012.55-1_powerpc.deb
dropbear_2012.55.orig.tar.gz
  to main/d/dropbear/dropbear_2012.55.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1s225z-00056t...@franck.debian.org



Accepted git 1:1.7.7.3-1 (source all)

2011-11-16 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Nov 2011 10:22:34 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.7.3-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.7.3-1) unstable; urgency=low
 .
   * new upstream point release.
Checksums-Sha1: 
 552e71a17a03e4f1e9c9352d52f97ddecd9e89ef 1911 git_1.7.7.3-1.dsc
 382ee40da74a1b4a1875820c0f0a35c9ccd750f8 3484344 git_1.7.7.3.orig.tar.gz
 f23668ea6292026a36ae363adb49d7380e8b0c67 469894 git_1.7.7.3-1.diff.gz
 114d72d756b9416b2814d3057dda8f9eb689bea3 2134072 git-doc_1.7.7.3-1_all.deb
 63cd49d1ea6c2633402239a3d30a53084a5485c1 434894 git-arch_1.7.7.3-1_all.deb
 3aab89878070ba3d8fcc632718482adeb1d791dd 503376 git-cvs_1.7.7.3-1_all.deb
 a432e6e0baa8e3b7047a0e26c9e0bcffd9e8ed11 489424 git-svn_1.7.7.3-1_all.deb
 040c8728e308f54175cca0df10efa0cfa02feb28 422094 
git-daemon-run_1.7.7.3-1_all.deb
 8191e6acb706a44c5fa2ad47dffe0614c41ffa5f 423552 
git-daemon-sysvinit_1.7.7.3-1_all.deb
 e717b004505bc982427716734e8efd760151732b 439802 git-email_1.7.7.3-1_all.deb
 34a60526f8a9e753dc740e47ba432539c8475195 696966 git-gui_1.7.7.3-1_all.deb
 1c3bfbea3b17667ff3577ed5326e6700f2f33046 545596 gitk_1.7.7.3-1_all.deb
 8ebdfaf6f30ac3955606ade9a47d74c1b15dcb2a 430620 gitweb_1.7.7.3-1_all.deb
 94656d5c33cd46fec5f313c5e273a933add8066f 420338 git-all_1.7.7.3-1_all.deb
 81ce849088d2f10f90a6e0d8bb1f324c5ff7de7e 1332 git-core_1.7.7.3-1_all.deb
 de7b876736a4baf658040acfb4725b10abfc24c2 443408 git-el_1.7.7.3-1_all.deb
 0ffc0013d44c09bf17b98f4a7b20793a266fb147 1001156 git-man_1.7.7.3-1_all.deb
Checksums-Sha256: 
 5792096bdb6d6f22d652c77d1ba3ebcaec3630d71ab7d36bbb4608ea33e081a9 1911 
git_1.7.7.3-1.dsc
 dc9d773004cdae17453e330a02de630a1beeeb404d0601b9e8c1aef0a0efd100 3484344 
git_1.7.7.3.orig.tar.gz
 8be09d3146748943e9177cecb209cbdccbc228a8794bfdba6c8849c296005234 469894 
git_1.7.7.3-1.diff.gz
 c535f0e787ea16c9a0aaa5487fd288474086e6055aa10986f2b6c52ddb24ef25 2134072 
git-doc_1.7.7.3-1_all.deb
 c20880f7cd8ae7b00378d367401ba1231f6cb6045f9495b82a5e7bf735104b63 434894 
git-arch_1.7.7.3-1_all.deb
 44dc1ed7fb1af7d35e88c635c0ea80ca15c6056af44d00cea2c33c5709758c49 503376 
git-cvs_1.7.7.3-1_all.deb
 59d61998e4badb9ad39685236e7322ab08e2f1da83673f9a85250373e8415580 489424 
git-svn_1.7.7.3-1_all.deb
 add014f47d5d7fb568bffd2078e8cd44ea7569d365a69cbafb9a68e5f54a4853 422094 
git-daemon-run_1.7.7.3-1_all.deb
 f7b0bcc4f1f5a26beda0bc62833d5b160ea912bd464f3be1d5ee0ad94deda9a3 423552 
git-daemon-sysvinit_1.7.7.3-1_all.deb
 cedf7aecdfd514b19f3975d418a3c08572ce375deb6f43d165ceb30d2cefefec 439802 
git-email_1.7.7.3-1_all.deb
 c49712d9a37fff02eec377d7d424d5ff84ce84d87b24f560e8b472f9fb20b36c 696966 
git-gui_1.7.7.3-1_all.deb
 f6fa9c9a923978bd80a18eadb4de7f87cb0f0cb5008fd8df26bd4d421458ed70 545596 
gitk_1.7.7.3-1_all.deb
 a5d06db360594f8089888cc6428614470ff4ced90705b7468ff58ebb4548d9b8 430620 
gitweb_1.7.7.3-1_all.deb
 5f041bcb3546e95cdeb385f276f217864dce9ec67ebd2547910248b6d802cd3d 420338 
git-all_1.7.7.3-1_all.deb
 8efb4fba1b68910d64a8b6c225998826e604c9a5c0ec7abbe72769f03c117465 1332 
git-core_1.7.7.3-1_all.deb
 efd4c703003f31c86343041204811d268a6349712999b785e853c91da9a2bd83 443408 
git-el_1.7.7.3-1_all.deb
 7c505320859de61fc0ac20972f43159be196a6856f112f7228a0d362925b90aa 1001156 
git-man_1.7.7.3-1_all.deb
Files: 
 cd6201b807d1de1cffcf4d0c94d77b63 1911 vcs optional git_1.7.7.3-1.dsc
 da2b3c226d8e99d8f66e708129f57a0a 3484344 vcs optional git_1.7.7.3.orig.tar.gz
 697c3403c4791dc850da4b88e7ba4a0f 469894 vcs optional git_1.7.7.3-1.diff.gz
 90eff6b09b55b598ed4cddc98cf44383

Accepted git 1:1.7.8~rc2-1 (source all)

2011-11-16 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Nov 2011 09:55:47 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.8~rc2-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 645009
Changes: 
 git (1:1.7.8~rc2-1) experimental; urgency=low
 .
   [ Jonathan Nieder ]
   * new upstream release candidate.
   * merge branch debian-sid.
   * update debian/copyright.
   * debian/git.preinst: replace hard links to /usr/lib/git-core/git with
 symlinks before upgrading from git = 1:1.7.7-1 (thx Antti Kultanen;
 closes: #645009).
 .
   [ Gerrit Pape ]
   * merge branch debian-sid.
Checksums-Sha1: 
 404e44de6dec26937f19785fe48331a3a345f370 1925 git_1.7.8~rc2-1.dsc
 b1cb030dee2b9ae024f4076fe5fadfea43edec4e 3536086 git_1.7.8~rc2.orig.tar.gz
 7fafd465094e282ac73198b82a4fe0e9253b88d3 473296 git_1.7.8~rc2-1.diff.gz
 2b380d9f666a36152136e5231fdfaeee11f68a2c 2209342 git-doc_1.7.8~rc2-1_all.deb
 809396c48c123a6637772ff4f0394f7498e81923 440680 git-arch_1.7.8~rc2-1_all.deb
 3a9742a4710ed4114933b4f170afef4ede6258a3 510176 git-cvs_1.7.8~rc2-1_all.deb
 338074c0b00f100b0ebcc105dc945753cc69fb80 497430 git-svn_1.7.8~rc2-1_all.deb
 cb1ab5807d54a9ed3748fe7eb722cb4681381947 428366 
git-daemon-run_1.7.8~rc2-1_all.deb
 5ff869e10192873825b5a652804b70fcb87e475f 429866 
git-daemon-sysvinit_1.7.8~rc2-1_all.deb
 25676db9ceadece6b87ad735e500a411eb121368 445162 git-email_1.7.8~rc2-1_all.deb
 992a9975d8c067609b2915b5bcbfb4e7237f2480 703736 git-gui_1.7.8~rc2-1_all.deb
 6d04d7e407d4175d4766d9110c8ea374c53c82b5 551382 gitk_1.7.8~rc2-1_all.deb
 34908314b7e6aa133ce99af6a87583049567e06a 430994 gitweb_1.7.8~rc2-1_all.deb
 fa578f0c2ec3805cb6bf75eb8af9f4f7e2b63838 426668 git-all_1.7.8~rc2-1_all.deb
 fb4faef4522bfe4b0829498295707df8834f823e 1330 git-core_1.7.8~rc2-1_all.deb
 7969c54f62f7725d1b8d5ebba475813e5a273daa 449548 git-el_1.7.8~rc2-1_all.deb
 e957b3f15c6701cfbad13a07327aad3ed8e69205 1032122 git-man_1.7.8~rc2-1_all.deb
Checksums-Sha256: 
 702d1cf1d831f4f7c4a46a28eaec8fe11e9bbf7178c4a19f528a12791516ae28 1925 
git_1.7.8~rc2-1.dsc
 594a9ffd658d45445ca3307486bde8896b0d1120a496891f1885cc23e871d369 3536086 
git_1.7.8~rc2.orig.tar.gz
 78cd2ec0fc17fab38e31888d46bc5e757cf2a38a24e79060a0b00ff634b2337e 473296 
git_1.7.8~rc2-1.diff.gz
 ccb1dd9e09182f4cb9c4988e2b0a174d91e1be76227b77122ffdfe6813f8c7b9 2209342 
git-doc_1.7.8~rc2-1_all.deb
 bcd95cacb61cfb367e252edcfb3d67e19f249c9751778e89c7136d82edb8eae7 440680 
git-arch_1.7.8~rc2-1_all.deb
 ae62a22c2ac855af861b817a6c9be4e8eba74ca2172e82d7b5574171f7c56416 510176 
git-cvs_1.7.8~rc2-1_all.deb
 ab3bb55f04594a68724e45c1007aa1476f19e710b9fed1f08c0be280755a2431 497430 
git-svn_1.7.8~rc2-1_all.deb
 560f92a1ca883ed8c9fb25e92c0cc3527c111bdabcb6ff2693ab2df8968e162e 428366 
git-daemon-run_1.7.8~rc2-1_all.deb
 bacdc8bb616592ffb25ea7701f0db9ad395eff7c423f452ccd85d4645dec78dd 429866 
git-daemon-sysvinit_1.7.8~rc2-1_all.deb
 63175cca787daa47e4d32b2ca4aab4828d087be90194de40dc9a67ad2984aa74 445162 
git-email_1.7.8~rc2-1_all.deb
 709faf90715f9322e4042ff3e534f7686a07fa96900c56eb3a46049eb2e4e80b 703736 
git-gui_1.7.8~rc2-1_all.deb
 9f1e3e512a34522d891044a278521dc34ff13d20a7f63e324cdaf7f8f65e410f 551382 
gitk_1.7.8~rc2-1_all.deb
 35a03baa97b6a30646516023320ea66c6fbeca7496fd08af7ebf34b396e2b7a4 430994 
gitweb_1.7.8~rc2-1_all.deb
 a1ac044e89b67a5204455e60f554ff642663eef2e101fd06c77ab1c40e351883 426668 
git-all_1.7.8~rc2-1_all.deb
 31b19dac68946feae8657dcbcb7b2e2c360952a8055d69cb146a082eff75ce72 1330 
git-core_1.7.8~rc2-1_all.deb
 f2828af5acf90945f56a51e0b61ad6b1a77a2ed5d0dd2880acec1ebd633d5c64 449548

Accepted dropbear 2011.54-1 (source amd64)

2011-11-16 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Nov 2011 12:36:03 +
Source: dropbear
Binary: dropbear
Architecture: source amd64
Version: 2011.54-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 dropbear   - lightweight SSH2 server and client
Closes: 555889 636696
Changes: 
 dropbear (2011.54-1) unstable; urgency=low
 .
   [ Matt Johnston ]
   * new upstream release.
 * Added ALLOW_BLANK_PASSWORD option. Dropbear also now allows public
   key logins to accounts with a blank password. Thanks to Rob
   Landley (closes: #555889).
 * Bind to sockets with IPV6_V6ONLY so that it works properly on
   systems regardless of the system-wide setting (closes: #636696).
 .
   [ Gerrit Pape ]
   * debian/control: Standards-Version: 3.9.2.0.
Checksums-Sha1: 
 3192d8c8394c67589d32a6b34ea7ad29dfacaad3 1000 dropbear_2011.54-1.dsc
 09a4d8e4132565f5abf4b1a16efe786af1ad8a63 1774347 dropbear_2011.54.orig.tar.gz
 6df4550f847c58e30676ecce64317361cd1ef7cd 6006 dropbear_2011.54-1.diff.gz
 7da076680bb1ff32fc25ebfc07cd11bb8efc0dc8 281928 dropbear_2011.54-1_amd64.deb
Checksums-Sha256: 
 bc0dedcd22ff1e048d222b00d97493f99c979cbbfd717d161eeb9ff447762eb8 1000 
dropbear_2011.54-1.dsc
 a5fe60fa9c11e7b0f6a21ef6e86a53ce3d55236548901905070ff1c1716fbf47 1774347 
dropbear_2011.54.orig.tar.gz
 327133a04534ffa06411e8c8581e9df945438e6be5f5e1f75094db5591b6a0f5 6006 
dropbear_2011.54-1.diff.gz
 3672cfb5663bbde1fd5e649aee75c761454c9c1d9ef370bb8c8fd4224b77a349 281928 
dropbear_2011.54-1_amd64.deb
Files: 
 007fa471c27a5ea1cf9354c520f46790 1000 net optional dropbear_2011.54-1.dsc
 ce1e236c4a8df0cb95253defee6716b5 1774347 net optional 
dropbear_2011.54.orig.tar.gz
 6fd5059cabc41481ce5201f004f15c74 6006 net optional dropbear_2011.54-1.diff.gz
 7969475718bab242c36061a97b2a3a52 281928 net optional 
dropbear_2011.54-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7DsHwACgkQGJoyQbxwpv/8igCaAjrUFAZ7wuPzg7zgXkifqIII
nX0AnA7K9J2NsEVpCXvjf8VtTiUIdTDm
=QHPz
-END PGP SIGNATURE-


Accepted:
dropbear_2011.54-1.diff.gz
  to main/d/dropbear/dropbear_2011.54-1.diff.gz
dropbear_2011.54-1.dsc
  to main/d/dropbear/dropbear_2011.54-1.dsc
dropbear_2011.54-1_amd64.deb
  to main/d/dropbear/dropbear_2011.54-1_amd64.deb
dropbear_2011.54.orig.tar.gz
  to main/d/dropbear/dropbear_2011.54.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rqf8r-0003oh...@franck.debian.org



Accepted git 1:1.7.8~rc0-1 (source all)

2011-10-31 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 31 Oct 2011 09:45:53 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.8~rc0-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.8~rc0-1) experimental; urgency=low
 .
   * merge branch debian-sid.
   * new upstream release candidate.
 * debian/diff/0001-...diff, 0002-...diff, 0003-...diff: remove;
   applied upstream (thx Jonathan Nieder).
Checksums-Sha1: 
 e30ff0f7e356d360da62c213ff0d0f0831e84b81 1902 git_1.7.8~rc0-1.dsc
 4c437ecb17ba7d1b69cecd06eae9543ad35be7a6 3535531 git_1.7.8~rc0.orig.tar.gz
 f9932f53d6be763f6dc25735c90093ba5b16bef2 471669 git_1.7.8~rc0-1.diff.gz
 2dcbd87863d2cafe167cef20bb883b4952907f17 2208464 git-doc_1.7.8~rc0-1_all.deb
 700538cd3efdee968ff44e35124fe0f984ee8358 439616 git-arch_1.7.8~rc0-1_all.deb
 e30ab39927b1f9d5f1ee6501c65fb46a44c481d7 508882 git-cvs_1.7.8~rc0-1_all.deb
 9a859f0d3e1d46a0716d9ef6d68186670ec1e97b 496204 git-svn_1.7.8~rc0-1_all.deb
 d142f58aef71949e30bd393d480514b414125dcb 427140 
git-daemon-run_1.7.8~rc0-1_all.deb
 4938ade1218bb8d307293dc04ee3419339196015 428572 
git-daemon-sysvinit_1.7.8~rc0-1_all.deb
 4f75742a77e63e0f41b5fc4b6873782075ea0e59 444206 git-email_1.7.8~rc0-1_all.deb
 be8c98a5a2aaedecc207e8de61cd521c2c0ae0ea 702396 git-gui_1.7.8~rc0-1_all.deb
 a8bef4faeeff5d1c23fe450af58cb7887243c9f5 550232 gitk_1.7.8~rc0-1_all.deb
 74af77179ed31891e6ff529cd127b9f290a8d505 429784 gitweb_1.7.8~rc0-1_all.deb
 5475a515b952263aa9711bfe09e0de89f6a749c4 425366 git-all_1.7.8~rc0-1_all.deb
 f48a568d9a811c31301cd0c72aa5be1553322bf7 1328 git-core_1.7.8~rc0-1_all.deb
 d8d43e26c75f59e48b85fa71172030ae15e662ab 448262 git-el_1.7.8~rc0-1_all.deb
 4c2e008e5558ebb36be44a81e4532ab699db338d 1031258 git-man_1.7.8~rc0-1_all.deb
Checksums-Sha256: 
 d34db4bded66e20ebb96f3f0511fcf55e13d639106d380038bd169ad06da7686 1902 
git_1.7.8~rc0-1.dsc
 6ac080d7643969539719ec09e3e3d5ffa062c425a7a9cfcb2c2dfbc931b58041 3535531 
git_1.7.8~rc0.orig.tar.gz
 ff279d83b54fb72200b6b9f95c5546a26c6d56bf3a2cfe24b353d063d21a12df 471669 
git_1.7.8~rc0-1.diff.gz
 0f59ca5f2e13183a62ab45bedafdb7cb68823c76fd3062469651f90bdb7b28d2 2208464 
git-doc_1.7.8~rc0-1_all.deb
 e2ac8156292b0e8ce066feb79815f1c418e68bdfdf9a61d9f8945ec440bfb19b 439616 
git-arch_1.7.8~rc0-1_all.deb
 9c53f421a1a05a50090029ab9ec84763c0e525ed8f96adcb5296718632180d3c 508882 
git-cvs_1.7.8~rc0-1_all.deb
 ae2b8c7ae04d1e1b0732f28d78eb1056a98d590b9c13f9b4f049c5c45ce045f4 496204 
git-svn_1.7.8~rc0-1_all.deb
 2e3d8e363de85fb9397019cf625504a399644c9ba2aaee5826c28096195e7d4c 427140 
git-daemon-run_1.7.8~rc0-1_all.deb
 cb041f26334676801a03d4819c2051d719438364f5e2f8b0ba7edb108eb66c1b 428572 
git-daemon-sysvinit_1.7.8~rc0-1_all.deb
 c0d1a8b2f030bdce4796ad4c071d3d9bd6c2c91e407d65b0e3d4cbb23b9f3c28 444206 
git-email_1.7.8~rc0-1_all.deb
 ddb5f525438d88d211b9cb78bf551ec9852c9a0cf9535a69c6b2e409adb95562 702396 
git-gui_1.7.8~rc0-1_all.deb
 0796f65d59c2692e47bc687b4c1d716156999213e2d3548617343cd9c0e818a2 550232 
gitk_1.7.8~rc0-1_all.deb
 f9482fdd0c4b04ba2bf2563d1efb8e9907860f025f6850d009f8dcd3ddb8fdfb 429784 
gitweb_1.7.8~rc0-1_all.deb
 a5c027bb4941af0c02fd5dda06edd770f5d2e36a780489cf2b2793d3b2e58cc1 425366 
git-all_1.7.8~rc0-1_all.deb
 de2a0363286e0c7a50f44355aea7175b42168b20f8aad7075257e7d031d8ac9d 1328 
git-core_1.7.8~rc0-1_all.deb
 a52ef29600b581b6fed3221fb47f98213c11ca1ad114d32785d485dc554b5c78 448262 
git-el_1.7.8~rc0-1_all.deb
 d964f81aeb0a821cacbd628476bb3a5a06e9bdc75ad4054921aa83d518b54e01 1031258 
git-man_1.7.8~rc0-1_all.deb
Files: 
 843b968238be6491c713aacb45c40874

Accepted git 1:1.7.7.1-1 (source all)

2011-10-25 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Oct 2011 20:27:20 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.7.1-1) unstable; urgency=low
 .
   * new upstream point release.
   * debian/diff/0003-Makefile-do-not-set-setgid-bit-on-dir...diff:
 remove; applied upstream.
Checksums-Sha1: 
 c27f0da4db3452076cb1a760275ebfc8a4a08347 1888 git_1.7.7.1-1.dsc
 9200e0b8ee543d297952b78aac8f61f8b3693f8e 3480051 git_1.7.7.1.orig.tar.gz
 f2be3c039c7a9443d06d8520206deb2aed93dd57 468296 git_1.7.7.1-1.diff.gz
 02df208e814312428bb456b61ed74b370861812d 2124272 git-doc_1.7.7.1-1_all.deb
 9d48ab8971974453d9dd6add7e11e66fb90e6a63 433132 git-arch_1.7.7.1-1_all.deb
 731178aff6cb2db8397da4fc52cb7f3d2fae0028 502186 git-cvs_1.7.7.1-1_all.deb
 c9c2175aff80ef261898291b6a182d8faa3faf5f 488192 git-svn_1.7.7.1-1_all.deb
 41e7c46e4928032353f5013b5951190bf07f2897 420308 
git-daemon-run_1.7.7.1-1_all.deb
 8d10d99bc4a47d32a8345d301cd1bed6f120b8e1 421880 
git-daemon-sysvinit_1.7.7.1-1_all.deb
 09c66187cfd28c38c917a8caeb15fb5b16142506 438284 git-email_1.7.7.1-1_all.deb
 0589de70572ff57c5b040ae5c692a59983cdfb1b 695376 git-gui_1.7.7.1-1_all.deb
 2a180fe5ccd525557aba0422ad11d1cf393a8215 543956 gitk_1.7.7.1-1_all.deb
 6339cc4524008db236c02fb3a5c6478c1621e254 428850 gitweb_1.7.7.1-1_all.deb
 2859712d94318f5ae44b2f8c93ba9963d1e6ae55 418630 git-all_1.7.7.1-1_all.deb
 e11390270df691425f09d2b9b0f6b2e9335ee17f 1328 git-core_1.7.7.1-1_all.deb
 48d3425c676efc6ff4d36eae7ae705b5c87611bb 442210 git-el_1.7.7.1-1_all.deb
 81ea8de574dde13a3ff94abf864602d79d92fe0b 999120 git-man_1.7.7.1-1_all.deb
Checksums-Sha256: 
 8e3a63fd7d3056809596532057283eaabdca851c09aca1572360c4194c4855f2 1888 
git_1.7.7.1-1.dsc
 6a7909226b2b249c7970b0d36054dbcfe58e6558cc4d671ea1f5ac6a69d8cf4f 3480051 
git_1.7.7.1.orig.tar.gz
 7b4594d381412818257bf8c3e06b64f433cd2d36f6d9064b9840f66f37db0112 468296 
git_1.7.7.1-1.diff.gz
 7f16f7cfcc8361698dac194e694124a6b5856053ef0c6570120dc72c7cb702b4 2124272 
git-doc_1.7.7.1-1_all.deb
 7f63b4c47d9c3a1162847eb2822f7389667299a091cd9604f3528c81a871d253 433132 
git-arch_1.7.7.1-1_all.deb
 4ea67780191c2134481bbd93984b37436d8b333f74600c4871b2ae46c2ec6eb2 502186 
git-cvs_1.7.7.1-1_all.deb
 74a5c7df93c544fbcc78e21807425e89b97880d318f12513abd9e1b9fcb60fe0 488192 
git-svn_1.7.7.1-1_all.deb
 3a5c94424f8b7856e9fd0f8ff882616d99095ce8164d66bd1b49dab19c9f1b84 420308 
git-daemon-run_1.7.7.1-1_all.deb
 0839226be70f16cdd9529420dc479756b1bcb5b81e9ce5a570c29195ca93ee37 421880 
git-daemon-sysvinit_1.7.7.1-1_all.deb
 898b0428522d4dd02f5cb4264b76f3fb49e6ebca3d977691f7df255001487d8d 438284 
git-email_1.7.7.1-1_all.deb
 04aea0411daca27a26df196f2585359bae297b076ed73a06d3d6e045d0c45c9e 695376 
git-gui_1.7.7.1-1_all.deb
 fe28cc7d99884d9d6c6f125431c16b7823888da5395779aa5e95ee4ccdf85357 543956 
gitk_1.7.7.1-1_all.deb
 bf10973a915b86d71341b6db6d3801ecf4872772aa1e58ad93346159a675d78b 428850 
gitweb_1.7.7.1-1_all.deb
 6cdf699f70f1ef67a351f18079775846e9169ee1fb9e26fd117c97947c9cabb2 418630 
git-all_1.7.7.1-1_all.deb
 e0e51234e317195fb6491a361ee11341e4d1a6f8af226b0909c7051d29ce5601 1328 
git-core_1.7.7.1-1_all.deb
 6e1213458a9cd3b424f5a497322f516aa27b93c3c08849a162acb10316aa229a 442210 
git-el_1.7.7.1-1_all.deb
 bc80b89d2a72fe5dba5184d8e7a55b7e249ff90329117fad70ac7dd36083c1d2 999120 
git-man_1.7.7.1-1_all.deb
Files: 
 b6a80c0318d5a9c5a62f7d52d55f61b7 1888 vcs optional git_1.7.7.1-1.dsc
 7cfb3e7ea585037272a7ad8e35f4ac0a 3480051 vcs optional git_1.7.7.1.orig.tar.gz

Accepted bcron 0.09-12 (source all)

2011-10-20 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Oct 2011 12:41:01 +
Source: bcron
Binary: bcron bcron-run
Architecture: all source
Version: 0.09-12
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 bcron  - Bruce's cron system (programs)
 bcron-run  - Bruce's cron system
Closes: 495834 528865
Changes: 
 bcron (0.09-12) unstable; urgency=low
 .
   * debian/rules, debian/bcron.README.Debian: no longer install the
 bcron.info file (closes: #528865).
   * debian/control: bcron: Recommends: default-mta |
 mail-transport-agent; bcron-run: Depends: default-mta |
 mail-transport-agent (thx Jonathan Nieder; closes: #495834).
   * debian/control: Standards-Version: 3.9.2.0.
Checksums-Sha1: 
 e9db240615b1aca6102da4100249ad2dc8489854 1042 bcron_0.09-12.dsc
 66914d5b0bda0a038a510e81ff7d8cb656231a86 8869 bcron_0.09-12.diff.gz
 c5de4fb199add7c421b1d97391924828c9361393 8776 bcron-run_0.09-12_all.deb
Checksums-Sha256: 
 f02dc6e5c96ad292c5fdcb475138d2310a10db503491b34ad9635e4d3c37807f 1042 
bcron_0.09-12.dsc
 65a72df58f245e62161367429f1df658b9d0d0264cf8568fc42485d443344484 8869 
bcron_0.09-12.diff.gz
 183e3dbbb96b26e9b2e6359e327fef1b8a112d3765b92d515256fca22c7e01c0 8776 
bcron-run_0.09-12_all.deb
Files: 
 d5ff528a10f5987ff44a03ab580ea7d7 1042 admin optional bcron_0.09-12.dsc
 2eab03be8e9f7fe673870f6b219974f7 8869 admin optional bcron_0.09-12.diff.gz
 3f0f91f00b7a32d36775f4146dfb771c 8776 admin optional bcron-run_0.09-12_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6gF5oACgkQGJoyQbxwpv8J6QCfRwddCwRCwQhX9B+wJwGeFHn9
EtQAn1m5L7hz4JUfyNHcavRXC1INqAZe
=RoZE
-END PGP SIGNATURE-


Accepted:
bcron-run_0.09-12_all.deb
  to main/b/bcron/bcron-run_0.09-12_all.deb
bcron_0.09-12.diff.gz
  to main/b/bcron/bcron_0.09-12.diff.gz
bcron_0.09-12.dsc
  to main/b/bcron/bcron_0.09-12.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rgs1d-0004qy...@franck.debian.org



Accepted ipsvd 1.0.0-2 (source powerpc)

2011-10-20 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Oct 2011 12:32:14 +
Source: ipsvd
Binary: ipsvd
Architecture: source powerpc
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ipsvd  - Internet protocol service daemons
Changes: 
 ipsvd (1.0.0-2) unstable; urgency=low
 .
   * debian/control: Standards-Version: 3.9.2.0.
Checksums-Sha1: 
 62aae1a1788f85596a6c82311e43481a46b71c08 1007 ipsvd_1.0.0-2.dsc
 70ea4fd49ada0e50b2041709d858ab1e41e4ba13 5833 ipsvd_1.0.0-2.diff.gz
 28c8493fe3c1b2ac6f220b3af3d0a44f222c27b7 144880 ipsvd_1.0.0-2_powerpc.deb
Checksums-Sha256: 
 926fa101b7d9e2c4e3108d91bd4d509b7d29262894cc550430c088e1c922670c 1007 
ipsvd_1.0.0-2.dsc
 1033610e5e8fd5b46cae2c207bdb81e05c06c0b9ab8b97636280971f057e7ffa 5833 
ipsvd_1.0.0-2.diff.gz
 29b51fed65c93a6ff5b5586d444dd2204ebdf3ad39176f9e5c51225b48bdfe10 144880 
ipsvd_1.0.0-2_powerpc.deb
Files: 
 caba8cb46cac3860f7cb2269f086ac43 1007 net optional ipsvd_1.0.0-2.dsc
 258670af2858a939b3a488e02f8efcfc 5833 net optional ipsvd_1.0.0-2.diff.gz
 8bb0316a76dbd41e46b7081ccb7cf185 144880 net optional ipsvd_1.0.0-2_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk6gHFYACgkQGJoyQbxwpv82XgCdHRwWJ17FNfZK36o7eYVS2E3Q
0AcAoIg1svFjAjgJmc3/6fbgfJfGG13Z
=aoAZ
-END PGP SIGNATURE-


Accepted:
ipsvd_1.0.0-2.diff.gz
  to main/i/ipsvd/ipsvd_1.0.0-2.diff.gz
ipsvd_1.0.0-2.dsc
  to main/i/ipsvd/ipsvd_1.0.0-2.dsc
ipsvd_1.0.0-2_powerpc.deb
  to main/i/ipsvd/ipsvd_1.0.0-2_powerpc.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rgsv2-0007je...@franck.debian.org



Accepted git 1:1.7.7-2 (source all)

2011-10-13 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 13 Oct 2011 00:04:49 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.7-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 642603 645005
Changes: 
 git (1:1.7.7-2) unstable; urgency=low
 .
   [ Jonathan Nieder ]
   * debian/git.postinst: check if /usr/share/doc/git/contrib/hooks is a
 symlink before changing it to one (thx Євгеній Мещеряков; closes:
 #645005).
   * debian/diff:
 * 0001-ident-check-etc-mailname-if-author-email-is-unknown.diff,
   0007-Makefile-do-not-use-setgid-bit-on-...diff: remove; obsolete.
 * 0002...0006, 0008...0015: rename to 0005-*, ..., 0017-*.
 * 0001...0004: new from the upstream 'master' branch:
   * ident: check /etc/mailname if email is unknown
   * ident: do not retrieve default ident when unnecessary
   * init --shared: do not set setgid bit on directories on
 GNU/kFreeBSD
   * Makefile: fix permissions of mergetools/ when building from
 source extracted with permissive umask
 * 0018-Makefile-add-a-knob-to-turn-off-hardlinks-...diff: new;
   Makefile: add a knob to disable hardlinks within bindir and
   gitexecdir.
   * debian/rules: add NO_HARDLINKS=1 to OPTS (thx Bastian Blank;
 closes: #642603).
   * debian/rules: do not rely on umask to set contrib permissions.
   * update debian/copyright.
   * debian/watch, debian/copyright: point to code.google.com for now.
 The upstream tarballs haven't been added back to kernel.org yet.
   * debian/changelog.upstream, debian/versions.upstream: include
 v1.7.6.4.
 .
   [ Simon Chopin ]
   * debian/git.postinst: fix fresh install contrib/hooks cleaning
 (#645005).
Checksums-Sha1: 
 cb2a52961ce18598435bdc11dc8b8e3aa67857cb 1874 git_1.7.7-2.dsc
 579329ddf0bc32dabbba6ac23feebfad44204859 469073 git_1.7.7-2.diff.gz
 5c6e84bf2afb3a780e88b9eea45c93eabe99625a 2122310 git-doc_1.7.7-2_all.deb
 7be4a3f99100a898478090bed3b7f9d08f5f90a7 432186 git-arch_1.7.7-2_all.deb
 11008c34ea6273cab3672d2cb8a44b33489b5619 501482 git-cvs_1.7.7-2_all.deb
 7044afb15d1ee59c509bd359e4f2ffba64d42598 487510 git-svn_1.7.7-2_all.deb
 bf44a23bc41c85a3e3fbaa0a27127631873f13fa 419398 git-daemon-run_1.7.7-2_all.deb
 9a2fc74e7961779f1be2803fa558eb55c91f5915 421000 
git-daemon-sysvinit_1.7.7-2_all.deb
 47d27da9f5d1caebf0b7002a931430d1fba6e506 437472 git-email_1.7.7-2_all.deb
 462183cb3ed3db2ade3bf24034f92ed972e8bce0 694430 git-gui_1.7.7-2_all.deb
 3bd3c410ef5938121837162aa1dbb2285e3fac2b 543028 gitk_1.7.7-2_all.deb
 3fcd80b70f86b7668ea1e34b58b46571ac84892c 427896 gitweb_1.7.7-2_all.deb
 4563d8fa23d8272a315343b579c4cc9335f4a1b7 417710 git-all_1.7.7-2_all.deb
 3c1514045b1f4f03b25d537136a8630bf119ff5a 1328 git-core_1.7.7-2_all.deb
 ee68b9b01481b6a7152c98e1ae3f2b4b0fd9c2df 441494 git-el_1.7.7-2_all.deb
 f060aed024a6142b0e317fee00275264eed35049 998352 git-man_1.7.7-2_all.deb
Checksums-Sha256: 
 53e41f2bbb4e510125035e61542c0830f3acf979aab79f8091d1a724b714c96f 1874 
git_1.7.7-2.dsc
 38da6c3114f01664487ea98895df6bb9e7996436f30886315eedd85822ff97af 469073 
git_1.7.7-2.diff.gz
 5df8f5a5505521d68c28f5944c1f8106481d8972c9056db482e2028a691e3bd9 2122310 
git-doc_1.7.7-2_all.deb
 3096133e8c2204d9af4eb22eb6172e86362e74c53f6bbc9f162b2c8e5feff44e 432186 
git-arch_1.7.7-2_all.deb
 7fffa90837d74121f786f03b08ad17059927657b015c526a1b08b42ecc75b1ef 501482 
git-cvs_1.7.7-2_all.deb
 3986ae7c7168b0d2c69847797904e334255e9a3f6849a9944d95f1b2d08e9b47 487510 
git-svn_1.7.7-2_all.deb
 ea1ed58ccda374f27bb5b68da744cfb641760a994201135ae37b565ef7565086

Accepted git 1:1.7.7-1 (source all)

2011-10-11 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 09 Oct 2011 21:00:07 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.7-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 640949
Changes: 
 git (1:1.7.7-1) unstable; urgency=low
 .
   * new upstream release.
   * merge branch debian-experimental.
   * debian/rules, debian/git.postinst: move contrib hooks from
 /usr/share/doc/git-core/ into /usr/share/git-core/; provide symlink
 for backward compatibility (closes: #640949).
Checksums-Sha1: 
 29719e57fe9046b6904a9ee9da0434c22f005e36 1874 git_1.7.7-1.dsc
 bbf85bd767ca6b7e9caa1489bb4ba7ec64e0ab35 3475448 git_1.7.7.orig.tar.gz
 d45d6e36b65e1b10c223ab3edf82160cb2bb261b 462717 git_1.7.7-1.diff.gz
 6e9098fe7eaab19496d85ddf074d3abdf7881da8 2120584 git-doc_1.7.7-1_all.deb
 93509de0a4928185ef71d51fe4f729150998416f 431034 git-arch_1.7.7-1_all.deb
 dbf7580845958c422d060ccd14b97a80a164b45d 500450 git-cvs_1.7.7-1_all.deb
 7dc5aae2edda978a6204d24724972b25151d5669 486560 git-svn_1.7.7-1_all.deb
 1b48ca8c306a77d272b2564e14d95022afd0038f 418222 git-daemon-run_1.7.7-1_all.deb
 6504e5c06d212321cc2148cf0dd10761cfba9c48 419776 
git-daemon-sysvinit_1.7.7-1_all.deb
 42483ef8ff75295c4aad3210beb9183cc65b3d0a 436360 git-email_1.7.7-1_all.deb
 3026c8d89fb5482502e26ba063e9f5bfce4ae02d 693242 git-gui_1.7.7-1_all.deb
 b04a4fc26ebf6b160455b978c591244d4e68e8e2 541788 gitk_1.7.7-1_all.deb
 a4bfe36e7b24de3ad9718ec2800b284890f055b7 426718 gitweb_1.7.7-1_all.deb
 ef56106748d4ddc6efb04e3618163d05538492ea 416458 git-all_1.7.7-1_all.deb
 88f26021cb0f8f700d1139f3caaa130192952a29 1330 git-core_1.7.7-1_all.deb
 06ff20f9947bf4f1f8813a6322d7370c7cde025d 440386 git-el_1.7.7-1_all.deb
 1a66117274e66fa07224674f3f375c2716b727cc 997424 git-man_1.7.7-1_all.deb
Checksums-Sha256: 
 f97862899f0d456b0af26667723526d8c7830d7ad4ddf0b46aeb6cd8cb3ed77c 1874 
git_1.7.7-1.dsc
 5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6 3475448 
git_1.7.7.orig.tar.gz
 b377e4d2033e26005e15c528057a4d445b1184b9f231a958b5957f5ac387a857 462717 
git_1.7.7-1.diff.gz
 14f437104d1d82e6f12500a388b90f885a30f33e9994f40c880fce1b3d298ac0 2120584 
git-doc_1.7.7-1_all.deb
 0c9bcde08da0d7a5c9e428a133b18a53e3f781a361431bbf19b8c41854b85669 431034 
git-arch_1.7.7-1_all.deb
 85209adaa487a8532d34ef25098558f654f17dc4b756d193c0f391eb70952c71 500450 
git-cvs_1.7.7-1_all.deb
 831265c599cd1b8e0b9baca481a37dadc01cf232ee6a783519295bfdd9d139f2 486560 
git-svn_1.7.7-1_all.deb
 62f32c9a964cdf3c98e088aaa8a31651d8c69ca9068c712a8398f82ab184cab2 418222 
git-daemon-run_1.7.7-1_all.deb
 d1f68a41be88d9d3d62c50208a2d460cddeeb4c8e93114a57291afd8349aa16e 419776 
git-daemon-sysvinit_1.7.7-1_all.deb
 2501885435d31eff1d050c370dce6716ad582a6eeeae4c5beb3a0427eaf12de3 436360 
git-email_1.7.7-1_all.deb
 8a8cca1af222dcd166a104d72804a6088df5e46eb2e9a37d744f4f3730600adf 693242 
git-gui_1.7.7-1_all.deb
 943e6ac7b0a2f87107ee85db0253b3f506cfa009d7e7184ca472545b0a4a403e 541788 
gitk_1.7.7-1_all.deb
 ab5b0dd1c6302effc4e08b5633a5e72962887ebdd9d341c87822517410a582d7 426718 
gitweb_1.7.7-1_all.deb
 a2613e4167606247f4d72049055dd0f26da9179d6ea89a144df5824fba5eecca 416458 
git-all_1.7.7-1_all.deb
 d9f9757e09be1d202307f21174a7415db07da1a9c503c0413bbb082cb108e35f 1330 
git-core_1.7.7-1_all.deb
 0170dc9976b617dc7e50fe1101cd7bd1bcdc3cf07e8b64cd9311548b2e0b771f 440386 
git-el_1.7.7-1_all.deb
 748ad6c72532abab2b3a3105240a0179c23d1cb4e7a7fe0e60f84a2b1728cc56 997424 
git-man_1.7.7-1_all.deb
Files: 
 5d81b48fbe6937f2954ffb336168d929 1874 vcs optional git_1.7.7-1.dsc
 5d645884e688921e773186783b65ce33

Accepted git 1:1.7.7~rc1-1 (source all)

2011-09-15 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Sep 2011 14:23:10 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.7~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.7~rc1-1) experimental; urgency=low
 .
   * merge branch debian-sid.
   * new upstream release candidate.
   * debian/rules: git: skip directories in /usr/lib/git-core/ and
 /usr/bin/ when stripping programs.
Checksums-Sha1: 
 55e8a2e4aa58062852eadb9a608b13f7c884e539 1479 git_1.7.7~rc1-1.dsc
 80dfcce410d2f36ffed4c8b48c8c896a45159e41 3472895 git_1.7.7~rc1.orig.tar.gz
 01ee3d6bab83d11f26d7ef6feec4ec18f447a9d9 462127 git_1.7.7~rc1-1.diff.gz
 a1e29e99e27339ff6b85cf22116cb3b4546f1e11 2119820 git-doc_1.7.7~rc1-1_all.deb
 1e12d30c26c20cfa70ad321d6956d6730baf6d7f 430636 git-arch_1.7.7~rc1-1_all.deb
 f36ec33d1b99e9c96fb65ec8bb3316a97e6a1b34 500138 git-cvs_1.7.7~rc1-1_all.deb
 9372967758b04ae912311b9f4b966855b98dfc6d 484146 git-svn_1.7.7~rc1-1_all.deb
 916ec923b01a580883fc18ebac7fd3ef03975093 417814 
git-daemon-run_1.7.7~rc1-1_all.deb
 1d9a4b6f667b5e5cb5389cbc1723029f8abc66f6 419398 
git-daemon-sysvinit_1.7.7~rc1-1_all.deb
 476e03b0eed38f65d95e123c04bc979f08ba95fd 435994 git-email_1.7.7~rc1-1_all.deb
 d5dd64f1dd9e03c7fbf08f1b575acd99949480c9 692872 git-gui_1.7.7~rc1-1_all.deb
 7d7660297e8cf609f8e3b471e5f4d8403b645f24 541362 gitk_1.7.7~rc1-1_all.deb
 696404be7f5774166a065d23409cf433d8c502cb 426302 gitweb_1.7.7~rc1-1_all.deb
 f205441dc7972b0287c133c22d3b6c8b1a2733be 416034 git-all_1.7.7~rc1-1_all.deb
 20be75a2da3f27b80c4cec8c509fa293500418eb 1330 git-core_1.7.7~rc1-1_all.deb
 478ed75f8e9270bbe8ef926968e030dfb3636578 44 git-el_1.7.7~rc1-1_all.deb
 80b4093130d4dec5796e2072680ed3848bee964c 997510 git-man_1.7.7~rc1-1_all.deb
Checksums-Sha256: 
 740666fd084f6063e11add2e400c23299332ff203ad3058d8f2a14a710d9447c 1479 
git_1.7.7~rc1-1.dsc
 de8be5afa6a55cc5a2a6f995d78c7291f2c900d2ea88585f8c3b04099d0fd532 3472895 
git_1.7.7~rc1.orig.tar.gz
 fa9740a9f0da1a457e449eec6aca3a6500de2647c50d338210283c9e80f3cc82 462127 
git_1.7.7~rc1-1.diff.gz
 3b036b3eb661c2d0c30c5bdf7e88e29501774f9fa3a0327067ae42456f400886 2119820 
git-doc_1.7.7~rc1-1_all.deb
 d1d283eda8b26a3f93e424827f884220e272d6d7dc9b49cf3828ebe76af4fdb5 430636 
git-arch_1.7.7~rc1-1_all.deb
 b389e8545412c4b2b9e529dc1779d799e845c99f0e74878e01256379d24ed49a 500138 
git-cvs_1.7.7~rc1-1_all.deb
 c218ebb433259cae6d3cf7e48406f1b38f2442c202b89869427c24a466932954 484146 
git-svn_1.7.7~rc1-1_all.deb
 f8089c41aecbd66bc1beffa4eabe4b521171487051e73948d63a01b03c20ad29 417814 
git-daemon-run_1.7.7~rc1-1_all.deb
 edda21ce11245a6cd1cbc119eb85018a16a5f612e9423d25246319e0c60869bd 419398 
git-daemon-sysvinit_1.7.7~rc1-1_all.deb
 5e4b587e035e982502cfef222aad01ae0cb9c8c3571be462342fb0ca4f33515d 435994 
git-email_1.7.7~rc1-1_all.deb
 243b4cfa3dcb9a44aab8f322c2fea32ab8861ab734afeb9557f917bdd7f2e275 692872 
git-gui_1.7.7~rc1-1_all.deb
 973402d4692c306b157c1b9a6949829c90f5deaa91ad004774f7c5123280c2b3 541362 
gitk_1.7.7~rc1-1_all.deb
 f2e4399a738309083af0c78e79dccd4d28cae1ad5c54cf5256408f8293785086 426302 
gitweb_1.7.7~rc1-1_all.deb
 0790ce30aba9d7765311204afe249434490bdb95d86904ec7d29506f4deff3f6 416034 
git-all_1.7.7~rc1-1_all.deb
 8dbf9aeb89983263b87893701cc656a60558281f8767fa00ef50abefc7976db5 1330 
git-core_1.7.7~rc1-1_all.deb
 ad9cd333bf038e362a79cbc418340e7038951a899b84f6deec68584f887a73ef 44 
git-el_1.7.7~rc1-1_all.deb
 5458b6829b82b799c0b3153e9d35b3214e3a00c467ff085bbb0a96a79fbeed64 997510 
git-man_1.7.7~rc1-1_all.deb
Files: 
 a23b7fa6eed27a08c3a4dc44e5ef484c 1479 vcs

Accepted git 1:1.7.6.3-1 (source all)

2011-09-14 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Sep 2011 11:33:23 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.6.3-1) unstable; urgency=low
 .
   * merge branch debian-experimental.
   * new upstream point release.
   * debian/diff:
 * 0007-...diff, ..., 0014-...diff: slightly rework as 0008...0015-*
   to provide better error reporting (thx Jonathan Nieder).
 * 0015-Makefile-do-not-use-setgid-bit-on-...diff: rename to 0007-*.
Checksums-Sha1: 
 5f3b12da7af5c1f1dd90ec513f53e2ced0986f7b 1465 git_1.7.6.3-1.dsc
 7264c0b0d97cb6a70447ba3b4b6fa488810d8115 3397595 git_1.7.6.3.orig.tar.gz
 22d944453ebf7a91c38a5cdeee793e76ae654ee6 454290 git_1.7.6.3-1.diff.gz
 1c0440d39d4fcac9020103e4473ce83b269b 2085782 git-doc_1.7.6.3-1_all.deb
 8eccf984a0e3cb7e0da850ed5e68aed0c13e3ebd 423192 git-arch_1.7.6.3-1_all.deb
 7c2080967b8466f5ef28f7764f5f94d909144765 492606 git-cvs_1.7.6.3-1_all.deb
 f067c766d4749af26806ecc07df67a4a101312fc 475452 git-svn_1.7.6.3-1_all.deb
 113c021eb396f20c22693ffeb275b85a4db186e7 410756 
git-daemon-run_1.7.6.3-1_all.deb
 f63201a57aa2c6ff94e24543b3081b38d370d612 412242 
git-daemon-sysvinit_1.7.6.3-1_all.deb
 640af0c3b2f555eb3d90edbbe3601bd0da7bd2f5 427560 git-email_1.7.6.3-1_all.deb
 56dc496e928aa92507aa5bf361a0821e60a66992 684994 git-gui_1.7.6.3-1_all.deb
 1e3f20e1efe3389a6ce78e70bd31bb7f06b14ccc 533858 gitk_1.7.6.3-1_all.deb
 4674af240f11cde0e6aeb6dc097b5531e80445dc 419134 gitweb_1.7.6.3-1_all.deb
 e341d1e0098b4257d407906d8af04f7c1fe176fd 409052 git-all_1.7.6.3-1_all.deb
 87837fda93f0787e16db07e8ff79e25b189d462b 1326 git-core_1.7.6.3-1_all.deb
 6be03d3cbe6f96a046671d35cd1ebc70e13d8132 432012 git-el_1.7.6.3-1_all.deb
 2cec8597bb1c26d545c255870282320dfa801340 982438 git-man_1.7.6.3-1_all.deb
Checksums-Sha256: 
 1bafb438b75c1970597bad7db15cbbe8bb71d2695457c67a1fca028b1db77f1e 1465 
git_1.7.6.3-1.dsc
 b8c7642f7e2b6638c442c0d3f907d197023b8c9a35cb03681643ed7ec619eff8 3397595 
git_1.7.6.3.orig.tar.gz
 b224b2cbe46560c5f42b01bedfffb72ce945164a2b9552398a925ad3a96e 454290 
git_1.7.6.3-1.diff.gz
 02f2e251d69b365d666d90ccb991ec22375eef7bd5a28bdce66c0bcd4af5dc9f 2085782 
git-doc_1.7.6.3-1_all.deb
 abd392978e96a9631c62f7cff322ef568756aed64acb7b17b2c3ca16f5af494d 423192 
git-arch_1.7.6.3-1_all.deb
 660f73708298983b95649691626ce488970b6430e10bd17e7a03100ff1d851ca 492606 
git-cvs_1.7.6.3-1_all.deb
 97f72db526c8a61d23339ec7e2f76571ec95c38792ace6f2a09dbe1d13f0a2d2 475452 
git-svn_1.7.6.3-1_all.deb
 681d008d2e6a13b532bfab87959b2f2613529a2a24315db89e1fe3cdbfcbb1e5 410756 
git-daemon-run_1.7.6.3-1_all.deb
 6b3e285e35f0a1599d58039d2dacdcee8fbc8135d5e00f15fe9e944a99a28e31 412242 
git-daemon-sysvinit_1.7.6.3-1_all.deb
 aa569a3fb4a7de2d7665cd0c102b341bfe17186d19ac5c454a7d300eed3165b0 427560 
git-email_1.7.6.3-1_all.deb
 4253b16d64fc1c1e17978f5d1f6715968b58753d89b88c40028f0d50cfc0ae07 684994 
git-gui_1.7.6.3-1_all.deb
 43b195fca491eb0cb1294f4d53a1b2b3b9f0bc1350ee34ca1444f5ae620b7651 533858 
gitk_1.7.6.3-1_all.deb
 755228eb278453c12ad786e94007bf1538a233edb9261d2473551004f17d9db2 419134 
gitweb_1.7.6.3-1_all.deb
 5862b0de3f66304f2f5569b96bce82a2da5435be744b55091417bed135c5ea20 409052 
git-all_1.7.6.3-1_all.deb
 8b45b9c3a7b5aeb0a2039e5c60c49b85fdb93c9402202f00a1441d8485da1af7 1326 
git-core_1.7.6.3-1_all.deb
 11683aa8b32dab673865c166fa3a4b287f32e85377ef3a65abb3a28575347b04 432012 
git-el_1.7.6.3-1_all.deb
 975c00c07e1f96ebdafbeb12e3f0a70c50e8154f45c91c02e323476d179e84da 982438 
git-man_1.7.6.3-1_all.deb
Files

Accepted git 1:1.7.5.3-1 (source all)

2011-05-27 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 May 2011 13:00:05 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.5.3-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.5.3-1) unstable; urgency=low
 .
   * new upstream point release.
   * debian/diff/0007-...diff, 0008-...diff, 0009-...diff, 0010-...diff:
 remove; included upstream.
   * debian/control: Package: git-cvs: make cvs dependency unversioned;
 Package: git-gui: make tk dependency unversioned (thx Jonathan
 Nieder).
Checksums-Sha1: 
 a1e0065960a6fa9d69f6fbddc71197ffeb57bd3c 1444 git_1.7.5.3-1.dsc
 65095a3af70ef641266ab406d42fd6cf3466a67e 3343773 git_1.7.5.3.orig.tar.gz
 3e8b4fca682b61332a53f91238b9cff40b0dd384 430955 git_1.7.5.3-1.diff.gz
 c89d4f6166f13536d489ba6ae7a1bf8c44a8e575 1947484 git-doc_1.7.5.3-1_all.deb
 17ac30b6927d6aa701c762d61585e9f61e35b83e 410620 git-arch_1.7.5.3-1_all.deb
 b6d1b60755facf5e22165a587b2df5aeb6c81f7b 480954 git-cvs_1.7.5.3-1_all.deb
 9947b4ff4962af5fb1302185a2bda4db8b31f9da 463332 git-svn_1.7.5.3-1_all.deb
 515f04897433979bf6a7689be0741ee823014be7 398872 
git-daemon-run_1.7.5.3-1_all.deb
 dafed70d962680afd22dc1273c0e99155496 416064 git-email_1.7.5.3-1_all.deb
 b13a5ca1320d6ac369b6c1f623193a02ba6a648d 672466 git-gui_1.7.5.3-1_all.deb
 e516e66a74d955dae173a13c7b676a82a24f537a 521364 gitk_1.7.5.3-1_all.deb
 d67b19c454ead6fc3d4e24f709ad0cb262fea9ba 408116 gitweb_1.7.5.3-1_all.deb
 b537c5c4fd581550be1b532b3beac80199b55a15 397318 git-all_1.7.5.3-1_all.deb
 7e693a3c2deab3b84b39b56a4ce2f384e91a950c 1334 git-core_1.7.5.3-1_all.deb
 68861e02f280ba5087c76e2cccec2040f957bff3 420410 git-el_1.7.5.3-1_all.deb
 b92452696600921c629e07ee655051ccdad3a508 957540 git-man_1.7.5.3-1_all.deb
Checksums-Sha256: 
 da48b3119219c09aeb676b95f27316dee2689fa1d35230ac409239d461fdc66b 1444 
git_1.7.5.3-1.dsc
 11172f93e9a4bee276b33da04a6e12f774d066dcfa7ab992ebdaad1c916d0bc8 3343773 
git_1.7.5.3.orig.tar.gz
 519f8ad73722cf945662daac8ab1d3d351c46dd3133c7ca85e7978a551380706 430955 
git_1.7.5.3-1.diff.gz
 231238cb12ea09031733fdfdeee00765f4998c5cce15756ed063b9d66210b410 1947484 
git-doc_1.7.5.3-1_all.deb
 456acd21f129667a62b92d99c3be902f86920bdb37dd2abab5a0b78fd3b547a4 410620 
git-arch_1.7.5.3-1_all.deb
 6a4f78e0302551a8f32a18edfe6ad9faf098a4d22e9b6c24da3c9b5c93d4e25f 480954 
git-cvs_1.7.5.3-1_all.deb
 cb5c87c226d491c737c8218e830b54e8300d6cda09f298be88a1ee34d1e982e3 463332 
git-svn_1.7.5.3-1_all.deb
 0a92352a0cf278e1265dcb43450480131bf39cd49e139cfc8571c9421213042a 398872 
git-daemon-run_1.7.5.3-1_all.deb
 17822afc0c3600a8261dae46f1e6689819e89697d51768e0a65b102d4f164654 416064 
git-email_1.7.5.3-1_all.deb
 92d968cd4cda454de2ed1ba136c66e84c9222b9ea4219561e3b0075e2c835b66 672466 
git-gui_1.7.5.3-1_all.deb
 b927b6edcb9e8eeb6c2652c25bc4fa452c4bc82fb46eec9a1cffb123270ba4c6 521364 
gitk_1.7.5.3-1_all.deb
 466e21eae674e46f41b0eb58755830eeb7750b31de34a4ed35dbf6763d6f3d31 408116 
gitweb_1.7.5.3-1_all.deb
 20f91f25ab5aedd190d46a643914613247dbb07eb0b647549f7d4fbafdc19a25 397318 
git-all_1.7.5.3-1_all.deb
 eb8e14647d8bd8ac1310ad117540a8741e163b92eb06d1df82fb4cd276c7ee00 1334 
git-core_1.7.5.3-1_all.deb
 c091c81c340d96392d3ca6943c856df523d801871e08e717a9214f67edd1ad12 420410 
git-el_1.7.5.3-1_all.deb
 7ef538cc43a7aa9073f61c60a168f54c9d1e4b1d094f7d5b2ca8d5c95f0ed0fa 957540 
git-man_1.7.5.3-1_all.deb
Files: 
 fe934f7e4baf80cb16d327089b5f3a39 1444 vcs optional git_1.7.5.3-1.dsc
 b223a7065f47076c76ca781f3d3d4926 3343773 vcs optional git_1.7.5.3.orig.tar.gz
 c55957aa08e99321ff00ed5e14da4213 430955 vcs optional git_1.7.5.3-1.diff.gz
 7bbb41882076b9758effde2e366f541a 1947484 doc optional git-doc_1.7.5.3-1_all.deb

Accepted dropbear 0.53.1-1 (source amd64)

2011-05-04 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 May 2011 16:35:14 +
Source: dropbear
Binary: dropbear
Architecture: source amd64
Version: 0.53.1-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 dropbear   - lightweight SSH2 server and client
Closes: 604524 614355 625192
Changes: 
 dropbear (0.53.1-1) unstable; urgency=low
 .
   [ Matt Johnston ]
   * New upstream release.
 * SSH_ORIGINAL_COMMAND environment variable is set by the server
   when an authorized_keys command is specified (closes: #604524).
 .
   [ Gerrit Pape ]
   * debian/rules: add --enable-bundled-libtom option to ./configure.
   * debian/rules: remove -DXAUTH_COMMAND=/usr/bin/X11/xauth -q from
 CFLAGS (workaround ./configure stupidity; closes: #625192).
   * debian/diff/0003-options.h-use-usr-bin-xauth-instead-of...diff: new;
 use /usr/bin/xauth instead of /usr/bin/X11/xauth for XAUTH_COMMAND
 (closes: #614355).
Checksums-Sha1: 
 65428f4994ec24525d57163f3d1bb03972077ea9 951 dropbear_0.53.1-1.dsc
 2faf6ca592b70783029c0ec4d4fc9a390fb12e19 1772583 dropbear_0.53.1.orig.tar.gz
 b37cd9e57ec9dc48190dc72af1a8fb470e4eba77 5811 dropbear_0.53.1-1.diff.gz
 e243d01a1c094ed6ede6fca7e6a2c97702cc9446 284918 dropbear_0.53.1-1_amd64.deb
Checksums-Sha256: 
 e1f6b89531171ce8371f659cd395d1627fe84354deaac14afecbd2845e0fff36 951 
dropbear_0.53.1-1.dsc
 192538ca2a9ee778f12a2e8ddb6f098fa85dcb6457adc1cb40dd94b3c28f4df6 1772583 
dropbear_0.53.1.orig.tar.gz
 500d578b0a1a7d6230abb67b3a11aff422fba6900c304e8853d3d55f1695a41d 5811 
dropbear_0.53.1-1.diff.gz
 11da7a0b201d08b47c2106a1c3e353e6ac87058ec6807dfb8e6aa7baaab66d1d 284918 
dropbear_0.53.1-1_amd64.deb
Files: 
 c1388f15e839b710dadad87c89f969c7 951 net optional dropbear_0.53.1-1.dsc
 6b8d901859d9b8a18e2f6bfe0a892a03 1772583 net optional 
dropbear_0.53.1.orig.tar.gz
 ad74a0f4c1a42f1de20202b820f1a01b 5811 net optional dropbear_0.53.1-1.diff.gz
 a30b000fc19f7f2470d2366310906490 284918 net optional 
dropbear_0.53.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2+418ACgkQGJoyQbxwpv9yFQCfSk5O5C0SgMhBfJfxAtQ8RWH/
AvoAoJP+bGkwutVkwqmiqAsHzttE7AkU
=gEIv
-END PGP SIGNATURE-


Accepted:
dropbear_0.53.1-1.diff.gz
  to main/d/dropbear/dropbear_0.53.1-1.diff.gz
dropbear_0.53.1-1.dsc
  to main/d/dropbear/dropbear_0.53.1-1.dsc
dropbear_0.53.1-1_amd64.deb
  to main/d/dropbear/dropbear_0.53.1-1_amd64.deb
dropbear_0.53.1.orig.tar.gz
  to main/d/dropbear/dropbear_0.53.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qhcfx-0007kc...@franck.debian.org



Accepted git 1:1.7.5~rc3-1 (source all)

2011-04-20 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Apr 2011 07:46:58 +
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.5~rc3-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.5~rc3-1) experimental; urgency=low
 .
   * new upstream release candidate.
   * merge branch debian-sid.
   * 0007-gitk-Take-only-numeric-version-components-when-comput.diff:
 remove; applied upstream.
Checksums-Sha1: 
 7a50fb9ea60c4c92e96a795d553bc8c7387114d0 1458 git_1.7.5~rc3-1.dsc
 161125d5d48bfeec79d953fd89f3e7ae3141d66a 3326967 git_1.7.5~rc3.orig.tar.gz
 7fd4b2d9b9b9b1bdbc7a71f73f262c30c74935dc 409486 git_1.7.5~rc3-1.diff.gz
 2bfbc895453b42f0bf0126c073e10df14edf94ce 1668144 git-doc_1.7.5~rc3-1_all.deb
 f2eab64c1b26590fe60c5c820010d447f0f5b386 390128 git-arch_1.7.5~rc3-1_all.deb
 fb0d44f5bed0ce13a10d7732640a7c2ffedda98e 460786 git-cvs_1.7.5~rc3-1_all.deb
 4b7b7d38baebaf783d5f186e2a0db1a0ae16efa7 442256 git-svn_1.7.5~rc3-1_all.deb
 cc367f05b0c5c8a349fb98ecc9fe83b93da4eb77 377284 
git-daemon-run_1.7.5~rc3-1_all.deb
 2827d62537f8f173140a943907de2caa9cf6e5ad 395000 git-email_1.7.5~rc3-1_all.deb
 5eb041f4aa26949483d91d7f0c1506faf98d8d31 651764 git-gui_1.7.5~rc3-1_all.deb
 1af9029d612693467a3bfeff06cc7368a88a8e52 502836 gitk_1.7.5~rc3-1_all.deb
 414b04fae5ed9f682d4de7b27e142acc809cdd5c 387204 gitweb_1.7.5~rc3-1_all.deb
 f843d0e196a1d734b807dda6f080cc06b9875d3e 375652 git-all_1.7.5~rc3-1_all.deb
 33850159cad699f1ae1e67e2f45f581eced0a704 1338 git-core_1.7.5~rc3-1_all.deb
 1214f3b915444303eed7f495dd8fbdf532bbfe02 397342 git-el_1.7.5~rc3-1_all.deb
 805be24516985d1d11b6757f5728d56e6591c3d6 931466 git-man_1.7.5~rc3-1_all.deb
Checksums-Sha256: 
 fdf7895f69e2ac04b55939cdb3727ff6ba082ddcfab6d73ac896316678c6531e 1458 
git_1.7.5~rc3-1.dsc
 468ed5ddf9e4c8f2c9621a419a0880210a08ccd1251f483f2f6f19f1fd21f4aa 3326967 
git_1.7.5~rc3.orig.tar.gz
 1df497232d04fdc62e3c06769c95cd980cd1afe9e5aa2a483369f231f5fdd160 409486 
git_1.7.5~rc3-1.diff.gz
 edf4fb589e755c7730b88fd782245a27d54c5ede84cc4ab91813be1318c46c0b 1668144 
git-doc_1.7.5~rc3-1_all.deb
 0319cff16ff9898efefd706594b236c2990aa70e6aa881d1b06f7d980df3fa3d 390128 
git-arch_1.7.5~rc3-1_all.deb
 95d57d071c9a8cd6a367ed218f86b730e20b61b92274c03c505ad0a12f4fb793 460786 
git-cvs_1.7.5~rc3-1_all.deb
 34983007f60fbd943ac10f58100f44ad14485c7032f11fde999426929be14a4f 442256 
git-svn_1.7.5~rc3-1_all.deb
 a36169ee576ba083fd0e955f3565987cae8643366b2df2990fc9f2dc8c0d7cd7 377284 
git-daemon-run_1.7.5~rc3-1_all.deb
 80459707f09959c05ac16603f6578a87ae71b673abe5036537f6d6cb5adbcd37 395000 
git-email_1.7.5~rc3-1_all.deb
 aba21157abedd5a342727bc693c688c67efe6fb8c9b24db42f1bb42f0d27e6c8 651764 
git-gui_1.7.5~rc3-1_all.deb
 ed716da24cedbcb4a0d26758af4b4219ded1c7db3e60448a1773256451efe4b9 502836 
gitk_1.7.5~rc3-1_all.deb
 4d15ebc23182b1308fb3dc560d861e4c6d3a36df5b1b23bdb4453445b659470a 387204 
gitweb_1.7.5~rc3-1_all.deb
 2a401e4b3bd62802f2b056b99cf34df93b1ccaa5469a10031290703263f956c0 375652 
git-all_1.7.5~rc3-1_all.deb
 122ab2e317d0e929bf92ff1cf7d832a52e75dfe794f2ecf69db2443232037cb4 1338 
git-core_1.7.5~rc3-1_all.deb
 f57cfcffebf9b550d6569c3da1a7406794ce112eeb29e4eded949ddfe736e526 397342 
git-el_1.7.5~rc3-1_all.deb
 72c6e91d5ee61a33f1e8249938681dd28b5fc941c0c9eeef988d5766326a9315 931466 
git-man_1.7.5~rc3-1_all.deb
Files: 
 1a5dde15fa53ab2f305b7615125f7078 1458 vcs optional git_1.7.5~rc3-1.dsc
 c59af2d1e47f108d6720c76ba2567c57 3326967 vcs optional git_1.7.5~rc3.orig.tar.gz
 8903a4fb01eb0e0ca343e18c1263279b 409486 vcs optional git_1.7.5~rc3-1.diff.gz
 289dfcde97a31bb69f855a509d02d056 1668144 doc optional 
git-doc_1.7.5~rc3-1_all.deb
 d2867d4e7aeb52c6db40f2a80870243e 390128 vcs

Accepted dot-forward 1:0.71-1 (source powerpc)

2011-04-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 20:52:11 +
Source: dot-forward
Binary: dot-forward
Architecture: source powerpc
Version: 1:0.71-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 dot-forward - reads sendmail's .forward files under qmail
Closes: 484763
Changes: 
 dot-forward (1:0.71-1) unstable; urgency=low
 .
   * debian/rules: remove target configure:; use glibc by default instead
 of dietlibc; new target patch: apply diff from debian/diff/; install
 into /var/lib/qmail/ instead of /var/qmail/; target binary-arch: run
 dpkg-shlibdeps; target clean: remove debian/substvars; target build:
 set conf-qmail, restore orig in target clean:.
   * debian/diff/0001-error.h-include-errno.h-instead-of-extern-int.diff:
 new: error.h: '#include errno.h' instead of 'extern int errno;'.
   * debian/implicit: update to revision a09db2e.
   * debian/control: no longer Build-Depends: dietlibc-dev; no longer
 Depends: qmail, but Recommends:; Depends: ${shlibs:Depends};
 Build-Depends: groff-base; Standards-Version: 3.7.3.0.
   * debian/dot-forward.docs: remove INSTALL.
   * debian/control: update short and long descriptions.
   * debian/dot-forward.README.Debian: redo.
   * debian/copyright: upstream sources and debian diff is in the public
 domain.
   * debian/gcc/: remove; obsolete.
   * debian/changelog: add epoch 1 to supersede unofficial package.
   * upload to Debian/main (closes: #484763).
Checksums-Sha1: 
 14b76c9ea236c6a5a4f25c25b2f7c7b2ccea94c6 959 dot-forward_0.71-1.dsc
 2adacc13bb43fcf7ae13d3fbeaadd2649ff91137 26352 dot-forward_0.71.orig.tar.gz
 4e40b2152fd2df4d1552a31a99c5ea9b93810c95 4076 dot-forward_0.71-1.diff.gz
 ede6102748283e7c5373353025489dbe12b96bda 22766 dot-forward_0.71-1_powerpc.deb
Checksums-Sha256: 
 114c3d043b29fe4cfcca46552ecb83d88d378c81dc5a34dbab293d46cff6dcaf 959 
dot-forward_0.71-1.dsc
 18086b59edf113aaeb02a770afb5429c3200e8637d06ce15094247416fc6e258 26352 
dot-forward_0.71.orig.tar.gz
 730016e8dba9a6ab61c8af7e11179b3f018555c81fc593b4ec2f87504f872dc3 4076 
dot-forward_0.71-1.diff.gz
 9d17405a52e7e51f291cbbc75e5559ee7e7381fec00e9dd331aedb4faee3dd77 22766 
dot-forward_0.71-1_powerpc.deb
Files: 
 bfc342e2b6646c13909c09d1990a5967 959 mail extra dot-forward_0.71-1.dsc
 1fefd9760e4706491fb31c7511d69bed 26352 mail extra dot-forward_0.71.orig.tar.gz
 792b16a1c53c12354d79e316f54eed48 4076 mail extra dot-forward_0.71-1.diff.gz
 0c169f9320585eab6e7af64300cf70d0 22766 mail extra 
dot-forward_0.71-1_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkucvDcACgkQGJoyQbxwpv/enQCcDTGNIaR9vZ8kL1UTSfOu15AM
zNwAoKTUzfnMppw+9ptPLXF8KyILIzdA
=ES4U
-END PGP SIGNATURE-


Accepted:
dot-forward_0.71-1.diff.gz
  to main/d/dot-forward/dot-forward_0.71-1.diff.gz
dot-forward_0.71-1.dsc
  to main/d/dot-forward/dot-forward_0.71-1.dsc
dot-forward_0.71-1_powerpc.deb
  to main/d/dot-forward/dot-forward_0.71-1_powerpc.deb
dot-forward_0.71.orig.tar.gz
  to main/d/dot-forward/dot-forward_0.71.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q5dwi-0008g4...@franck.debian.org



Accepted fastforward 1:0.51-3 (source powerpc)

2011-04-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Mar 2010 00:40:49 +
Source: fastforward
Binary: fastforward
Architecture: source powerpc
Version: 1:0.51-3
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 fastforward - handles qmail forwarding according to a cdb database
Changes: 
 fastforward (1:0.51-3) unstable; urgency=low
 .
   * debian/rules: install the fastforward's newaliases program as
 /usr/sbin/qmail-newaliases to avoid conflict.
   * debian/sbin: remove; obsolete.
   * debian/fastforward.README.Debian: talk about newaliases being
 installed as /usr/sbin/qmail-newaliases, and the qmail-run package.
   * debian/rules: install newaliases.1 man page as
 /usr/share/man/man1/qmail-newaliases.1.
   * debian/rules: no longer install ~alias/.qmail-default (again).
   * debian/fastforward.postinst, debian/fastforward.postrm: create
 ~alias/.qmail-default if it doesn't exist; remove on purge.
Checksums-Sha1: 
 518059f7b8915abbede0f115db5cee9553684105 959 fastforward_0.51-3.dsc
 5a20d2a60d2de791d9a7fbbe6ddb1fdca567053e 40659 fastforward_0.51.orig.tar.gz
 90fbcbfd8ecdfb65f34699de916ac5a6cfab6f8c 4876 fastforward_0.51-3.diff.gz
 131cf786dddf81020fcf414ea7386f40844954d0 59458 fastforward_0.51-3_powerpc.deb
Checksums-Sha256: 
 8601d9b6070a3608af8f5d0609f0400b6c07129094e6da8e14550b0493911b10 959 
fastforward_0.51-3.dsc
 45a1a071d54701bf973fed7582b5ff76cb6ed3e43089da6da87caabbb4b4fd7e 40659 
fastforward_0.51.orig.tar.gz
 5bb295b0b12e2154954aebc2709e4a4e2a51e1195b0594583993143d487030aa 4876 
fastforward_0.51-3.diff.gz
 a81884dfff8c9ada1cac7895ab1eed5c02a68d27477147801085eb29c99cf11f 59458 
fastforward_0.51-3_powerpc.deb
Files: 
 3631c34c235dd9792ec186870a23ba01 959 mail extra fastforward_0.51-3.dsc
 6dc619180ba9726380dc1047e45a1d8d 40659 mail extra fastforward_0.51.orig.tar.gz
 f9e2aed388326ebe321332cfd168eb9d 4876 mail extra fastforward_0.51-3.diff.gz
 d3c21a6790c1a3760ec8eabc06a66ac8 59458 mail extra 
fastforward_0.51-3_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkucvCUACgkQGJoyQbxwpv8uMgCcDQH4NaKbAbtijeIUQ1HxgZyD
jh4AoIJw4IlPqbX9Bg6Jo8X8+J6QxjsC
=KEYh
-END PGP SIGNATURE-


Accepted:
fastforward_0.51-3.diff.gz
  to main/f/fastforward/fastforward_0.51-3.diff.gz
fastforward_0.51-3.dsc
  to main/f/fastforward/fastforward_0.51-3.dsc
fastforward_0.51-3_powerpc.deb
  to main/f/fastforward/fastforward_0.51-3_powerpc.deb
fastforward_0.51.orig.tar.gz
  to main/f/fastforward/fastforward_0.51.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q5dww-0008ji...@franck.debian.org



Accepted netqmail 1.06-3 (source all powerpc)

2011-04-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 23:54:13 +
Source: netqmail
Binary: qmail qmail-uids-gids
Architecture: source all powerpc
Version: 1.06-3
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 qmail  - a secure, reliable, efficient, simple message transfer agent
 qmail-uids-gids - user ids and group ids for qmail
Changes: 
 netqmail (1.06-3) unstable; urgency=low
 .
   * debian/diff/0001-Add-realrcptto-functionality-...diff: remove;
 obsolete.
   * 0001-qmail-errmsg-logging.diff, 0002-qmail-verify.diff; new; add
 qmail-verify functionality from Andrew Richards, an update to Paul
 Jarc's realrcptto patch.
   * debian/rules, debian/sbin: no longer build and install
 qmail-smtpd-realrcptto, qmail-qmtpd-realrcptto programs.
   * debian/sbin: add qmail-verify.
   * debian/diff/0003-qmail-verify-optionally-check-aliases.cdb-...diff:
 new: qmail-verify: optionally check aliases.cdb if fastforward is
 used.
   * debian/qmail.postinst: restart qmail-verify service on upgrade.
   * debian/qmail.README.Debian: talk about the qmail-verify and errmsg
 patches; typos.
Checksums-Sha1: 
 20dd20ae2e07d45c65e22ec48760f0c8adeb1dc4 980 netqmail_1.06-3.dsc
 9ee9a603e2ad3d8e1d34b900e19b7a5d275f538b 260941 netqmail_1.06.orig.tar.gz
 b556f2848db06f59a908aa1198ef554d66ba64fe 26451 netqmail_1.06-3.diff.gz
 fd426e4fdebf24b3f5914b4bc99c8e7d5322afed 33358 qmail-uids-gids_1.06-3_all.deb
 f2c6039143530b5073a8c851f45824775ffc63c3 397042 qmail_1.06-3_powerpc.deb
Checksums-Sha256: 
 cf56e7a1b602652344b4d40523be87e34c12a5ce504bbf30514621659aeefd87 980 
netqmail_1.06-3.dsc
 8e7d98d15211fc9f9c28109e942e2268f42a6672d68df92a42f2afa90ff00532 260941 
netqmail_1.06.orig.tar.gz
 7b21dc5ef1f9b011af7be314fc200a65686c609ff46c5918e56879aadb56f4e5 26451 
netqmail_1.06-3.diff.gz
 fcf280ae54eab10f4f74f75e51033ee280f404f1a3dac39ffe8954aa855e2a50 33358 
qmail-uids-gids_1.06-3_all.deb
 4e1e2d7a6763bca4e3fda88e806c720227b359cf7478679da49b57d33979ad7d 397042 
qmail_1.06-3_powerpc.deb
Files: 
 8c4a42433a6b08fa3e460861984cec43 980 mail extra netqmail_1.06-3.dsc
 c922f776140b2c83043a6195901c67d3 260941 mail extra netqmail_1.06.orig.tar.gz
 4a362939b57c56fca42900cf4617423a 26451 mail extra netqmail_1.06-3.diff.gz
 b265dd25403091e5d501b1b29848974d 33358 mail extra 
qmail-uids-gids_1.06-3_all.deb
 861bdf87bc65a3fa20fbb375645d1a1d 397042 mail extra qmail_1.06-3_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkucvBAACgkQGJoyQbxwpv+/5QCdFNKsF03586BMLcvgpRfq4+It
Yh4AoITaG3YRzBxNZaZmEY6IenKo1z0m
=Owd/
-END PGP SIGNATURE-


Accepted:
netqmail_1.06-3.diff.gz
  to main/n/netqmail/netqmail_1.06-3.diff.gz
netqmail_1.06-3.dsc
  to main/n/netqmail/netqmail_1.06-3.dsc
netqmail_1.06.orig.tar.gz
  to main/n/netqmail/netqmail_1.06.orig.tar.gz
qmail-uids-gids_1.06-3_all.deb
  to main/n/netqmail/qmail-uids-gids_1.06-3_all.deb
qmail_1.06-3_powerpc.deb
  to main/n/netqmail/qmail_1.06-3_powerpc.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q5dwl-0008to...@franck.debian.org



Accepted netqmail 1.06-4 (source all powerpc)

2011-04-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Mar 2010 22:38:02 +
Source: netqmail
Binary: qmail qmail-uids-gids
Architecture: source all powerpc
Version: 1.06-4
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 qmail  - a secure, reliable, efficient, simple message transfer agent
 qmail-uids-gids - user ids and group ids for qmail
Closes: 457318
Changes: 
 netqmail (1.06-4) unstable; urgency=low
 .
   * debian/rules, debian/qmail.postinst, debian/qmail.postrm: don't
 include named pipe queue/lock/trigger in the package, but create
 in postinst and remove in postrm (policy 10.6).
   * debian/control: Standards-Version: 3.8.4.0.
   * debian/qmail.postinst: don't restart qmail-send, qmail-verify
 services if the update-service program is not available.
 .
 netqmail (1.06-3) unstable; urgency=low
 .
   * debian/diff/0001-Add-realrcptto-functionality-...diff: remove;
 obsolete.
   * 0001-qmail-errmsg-logging.diff, 0002-qmail-verify.diff; new; add
 qmail-verify functionality from Andrew Richards, an update to Paul
 Jarc's realrcptto patch.
   * debian/rules, debian/sbin: no longer build and install
 qmail-smtpd-realrcptto, qmail-qmtpd-realrcptto programs.
   * debian/sbin: add qmail-verify.
   * debian/diff/0003-qmail-verify-optionally-check-aliases.cdb-...diff:
 new: qmail-verify: optionally check aliases.cdb if fastforward is
 used.
   * debian/qmail.postinst: restart qmail-verify service on upgrade.
   * debian/qmail.README.Debian: talk about the qmail-verify and errmsg
 patches; typos.
 .
 netqmail (1.06-2) unstable; urgency=low
 .
   * debian/qmail-uids-gids.preinst: don't check and/or create qmail
 users and groups in preinst to avoid pre-dependency on adduser.
   * debian/qmail-uids-gids.postinst: configure: check and/or create
 qmail users and groups.
   * debian/rules: place boot/ into /usr/lib/qmail/, link back to
 /var/lib/qmail/boot.
   * debian/rules, debian/qmail.postinst: install config-fast program
 into /usr/lib/qmail/bin/, instead of /var/lib/qmail/bin/.
   * debian/control: package qmail: Suggests: fastforward, dot-forward.
   * debian/control: Standards-Version: 3.8.0.1.
 .
 netqmail (1.06-1) unstable; urgency=low
 .
   * new upstream version netqmail-1.06.
   * debian/control: change Source: to netqmail; no longer Depends:
 fastforward, dot-forward; Depends: qmail-uids-gids instead of
 Pre-Depends:.
   * debian/rules: remove target configure:; use glibc by default instead
 of dietlibc; no longer build upstream install, instcheck targets
 separately; use proc instead of proc+df as default delivery.
   * debian/gcc/, debian/install/: remove; obsolete.
   * debian/control: no longer Build-Depends: dietlibc-dev.
   * debian/rules: install into /var/lib/qmail/ instead of /var/qmail/;
 subdirectory control/ is a symlink to /etc/qmail, and users/ a
 symlink to /etc/qmail/users.
   * debian/control: add qmail-uids-gids package (previously a separate
 unofficial package).
   * debian/qmail-uids-gids.README.Debian, qmail-uids-gids.postrm,
 debian/qmail-uids-gids.preinst: new; from unofficial package,
 slightly adapt; ensure that the proper qmail uids and gids are
 installed.
   * debian/rules: split install: target into install-arch:,
 install-indep:; build qmail-uids-gids package in install-indep:.
   * debian/rules: target binary-arch: run dpkg-shlibdeps; target clean:
 remove debian/substvars.
   * debian/control: Depends: ${shlibs:Depends}; Standards-Version:
 3.7.3.0.
   * debian/rules, debian/qmail.postinst, debian/qmail.postinst: the
 config-fast program now resides in /var/lib/qmail/bin/ instead of
 /etc/qmail/1st-config/.
   * debian/rules: target clean: don't ignore error in make clean; drop
 /usr/sbin/qmail-rc, drop symlink /etc/qmail/boot - /var/qmail/boot.
   * debian/qmail.conffiles: remove /usr/sbin/qmail-rc (obsolete).
   * debian/control: update short and long descriptions; Build-Depends:
 qmail-uids-gids ( 1.06).
   * debian/qmail.preinst, debian/qmail-uids-gids.preinst: upgrading qmail
 from non-free and unofficial packages is not yet supported.
   * debian/implicit: update to revision a09db2e.
   * debian/qmail.docs: remove CHANGES, FILES, INSTALL, SYSDEPS, TARGETS,
 debian/var-qmail.filelist.
   * debian/var-qmail.filelist, debian/mkFilelist: remove; obsolete.
   * debian/qmail.postinst: default directory for services in Debian is
 /etc/services/; adapt paths; use the update-service program tocheck
 whether the qmail-send service is registered.
   * debian/qmail.postrm: adapt paths and version check.
   * debian/qmail.preinst: remove check for proper qmail uids and gids.
   * debian/qmail-uids-gids.preinst: uids and gids are now the same as in
 the non-free package, group nofiles is replaced with nogroup; no
 longer

Accepted qmail-run 2.0.2 (source all)

2011-04-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Mar 2010 00:25:27 +
Source: qmail-run
Binary: qmail-run
Architecture: source all
Version: 2.0.2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 qmail-run  - sets up qmail as mail-transfer-agent
Changes: 
 qmail-run (2.0.2) unstable; urgency=low
 .
   * Makefile: no longer install the (dummy) newaliases program.
   * newaliases: remove; obsolete.
   * debian/control: Depends: fastforward (= 1:0.51-3) instead of
 Recommends:.
   * debian/qmail-run.postinst: run newaliases unconditionally.
   * debian/rules: install symlink /usr/sbin/newaliases-qmail-newaliases.
   * debian/control: Conflicts: lsb-core.
   * aliases: add abuse.
   * log-qmail-verify, run-qmail-verify: new; qmail-verify service
 directory.
   * Makefile: install the qmail-verify service directory.
   * qmailctl: additionally handle the qmail-verify service.
   * tcp.smtp: add :allow,VERIFY=DEFER.
   * debian/qmail-run.postinst: add qmail-verify service to system-wide
 service supervision.
   * debian/control: Depends: qmail (= 1.06-2.1) (1st version with
 qmail-verify functionality.
   * debian/qmail-run.conffiles: add /etc/qmail/qmail-verify/run,
 /etc/qmail/qmail-verify/log/run.
   * debian/qmail-run.postrm: remove qmail-verify service.
   * debian/README.lwq: talk about qmail-verify patch applied to the
 qmail package; typos.
   * debian/qmail-run.README.Debian: talk about fastforward's newaliases
 program and symlink; typos.
   * debian/control: typo.
   * debian/rules: install symlink /usr/share/man/man1/newaliases.1.gz-
 qmail-newaliases.1.gz.
Checksums-Sha1: 
 a7d8c1b76630fe4693d3870f080c5aa8da3b9fcb 673 qmail-run_2.0.2.dsc
 53904ce8350eb4ea4aec541384889d300f410eec 377827 qmail-run_2.0.2.tar.gz
 38c1cdc134c9db7f00dcd8c5d4f48f3b2e0f2b77 10684 qmail-run_2.0.2_all.deb
Checksums-Sha256: 
 00c8feaade3111b396963b21ba2cf05f46b96f349d2ae8a891f0b23aec6c50c1 673 
qmail-run_2.0.2.dsc
 982a599c6404fc9e68d6c011cbd173ddaa35f7ed40a06ba4e9d8329ae0ecbc25 377827 
qmail-run_2.0.2.tar.gz
 bdd01b9ee548388e3763c17406b2d85698e9ba200ef42e5179e9105b257d9e6c 10684 
qmail-run_2.0.2_all.deb
Files: 
 c9e23532abf058635a0fa17e7ec4db4d 673 mail extra qmail-run_2.0.2.dsc
 5147b54888d4b3f5f0fce18620813538 377827 mail extra qmail-run_2.0.2.tar.gz
 3047ac2be85b47e6b7387944ca90f9ae 10684 mail extra qmail-run_2.0.2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkucvEkACgkQGJoyQbxwpv+AjwCgpYKFEfbNL1yong3h+6/FI1Te
ysUAn2gY4MPNu6X9ucdV+0O9T1g47VYo
=e7xN
-END PGP SIGNATURE-


Accepted:
qmail-run_2.0.2.dsc
  to main/q/qmail-run/qmail-run_2.0.2.dsc
qmail-run_2.0.2.tar.gz
  to main/q/qmail-run/qmail-run_2.0.2.tar.gz
qmail-run_2.0.2_all.deb
  to main/q/qmail-run/qmail-run_2.0.2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q5dxb-eh...@franck.debian.org



Accepted qmail-tools 0.1.0 (source all)

2011-04-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Apr 2008 22:00:41 +
Source: qmail-tools
Binary: qmail-tools
Architecture: source all
Version: 0.1.0
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 qmail-tools - collection of tools for qmail
Changes: 
 qmail-tools (0.1.0) unstable; urgency=low
 .
   * initial Debian package.
Checksums-Sha1: 
 ada0ecdb3e5192f260eff20a886cff4df545c564 680 qmail-tools_0.1.0.dsc
 f9d7efe2a70cc01d1b15558dd8d6c282813f92dc 53800 qmail-tools_0.1.0.tar.gz
 358d7efdafedd74bfa2a31056258075651406487 10020 qmail-tools_0.1.0_all.deb
Checksums-Sha256: 
 2bf3cc63aa0f8ba1c1c8a9a0c6b9efc1834154d72f2a53b546c22d1ebf880b6a 680 
qmail-tools_0.1.0.dsc
 75d0a0d61738a82cc80ac6559e6e7344b299ff26af44b275c376d63c847b3d89 53800 
qmail-tools_0.1.0.tar.gz
 a80bf9974c8d5e7c6cd9c892e2195baefe9a601f19ef0e9fa75582af82b81676 10020 
qmail-tools_0.1.0_all.deb
Files: 
 4b705455bd3f85a2d8c4d11333aa9395 680 net optional qmail-tools_0.1.0.dsc
 ef1e4dabfc802a9e696857695fd3a2bc 53800 net optional qmail-tools_0.1.0.tar.gz
 0bb23f432d75382f3f3575d9c8ed0e38 10020 net optional qmail-tools_0.1.0_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkucvF4ACgkQGJoyQbxwpv86tgCgm0Daomz+J9ycPQJ26nzwuvmA
DNMAmwagsXM3NQXpB1OIAIPslqvfaPAv
=mNAO
-END PGP SIGNATURE-


Accepted:
qmail-tools_0.1.0.dsc
  to main/q/qmail-tools/qmail-tools_0.1.0.dsc
qmail-tools_0.1.0.tar.gz
  to main/q/qmail-tools/qmail-tools_0.1.0.tar.gz
qmail-tools_0.1.0_all.deb
  to main/q/qmail-tools/qmail-tools_0.1.0_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q5dxl-ga...@franck.debian.org



RFA: dietlibc -- diet libc - a libc optimized for small size

2011-02-15 Thread Gerrit Pape
Hi, I'm looking for a new maintainer for the dietlibc package.

 Package: dietlibc-dev
 Section: libdevel
 Architecture: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 
sparc
 Recommends: dietlibc (= ${source:Version})
 Suggests: dietlibc-doc
 Description: diet libc - a libc optimized for small size
  The diet libc is a C library that is optimized for small size. It
  can be used to create small statically linked binaries for Linux
  on alpha, arm, ia64, mips, mipsel, ppc, parisc, s390, sparc and x86.
  .
  This package is used to compile programs with the diet libc.
  .
  The diet libc also supports dynamic linking, currently on the arm and
  i386 architectures only.  The 'dietlibc' package provides the shared
  libraries.
  .
  See http://www.fefe.de/dietlibc/ for more information.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110215171709.22002.qm...@28932e461126c0.315fe32.mid.smarden.org



RFA: bglibs -- BG Libraries Collection

2011-02-15 Thread Gerrit Pape
Hi, I'm looking for a new maintainer for the bglibs package.

 Package: libbg1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: libbg1-doc
 Suggests: libbg1-dev
 Description: BG Libraries Collection
  This package contains a collection of libraries written by myself
  [Bruce Guenter] and put in use in various packages.
  .
  The library collection is mandatory to build most of Bruce Guenter's
  software packages available at http://untroubled.org.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110215171739.22113.qm...@03d66bc703eaa1.315fe32.mid.smarden.org



Accepted git 1:1.7.2.3-2 (source all)

2010-10-18 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Oct 2010 20:07:22 +
Source: git
Binary: git git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb git-all
Architecture: all source
Version: 1:1.7.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.2.3-2) unstable; urgency=low
 .
   * merge branch debian-experimental.
   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
Checksums-Sha1: 
 37adf173fa8455bcf796ae12b268a615c7d50956 1359 git_1.7.2.3-2.dsc
 093ef769be49ffa3c74a30da96f05dca7619c486 402975 git_1.7.2.3-2.diff.gz
 e209c26ba63d13fa87a149ccc4db87e381f56438 1568586 git-doc_1.7.2.3-2_all.deb
 9c9756455580c9994f4c0218609f80c1e29ce1af 361582 git-arch_1.7.2.3-2_all.deb
 e9af6445fe0170cf0d915e8e3bd2c2a75d16500d 432882 git-cvs_1.7.2.3-2_all.deb
 1b31841bfc46a50a53d2a4c19c30af73d66b65d2 412414 git-svn_1.7.2.3-2_all.deb
 94232107a33cd5ed9baa77845bc9c8f1e1feb555 348404 
git-daemon-run_1.7.2.3-2_all.deb
 2a5ec5f2e7e53801fb65eaa418ec52401bdd4fc7 365348 git-email_1.7.2.3-2_all.deb
 173a184b809015967821c1ff64b9e3eb22ceb943 605648 git-gui_1.7.2.3-2_all.deb
 4565d85e6799f53d08ac7ab704a8bde9b45f268b 469468 gitk_1.7.2.3-2_all.deb
 9b68cc57affcad1d5368cf7e88ae55069370aff0 424016 gitweb_1.7.2.3-2_all.deb
 667e1a5f4c9775e4e5e6bf9361652d3bb6409c0f 346848 git-all_1.7.2.3-2_all.deb
 c90e70895731c4d8bfb4b284f14628f8fbbbee1a 1326 git-core_1.7.2.3-2_all.deb
Checksums-Sha256: 
 dd2ece317d4752d5018f51433764f447c3283707bd96538e3e2b2875a3967da7 1359 
git_1.7.2.3-2.dsc
 fea11cb0c8ad9fea5208e7ebfbf5ce0219caece572d930a5271a871b651423f3 402975 
git_1.7.2.3-2.diff.gz
 b05bcf728dad28e86e0332269c3e0e549037e4fd8fbeb4d53dd53c458adf811d 1568586 
git-doc_1.7.2.3-2_all.deb
 cb37335e5696d25897629180c6b4c600d930c4371cdaa2a5fa4b64707a83526a 361582 
git-arch_1.7.2.3-2_all.deb
 9ec7007cce174223738f91d187ca6f530e180c2a05008c155f62a3d3601730fb 432882 
git-cvs_1.7.2.3-2_all.deb
 7aeb4d6e2d3df312f12704d2602f77e2e76842f772d5172c279bbd65d7d81963 412414 
git-svn_1.7.2.3-2_all.deb
 87738279b645151ee4278fa47c5f80720461b69b5b30cbbed9cb287eaac26662 348404 
git-daemon-run_1.7.2.3-2_all.deb
 e78bfddad9d4675e1a1056b21c0d3c29d3ed255229a0a4c298822eb95f51ad87 365348 
git-email_1.7.2.3-2_all.deb
 b82122ffcb518759263bd6154ae9f878e0caad5152108b887b6194af6dd00f11 605648 
git-gui_1.7.2.3-2_all.deb
 e1a0d2c0df1d5d5ff661998cf20da35fb6c3442079cec49e142e6e062043a1c6 469468 
gitk_1.7.2.3-2_all.deb
 a3c346d803e445ed6188e51e86e1f05d1c00c7807f20fc61c79a420e32604147 424016 
gitweb_1.7.2.3-2_all.deb
 6caea85133aadc55698ac600ffaac13734840ca32ffc302cf0fb75186c198883 346848 
git-all_1.7.2.3-2_all.deb
 8be7a21bd50de7dd719a5b22268d1930a730eff4650a67e7b731ac6d9c5743c0 1326 
git-core_1.7.2.3-2_all.deb
Files: 
 fea97fdc61a7383ff863182868cc9834 1359 vcs optional git_1.7.2.3-2.dsc
 96d5f443678020f6b575874574880535 402975 vcs optional git_1.7.2.3-2.diff.gz
 16219c8a1ab1d293d21a02014674a252 1568586 doc optional git-doc_1.7.2.3-2_all.deb
 b04799b73cae4f1297f03f97a7583e58 361582 vcs optional git-arch_1.7.2.3-2_all.deb
 f521dea2bcfa47451049f2a8908c75d4 432882 vcs optional git-cvs_1.7.2.3-2_all.deb
 e4e775058c94694e0abaae30d2038cbe 412414 vcs optional git-svn_1.7.2.3-2_all.deb
 48ce08bd8f30c93416b72aed45f3c84d 348404 vcs optional 
git-daemon-run_1.7.2.3-2_all.deb
 024db9b5a58e3cec63e0c007ece4e186 365348 vcs optional 
git-email_1.7.2.3-2_all.deb
 49cd8715a44ddd98c201a9223998cb7d 605648 vcs optional git-gui_1.7.2.3-2_all.deb
 7139a02d81516ffd145d4eb36616f00a 469468 vcs optional gitk_1.7.2.3-2_all.deb
 0b42d7bab15683fec6b9a164299fb52b 424016 vcs optional gitweb_1.7.2.3-2_all.deb
 6f4ac8065ce6dffc7919371a370a5d3d 346848 vcs optional git-all_1.7.2.3-2_all.deb
 899bd23a36fe74b05d4c7b7b2e0be5d8 1326 vcs optional git-core_1.7.2.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAky7ayQACgkQGJoyQbxwpv/QwACgjw2ciqWO+ZhyumKNq+/95+Md
J1cAn12sDfqCyUlBN/Vsx+sXy3YVzfOE
=8PX

Accepted runit 2.1.1-6 (source powerpc)

2010-09-15 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Sep 2010 09:09:51 +
Source: runit
Binary: runit
Architecture: source powerpc
Version: 2.1.1-6
Distribution: unstable
Urgency: high
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 runit  - system-wide service supervision
Changes: 
 runit (2.1.1-6) unstable; urgency=high
 .
   * debian/rules: don't set -D_FILE_OFFSET_BITS=64 on sparc (fixes
 build/selftest failure on sparc).
Checksums-Sha1: 
 7242637db5e5515a137f606340b009ae0df3466d 1018 runit_2.1.1-6.dsc
 6f9eea2850050e46af378d5fcb3d1fd3e1ea7a04 15189 runit_2.1.1-6.diff.gz
 cd74e05f414201caf021d49ee20302f893e50d50 120740 runit_2.1.1-6_powerpc.deb
Checksums-Sha256: 
 25497aa40d0bc28b7fd48b841bdb842ef299b136c6aae30549cc27e80a40f08b 1018 
runit_2.1.1-6.dsc
 e647b214e1ffb9c427720dddf7f47d1f831a51e852dca3c3286857a07009f3ad 15189 
runit_2.1.1-6.diff.gz
 1dfa693dc4419ac67e7ec739446642aa74bcf5451051009512a615b53ecb3faa 120740 
runit_2.1.1-6_powerpc.deb
Files: 
 3019128439d2e6f655989fa8b59627c8 1018 admin optional runit_2.1.1-6.dsc
 99f944b46f010c0b3b73453bc4105692 15189 admin optional runit_2.1.1-6.diff.gz
 22ed91b1d4574b10e28330971511e608 120740 admin optional 
runit_2.1.1-6_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyQkvkACgkQGJoyQbxwpv9d5ACghTJEwH+pUYIW3xiPjAvaBXoS
EDEAoJdIXyj3Ont2oIvoRkxKnopohMBm
=O1O6
-END PGP SIGNATURE-


Accepted:
runit_2.1.1-6.diff.gz
  to main/r/runit/runit_2.1.1-6.diff.gz
runit_2.1.1-6.dsc
  to main/r/runit/runit_2.1.1-6.dsc
runit_2.1.1-6_powerpc.deb
  to main/r/runit/runit_2.1.1-6_powerpc.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ovoa3-7k...@franck.debian.org



Re: dash Debian package - RC bugs

2010-09-07 Thread Gerrit Pape
On Tue, Aug 31, 2010 at 04:34:25PM +0100, Ian Jackson wrote:
 Gerrit Pape writes (Re: dash Debian package - RC bugs):
  I can't help, I don't understand.  I yesterday followed up to a mail
  that was additionally addressed to the debian-c...@lists.debian.org
  mailing list and got an automatic reply telling me that the mail cannot
  be delivered because I'm not subscribed.  Not a bounce, but an automatic
  reply to the address in the From: header, not the envelope sender
  address.  How do you call this?
 
 I would call it a bounce.

I don't.  Last time I checked, non-delivery reports aka delivery
notifications aka bounces aka auto replies should work on the envelope
only, i.e. send the notification aka bounce to the envelope sender
address, ideally with an empty return path.  I think it has something to
do with loops, automatic mailers, and not parsing the headers as that is
a lot more prone to errors.  But this is long ago, think might have
changed since.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100907141002.19880.qm...@eb1ada02336c29.315fe32.mid.smarden.org



Accepted runit 2.1.1-5 (source powerpc)

2010-09-06 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Sep 2010 15:24:12 +
Source: runit
Binary: runit
Architecture: source powerpc
Version: 2.1.1-5
Distribution: unstable
Urgency: high
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 runit  - system-wide service supervision
Closes: 595334
Changes: 
 runit (2.1.1-5) unstable; urgency=high
 .
   * debian/runit.postinst: make sure runsvdir starts on install (thx
 alexander barakin for the patch; closes: #595334).
Checksums-Sha1: 
 66b31674824fe8faf4f1cb4d7514dc61b1706490 1018 runit_2.1.1-5.dsc
 5462682217359107abda47dbb37c38dc418ff9b8 15707 runit_2.1.1-5.diff.gz
 27893235afe17e9adb118b10beb795afca2152d9 120718 runit_2.1.1-5_powerpc.deb
Checksums-Sha256: 
 3e95c4d456484dc39a83180597e2c06589b8346f34b8fb022a3a1c4e746c90b2 1018 
runit_2.1.1-5.dsc
 8eaa42be73a173dbfac529390f5c509c38a12adf65969c9187f36bcefc53039b 15707 
runit_2.1.1-5.diff.gz
 0b3bcc13e098f3bc0ef83605b2598ae4226001383b6d4f0a61936494f3eb4482 120718 
runit_2.1.1-5_powerpc.deb
Files: 
 f1b82542a3e4791ef39d7a0956fdd96c 1018 admin optional runit_2.1.1-5.dsc
 67dba817640b17cf5f72a8ce3bac8fb7 15707 admin optional runit_2.1.1-5.diff.gz
 dabae593cb524bd009c7712211f23187 120718 admin optional 
runit_2.1.1-5_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyFCmIACgkQGJoyQbxwpv/ErgCeLn2LNgrt0B4xd0FCsk6W07sl
jdMAniFmEFoW2FJLNhwV+m73rnJrwvFj
=tB23
-END PGP SIGNATURE-


Accepted:
runit_2.1.1-5.diff.gz
  to main/r/runit/runit_2.1.1-5.diff.gz
runit_2.1.1-5.dsc
  to main/r/runit/runit_2.1.1-5.dsc
runit_2.1.1-5_powerpc.deb
  to main/r/runit/runit_2.1.1-5_powerpc.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1osdvd-0002rd...@franck.debian.org



Re: dash Debian package - RC bugs

2010-08-31 Thread Gerrit Pape
On Fri, Apr 30, 2010 at 08:28:57AM +0200, Raphael Hertzog wrote:
 [ It sucks to have to confirm mails for debian-package-d...@list.smarden.org ]

I can't help, I don't understand.  I yesterday followed up to a mail
that was additionally addressed to the debian-c...@lists.debian.org
mailing list and got an automatic reply telling me that the mail cannot
be delivered because I'm not subscribed.  Not a bounce, but an automatic
reply to the address in the From: header, not the envelope sender
address.  How do you call this?

I'd be happy if it would've been a delivery notification giving me the
opportunity to easily confirm the mail to have it finally delivered,
and, as a bonus, all subsequent mails I send, without subscribing.
That's how the debian-package-d...@list.smarden.org works.  And for
subscribers, mail is delivered immediately.  You didn't subscribe.

With the debian-c...@lists.debian.org mailing list, I now need to
guess whether the From: address needs to be subscribed or the envelope
sender address, subscribe with that address, re-send the message, losing
information about the cross-posting, and maybe do the same again if I
guessed the address wrong.  I don't do that.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100831120839.16172.qm...@7aace5add6b610.315fe32.mid.smarden.org



Accepted dash 0.5.5.1-7 (source all)

2010-06-17 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 Jun 2010 01:56:32 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.5.1-7
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 82554 582973 584484
Changes: 
 dash (0.5.5.1-7) unstable; urgency=low
 .
   [ Raphael Geissert ]
   * Re-add code to allow taking over bash's diversion (Closes: #82554).
 .
   [ Gerrit Pape ]
   * debian/dash.README.source: new; document how to use the Debian
 package source.
   * debian/po/pt_BR.po: [INTL:pt_BR] Brazilian Portuguese debconf
 templates (thx Adriano Rafael Gomes; closes: #582973).
   * debian/po/da.po: [INTL:da] Danish translation of the debconf
 templates Dash (thx Joe Dalton; closes: #584484).
   * debian/implicit: update to revision 60d9070.
Checksums-Sha1: 
 48fca20733da554412495c14676fc407bad41b04 1027 dash_0.5.5.1-7.dsc
 265fdb3cce11715f46135053330054cba370 48211 dash_0.5.5.1-7.diff.gz
 e72f8e564eb5eb7fe21ab0f73d7285c954cf8b23 24272 ash_0.5.5.1-7_all.deb
Checksums-Sha256: 
 14d21db04537fc33f5d21ef27266276726e53d5ce2438317d9099d0ebaee2f43 1027 
dash_0.5.5.1-7.dsc
 aea83843e9e7ab15d642237081d229b3ab44ca33b9565efcdc637865053a32ba 48211 
dash_0.5.5.1-7.diff.gz
 8d36edf87a3453c4d791a74cdc34606c1abf77ffb9a2ba1b5445896d2884224e 24272 
ash_0.5.5.1-7_all.deb
Files: 
 6db02cd119e985d3a485167a0a9976f2 1027 shells optional dash_0.5.5.1-7.dsc
 647cc2cc4c8ae3648d40182a6fccecdf 48211 shells optional dash_0.5.5.1-7.diff.gz
 c83d91a8b59952cb6ce1c8052825e3a3 24272 shells optional ash_0.5.5.1-7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwahuYACgkQGJoyQbxwpv/+1QCdEjZMsHAeS+PKLgOfp70V2L2U
tmEAmwYn76//f+9cNhIm7lLvRaYtycj6
=lIj3
-END PGP SIGNATURE-


Accepted:
ash_0.5.5.1-7_all.deb
  to main/d/dash/ash_0.5.5.1-7_all.deb
dash_0.5.5.1-7.diff.gz
  to main/d/dash/dash_0.5.5.1-7.diff.gz
dash_0.5.5.1-7.dsc
  to main/d/dash/dash_0.5.5.1-7.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1opmhv-00047d...@ries.debian.org



Accepted dash 0.5.6.1-1~exp0 (source all)

2010-06-17 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Jun 2010 00:48:45 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.6.1-1~exp0
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Changes: 
 dash (0.5.6.1-1~exp0) experimental; urgency=low
 .
   * merge branch debian-sid.
   * new upstream version.
   * 0006--INPUT-exit-127-if-command_file-is-given-but-doesn-t.diff: new;
 replaces 0020--INPUT-exit-127-...diff, 0021--INPUT-exit-127-...diff.
   * debian/diff/0001-...0016-...diff: remove; included upstream.
   * debian/diff/0024--SHELL-Add-preliminary-LINENO-support.diff: remove;
 included upstream.
   * 0001--JOBS-Fix-for-job-control-off-warning.diff,
 0002--EVAL-Force-fork-if-any-trap-is-set-not-just-on-EXI.diff: new;
 from branch upstream/master.
Checksums-Sha1: 
 130635fd61bc38cb6074b81044dab2bc5b176890 1047 dash_0.5.6.1-1~exp0.dsc
 06944456a1e3a2cbc325bffd0c898eff198b210a 209757 dash_0.5.6.1.orig.tar.gz
 33945a0e5c025f38c18fe5086abf3d52310a731a 37971 dash_0.5.6.1-1~exp0.diff.gz
 ac4c526977c0fd6a3b6482291b38f47fd816e9ce 25488 ash_0.5.6.1-1~exp0_all.deb
Checksums-Sha256: 
 b1cf54078e35f0db7ac5620454c438255fc330beffdd04f98d02d2e781147020 1047 
dash_0.5.6.1-1~exp0.dsc
 666b52375e69a213ee6270bae3bbe8000b66d9b442b1d8d06fc3317c22125d4e 209757 
dash_0.5.6.1.orig.tar.gz
 e8a4337849e4872d131ca3f1b823efcc6f40107e3ba40d5f1ae7bfcc34fd2fe6 37971 
dash_0.5.6.1-1~exp0.diff.gz
 fcc958c2a8e52c73f7b659c229e61c308173f1bcd3149dc3098237996c487111 25488 
ash_0.5.6.1-1~exp0_all.deb
Files: 
 41ec9b3eb30da4accc9bc68676d4200b 1047 shells optional dash_0.5.6.1-1~exp0.dsc
 1c846f4f5a33c0050b2045a6f7037e56 209757 shells optional 
dash_0.5.6.1.orig.tar.gz
 fbe7c97f15550b86e9ae997d28bcc611 37971 shells optional 
dash_0.5.6.1-1~exp0.diff.gz
 0525d65edb86796b30d160475b5c5741 25488 shells optional 
ash_0.5.6.1-1~exp0_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwah1UACgkQGJoyQbxwpv/nkACeI61IUbJL2ct0BE7Z/n2QjD20
hE8Ani9d309fDWznoBV8KCk3dK1+MRVz
=jxzT
-END PGP SIGNATURE-


Accepted:
ash_0.5.6.1-1~exp0_all.deb
  to main/d/dash/ash_0.5.6.1-1~exp0_all.deb
dash_0.5.6.1-1~exp0.diff.gz
  to main/d/dash/dash_0.5.6.1-1~exp0.diff.gz
dash_0.5.6.1-1~exp0.dsc
  to main/d/dash/dash_0.5.6.1-1~exp0.dsc
dash_0.5.6.1.orig.tar.gz
  to main/d/dash/dash_0.5.6.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1opmhf-0004bi...@ries.debian.org



Accepted runit 2.1.1-4 (source amd64)

2010-06-17 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Jun 2010 22:17:55 +
Source: runit
Binary: runit
Architecture: source amd64
Version: 2.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 runit  - system-wide service supervision
Closes: 584137
Changes: 
 runit (2.1.1-4) unstable; urgency=medium
 .
   * debian/runit.postinst: do not write to stdout (thx alexander
 barakin; closes: #584137).
Checksums-Sha1: 
 9729de6f3b15b63565b6b4cf95e768fd363d7550 1018 runit_2.1.1-4.dsc
 f0bc371e66e3a1dea1dc777e588ac50f6de71708 14893 runit_2.1.1-4.diff.gz
 ddd61e833880a21c8004b1140560dacc26dd51e0 121022 runit_2.1.1-4_amd64.deb
Checksums-Sha256: 
 bb481e9c95229f56eab3cece6a9a12139a25fa15986d4a27418ce4da506009b7 1018 
runit_2.1.1-4.dsc
 e62e736b41b705076e78491a9b229330a4770534855b85fbd0d7e374e0cac5e0 14893 
runit_2.1.1-4.diff.gz
 3151d2dd811024718e8f84ba43c53095d3a422c173a78e595736db79d93ce99d 121022 
runit_2.1.1-4_amd64.deb
Files: 
 a7a1fdfd0380673ee6997a711f3c0207 1018 admin optional runit_2.1.1-4.dsc
 1a64f5263414e6fb7a527ec022d7e334 14893 admin optional runit_2.1.1-4.diff.gz
 80020aafd96010b1b25a44a504d11923 121022 admin optional runit_2.1.1-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwah6IACgkQGJoyQbxwpv/KAgCfX5JVREE5EYw24krC/i1ROa7g
QsAAnRbdRppD+eGZivq0ZYdSYVygAFPZ
=k/6a
-END PGP SIGNATURE-


Accepted:
runit_2.1.1-4.diff.gz
  to main/r/runit/runit_2.1.1-4.diff.gz
runit_2.1.1-4.dsc
  to main/r/runit/runit_2.1.1-4.dsc
runit_2.1.1-4_amd64.deb
  to main/r/runit/runit_2.1.1-4_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1opmk0-0004jt...@ries.debian.org



Accepted dash 0.5.5.1-6 (source all)

2010-05-26 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 May 2010 11:32:17 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.5.1-6
Distribution: unstable
Urgency: high
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 581425 582952
Changes: 
 dash (0.5.5.1-6) unstable; urgency=high
 .
   * debian/diff/0001-JOBS-Fix-dowait-signal-race.diff,
 debian/diff/0002-SIGNAL-Remove-EXSIG.diff: remove (closes: #581425).
   * debian/diff/: remove patches with reverts (0009, 0013, 0015, 0018,
 0019).
   * debian/diff/0010-SHELL-Add-preliminary-LINENO-support.diff: remove
 (re-opens: #540685, closes: #582952).
   * debian/diff/0015--BUILTIN-Use-TMPDIR-in-mkbuiltins.diff,
 debian/diff/0016--BUILTIN-Make-trap-signal-name-number-...diff,
 debian/diff/0017--JOBS-Fix-for-job-control-off-warning.diff: new;
 cherry-picked from upstream git.
Checksums-Sha1: 
 b1cb3d0cd413a3855399094eea85ec28fb22938f 1027 dash_0.5.5.1-6.dsc
 0102e97d146ae11e12506586246ef6e14e602829 46771 dash_0.5.5.1-6.diff.gz
 39f43d0ca005701b61a631257da2577afcadcb03 24124 ash_0.5.5.1-6_all.deb
Checksums-Sha256: 
 1d905e31a7289a71f6e0518f6cd41730472c707037f24805f2d7beab96502c9a 1027 
dash_0.5.5.1-6.dsc
 f3ca164e54626ae0226c2f7f4e62cfb0086f4e18d8a837f040fbacae42ed7e3c 46771 
dash_0.5.5.1-6.diff.gz
 6301f46aee12970e0448573482277d06d734ce2378bfed3148b983dd056998f9 24124 
ash_0.5.5.1-6_all.deb
Files: 
 c0da4752b20277a8bb7fb3b4b9a940ef 1027 shells optional dash_0.5.5.1-6.dsc
 4766863a64dc17bf85766c59b009c44b 46771 shells optional dash_0.5.5.1-6.diff.gz
 89d216034c3dc444845fff8c0c3fff99 24124 shells optional ash_0.5.5.1-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkv9em8ACgkQGJoyQbxwpv87UgCfW38ShQi8Nq/amjgYYdeavMXF
JYkAoJzmZBgF9kAs/XZNbrpQs8QC2C6p
=S/t0
-END PGP SIGNATURE-


Accepted:
ash_0.5.5.1-6_all.deb
  to main/d/dash/ash_0.5.5.1-6_all.deb
dash_0.5.5.1-6.diff.gz
  to main/d/dash/dash_0.5.5.1-6.diff.gz
dash_0.5.5.1-6.dsc
  to main/d/dash/dash_0.5.5.1-6.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ohoya-00085w...@ries.debian.org



Accepted dash 0.5.5.1-7~exp0 (source all)

2010-05-26 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 May 2010 15:16:38 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.5.1-7~exp0
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Changes: 
 dash (0.5.5.1-7~exp0) experimental; urgency=low
 .
   * debian/diff/0024--SHELL-Add-preliminary-LINENO-support.diff: new
 from upstream git; Add preliminary LINENO support.
Checksums-Sha1: 
 6c5838a47c756806f31a9d834c80dc33c3d82d1c 1047 dash_0.5.5.1-7~exp0.dsc
 59a8acf786a42f7b86e635da53e6e305a8822370 48128 dash_0.5.5.1-7~exp0.diff.gz
 37d017a2f2607edb17d0501e3e83a2e931a4837a 24180 ash_0.5.5.1-7~exp0_all.deb
Checksums-Sha256: 
 c484659ef23f214aef04b4f019567487cd6c7dd5616afd2790128e026d9dcfdd 1047 
dash_0.5.5.1-7~exp0.dsc
 1a9f47f38d03b8487a09b7c0beaf2239d402d9732eb690dfc7d8af68055d3607 48128 
dash_0.5.5.1-7~exp0.diff.gz
 b9f148d5872c2cf4f0f4583a8c8a6d34973191985874ebb664d042001e89ced6 24180 
ash_0.5.5.1-7~exp0_all.deb
Files: 
 9822401c631a5b42c6d2079027945200 1047 shells optional dash_0.5.5.1-7~exp0.dsc
 05dbbb6ea6d2028f1b89eb8989b580ad 48128 shells optional 
dash_0.5.5.1-7~exp0.diff.gz
 30b7e629a66d7e9dcb98579c1279e706 24180 shells optional 
ash_0.5.5.1-7~exp0_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkv9eqwACgkQGJoyQbxwpv+ArgCfVBrndgv3NXZK2mi8Nsldhbsx
OLAAn3dfE5gbTPEhY51Sk73z+tC0RRF2
=bOX8
-END PGP SIGNATURE-


Accepted:
ash_0.5.5.1-7~exp0_all.deb
  to main/d/dash/ash_0.5.5.1-7~exp0_all.deb
dash_0.5.5.1-7~exp0.diff.gz
  to main/d/dash/dash_0.5.5.1-7~exp0.diff.gz
dash_0.5.5.1-7~exp0.dsc
  to main/d/dash/dash_0.5.5.1-7~exp0.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ohoyx-0008a5...@ries.debian.org



Accepted dash 0.5.5.1-5 (source all)

2010-05-14 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 13 May 2010 23:06:46 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.5.1-5
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 581351
Changes: 
 dash (0.5.5.1-5) unstable; urgency=low
 .
   * debian/diff/0029-Revert-BUILTIN-Fix-off-by-one-recordregion-...diff,
 debian/diff/0030-Revert-BUILTIN-Avoid-compiler-warnings-on-...diff,
 debian/diff/0031-Revert-BUILTIN-Fix-NUL-termination-in-readcmd.diff,
 debian/diff/0032-Revert-BUILTIN-Honor-tab-as-IFS-whitespace-...diff:
 new; revert Honor tab as IFS whitespace when splitting fields in
 readcmd fix (re-opens: #429251, closes: #581351).
Checksums-Sha1: 
 b4f91e3e23f78eced12f7278d6adf301ab772d0e 1027 dash_0.5.5.1-5.dsc
 e0aa368a4350ac363f95a4b767248383a6379d9e 55593 dash_0.5.5.1-5.diff.gz
 e0dcbfb94fa8990ec81023e66b45ce28d5c62e30 24656 ash_0.5.5.1-5_all.deb
Checksums-Sha256: 
 3350337153c3485efde9c28e8e5cebc099fe99b5f0a0a1d0aa22907b0e4ec131 1027 
dash_0.5.5.1-5.dsc
 542ac9268f5c9d40e22ad8b679e323abcbe23d3979dca9a611383b9b5a48e0aa 55593 
dash_0.5.5.1-5.diff.gz
 14c9c7e478e4d1050139230b85b2adf4d1af400909e1559147199a583a15b05c 24656 
ash_0.5.5.1-5_all.deb
Files: 
 883b6a25bdee3e6d707e749dd5de6ba9 1027 shells optional dash_0.5.5.1-5.dsc
 37f0d355cfe0632267e65fcc1dfa7cf8 55593 shells optional dash_0.5.5.1-5.diff.gz
 b7e4efec0577af90dbca4cd82ef902f1 24656 shells optional ash_0.5.5.1-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvsi/YACgkQGJoyQbxwpv+3/gCeOgK8nmpuUUTXuKTReLSb5xfc
QlwAn1TyM1NSGcliDdurTDdn+V6cSDZf
=oFhs
-END PGP SIGNATURE-


Accepted:
ash_0.5.5.1-5_all.deb
  to main/d/dash/ash_0.5.5.1-5_all.deb
dash_0.5.5.1-5.diff.gz
  to main/d/dash/dash_0.5.5.1-5.diff.gz
dash_0.5.5.1-5.dsc
  to main/d/dash/dash_0.5.5.1-5.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ocrx7-0005bz...@ries.debian.org



Accepted dash 0.5.5.1-4 (source all)

2010-05-11 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 10 May 2010 23:12:45 +
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 429251 514863 540685 548493 548687 548743 557755 562836 564483 577156 
577506 578104 579543
Changes: 
 dash (0.5.5.1-4) unstable; urgency=low
 .
   * debian/diff/0002--SHELL-print-n-upon-EOF-CTRL-D-when-run-...diff:
 rename to 0023-*.diff.
   * debian/diff/0001--MAN-rename-sh-to-dash-update-DESCRIPTION-...diff:
 remove; applied upstream.
   * debian/diff/0001-*...0022-*.diff: new from upstream git.
 * debian/diff/0010-*.diff: Add preliminary LINENO support (closes:
   #540685).
 * debian/diff/0017-*.diff: Fix syntax array size (closes: #548493).
 * debian/diff/0009-*.diff: Honor tab as IFS whitespace when
   splitting fields in readcmd (closes: #429251).
   * debian/diff/0024-INPUT-exit-127-if-command_file-is-given-...diff:
 new; exit 127 if command_file is given but does not exist (closes:
 #548743).
   * debian/diff/0025-INPUT-exit-127-if-command_file-is-given-...diff:
 new; exit 127 if command_file is given but is a directory (closes:
 #548687).
   * debian/diff/0026-EVAL-with-set-e-exit-the-shell-if-a-...diff: new;
 with set -e exit the shell if a subshell exits non-zero (closes:
 #514863).
   * debian/diff/0027-EVAL-don-t-clear-eflag-when-forking-subshell.diff:
 new; don't clear eflag when forking subshell (closes: #514863).
   * debian/po/ja.po: [INTL:ja] Update po-debconf template translation
 (thx Hideki Yamane; closes: #564483).
   * debian/po/bg.po: [I18N:bg] Updated Bulgarian debconf translation
 (thx Damyan Ivanov; closes: #562836).
   * debian/dash.preinst: remove superfluous code (closes: #557755).
   * debian/control: Standards-Version: 3.8.4.0.
   * debian/po/vi.po: [INTL:vi] Vietnamese debconf templates translation
 update (thx Clytie Siddall; closes: #577156).
   * debian/po/eu.po: [l10n:eu] dash 0.5.5.1-3.1: updated Basque
 translation (thx dooteo; closes: #577506).
   * debian/po/pt.po: [INTL:pt] Updated Portuguese translation for
 debconf messages (thx Traduz - Portuguese Translation Team; closes:
 #578104).
   * debian/diff/0028-EVAL-Fix-command-crash.diff: new; Fix command --
 crash (closes: #579543).
 .
   [ Raphael Geissert ]
   * Document /bin/sh - dash NMU changes
   * Pass package name to dpkg-divert when removing diversion
   * Simplify prerm by making dpkg-divert do most of the work
   * Pass --package name to dpkg-divert call to replace ash's diversion
   * Quoting style changes
   * Let the postinst script abort if there was already a diversion in
 place
   * Pass --package name to dpkg-divert call to remove ash's diversion
   * Add watch file
Checksums-Sha1: 
 73536f032073d4e5ed70a8b2929ea14dc2be224d 1027 dash_0.5.5.1-4.dsc
 b659a223f62b47e570af31c619e5fb1d314b3156 53246 dash_0.5.5.1-4.diff.gz
 bcce90d6e317cfff8be44aed6d92cbf648a25fd6 24658 ash_0.5.5.1-4_all.deb
Checksums-Sha256: 
 67bb153760f41609fdceb49669344de14e9d3139d693fa82233019d68a2f1711 1027 
dash_0.5.5.1-4.dsc
 9bd9741b3bb5a9d1ca8ded2c55302b6a0b59f8c5a5de244be1222abe25b5cac7 53246 
dash_0.5.5.1-4.diff.gz
 78e52d21d3dfce2819734019a4c181e578b95da86ecee1d1b7a1602e3c120166 24658 
ash_0.5.5.1-4_all.deb
Files: 
 3336479b3e18a7e907054eb7380f8598 1027 shells optional dash_0.5.5.1-4.dsc
 af2d759797a4c0ade6dedefd0b8d21df 53246 shells optional dash_0.5.5.1-4.diff.gz
 74b6098dfac5d6335a578b4c68241581 24658 shells optional ash_0.5.5.1-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvomUQACgkQGJoyQbxwpv+JKgCfRVeEXJ+5Vedd++1k8mDFDMHw
AokAn2D81+hKTtiH0Qiu6ul60Hbk+HNU
=v3ez
-END PGP SIGNATURE-


Accepted:
ash_0.5.5.1-4_all.deb
  to main/d/dash/ash_0.5.5.1-4_all.deb
dash_0.5.5.1-4.diff.gz
  to main/d/dash/dash_0.5.5.1-4.diff.gz
dash_0.5.5.1-4.dsc
  to main/d/dash/dash_0.5.5.1-4.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1obmwr-0002i8...@ries.debian.org



Accepted libowfat 0.28-2 (source powerpc)

2010-04-30 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Apr 2010 00:37:21 +
Source: libowfat
Binary: libowfat-dev
Architecture: source powerpc
Version: 0.28-2
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 libowfat-dev - A reimplementation of libdjb
Changes: 
 libowfat (0.28-2) unstable; urgency=medium
 .
   * debian/control: Build-Depends: dietlibc-dev (= 0.32-5) [sparc]
 (fixes build failure on sparc).
Checksums-Sha1: 
 2f9d41ad24840a7b876503b1b699848f2bc2a0cb 1025 libowfat_0.28-2.dsc
 84ddd90c02f785cebc6246de0822b7c55813dea2 22597 libowfat_0.28-2.diff.gz
 59150c48d224754cf9f844cf53d4ebddf7513ef5 246958 libowfat-dev_0.28-2_powerpc.deb
Checksums-Sha256: 
 8a58bf28fe9dc7490bee9484e5d8b7993f0bc9595206efef3e9b3b2d8e0983d2 1025 
libowfat_0.28-2.dsc
 1d05bbbd044efc5c0b6b2aee3eea69660f2e8ec2573a6c89817a6f9f7034 22597 
libowfat_0.28-2.diff.gz
 3fc6b06747f237c16b9637ea0c328a347b65eee52bd71c5e35eb50c763aa4e3f 246958 
libowfat-dev_0.28-2_powerpc.deb
Files: 
 f781ce0209445f0c74898ce1e5a88f1a 1025 - optional libowfat_0.28-2.dsc
 67edcea7c676ddd0e80ae304250a2a63 22597 - optional libowfat_0.28-2.diff.gz
 c8cc96c35b565f9af7a61f1f81ab8787 246958 libdevel optional 
libowfat-dev_0.28-2_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkva3hQACgkQGJoyQbxwpv9axwCfYOsune3zDFSVUBeMC+0dQFTV
HQAAn1QiVEpBsSVAGnZZY1YTr8crH2kj
=8Otw
-END PGP SIGNATURE-


Accepted:
libowfat-dev_0.28-2_powerpc.deb
  to main/libo/libowfat/libowfat-dev_0.28-2_powerpc.deb
libowfat_0.28-2.diff.gz
  to main/libo/libowfat/libowfat_0.28-2.diff.gz
libowfat_0.28-2.dsc
  to main/libo/libowfat/libowfat_0.28-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o7sp2-f8...@ries.debian.org



Re: dash Debian package - RC bugs

2010-04-28 Thread Gerrit Pape
On Wed, Apr 28, 2010 at 03:20:12PM -0500, Raphael Geissert wrote:
 On 15 April 2010 12:58, Gerrit Pape p...@smarden.org wrote:
  Raphael sent a mail rudimentarily stating how to proceed.  I must
  confess, I don't really understand the plan, or why it should be done
  this way.  But I might miss information since I was not available when
  the /bin/sh transition was discussed, planned, and initiated.
 
 It would be great if we could discuss that, but for that I need to
 know what isn't clear, etc.

Hi Raphael, problem is, I'm not sure that I'll find enough free time to
properly discuss and work on this, sorry.  I was hoping there're other
contributors appearing, so I can learn from their questions, and jump in
when time permits.

 I started to prepare the test packages but haven't had time to setup
 the multiple test environments.
 Also, I'm aware you've prepared a new version that is blocked by the
 package-uses-local-diversions auto-reject. Lintian's detection can be
 workarounded by rewriting the preinst script in c (I think that one of
 the bug reports has a user submission doing that), which is required
 to make dash the only package providing the /bin/sh symlink.
 
 I tried to clone your git repository but it 404s, so I can't check
 what other changes you've made so far and see if there's any conflict.
 Is your repository available anywhere else?

It's there, you can't access it with a web browser, but with
 git clone http://smarden.org/git/dash.git/

   If there's no progress
  within the next weeks, I most probably will rollback the changes, and
  possibly simply change the debconf question's default from no to yes.
 
 Please don't. I know I have not been very active on that front, but
 I'm now going to dedicate more time to it.

Great, thank you.  If you want, I'm available to review patches, and
apply them or acknowledge your upload.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100428210837.11555.qm...@b585ea598a5fd2.315fe32.mid.smarden.org



Accepted git 1:1.7.1-1 (source all)

2010-04-26 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Apr 2010 23:35:50 +
Source: git
Binary: git git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb git-all
Architecture: all source
Version: 1:1.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 569594
Changes: 
 git (1:1.7.1-1) unstable; urgency=low
 .
   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
 remove; obsolete.
   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
 new; git-submodule.sh: properly initialize shell variables (closes:
 #569594).
   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
 test.
   * new upstream release.
   * merge branch debian-experimental.
Checksums-Sha1: 
 d822319b47c51c3d635481ab8477aba5b837e920 1299 git_1.7.1-1.dsc
 c6e6990d3beaa11ba4fccf329bd86bda0d896783 2999589 git_1.7.1.orig.tar.gz
 af0d7781077d688c3ebe08c3ccee937efbac8987 346097 git_1.7.1-1.diff.gz
 0a9090a9b47fd703341d5ee2d619ba602f9e9f53 1513284 git-doc_1.7.1-1_all.deb
 0d65e87f132e770fee7d8b6ef6c5ff80623d8c6c 347054 git-arch_1.7.1-1_all.deb
 c53f09b109b2ea09440d11938e6dfefd66f777d4 415592 git-cvs_1.7.1-1_all.deb
 29c40064a043311cb3584a7c5dc8dd4dcc935ec6 397648 git-svn_1.7.1-1_all.deb
 5374455aa435c4ed6da0ad2d1a3ce83e5752ed10 333976 git-daemon-run_1.7.1-1_all.deb
 25c06248a305cbd29b6f8df65e953cbc2a10aa3a 350064 git-email_1.7.1-1_all.deb
 269dd115839878ef2b511b41f7a85e28d0f9c376 590116 git-gui_1.7.1-1_all.deb
 b2da3e64e0882d7f7dbab94998e4a4f0892f6364 455020 gitk_1.7.1-1_all.deb
 5d30c15d9b022e34028c3fe68cc8c25178ca129c 399610 gitweb_1.7.1-1_all.deb
 a528a9e79691c202bb9a209ae0de247aa69ae445 332398 git-all_1.7.1-1_all.deb
 cd969b19d026a70adf4bd0f841b19d8bf75f0173 1306 git-core_1.7.1-1_all.deb
Checksums-Sha256: 
 b253600f4594ea65a28df7393286225281eb89ee525f9d54b74670c1435f8370 1299 
git_1.7.1-1.dsc
 0ae391101d1dff229836cf2fcdb8e278f5343a4e2c7d91710855eb92ed7b8687 2999589 
git_1.7.1.orig.tar.gz
 731df03f706e3f62b6f79ab52164b9d9da64bdba85b23a451a408098dc69921c 346097 
git_1.7.1-1.diff.gz
 31aa69e62d2c578c2013b75cf12c8fab5351708b6fb30dbcf1780e7746883046 1513284 
git-doc_1.7.1-1_all.deb
 5b8cea5c96de4860de926c2f0f8c45e4634092d4b31f0caeb9baeb67060c6e06 347054 
git-arch_1.7.1-1_all.deb
 b5deaaa92b9c787d895e24424e34a3785ee6431892aea4da96d5abebf832f01e 415592 
git-cvs_1.7.1-1_all.deb
 a03e6f0a73e430b92ac4d6edbbc61a1878b33464d8da11e032a570637a32f28c 397648 
git-svn_1.7.1-1_all.deb
 294812e5756c44728fc333efbebb0ebe90a161ed80695024ed31f4b2023ad336 333976 
git-daemon-run_1.7.1-1_all.deb
 5a251ca774aa8669037fdacab7f54626a1f258492290798ac0213c3b3773d231 350064 
git-email_1.7.1-1_all.deb
 1c3627ca8f97bd3b18ce8ef54c6d3ad8522d43032266b9f07e29e09b20b02fdc 590116 
git-gui_1.7.1-1_all.deb
 e823ac2dcba175b09d291458e3d9a24faab94268c388a0a9f211c99b6b9d8e8b 455020 
gitk_1.7.1-1_all.deb
 1690efad25e22bcad833f3f313ca66495598a855ff6f10041c5819555d9d5171 399610 
gitweb_1.7.1-1_all.deb
 2f87e3f4e1fb5e10d40d307dff4fdbc2607f7db6e9b7a4c4f18771f6b4abb81b 332398 
git-all_1.7.1-1_all.deb
 71d4f72612f9254462ccb1315fced1990dc0d3a90f5466280860b86a5d29cf6c 1306 
git-core_1.7.1-1_all.deb
Files: 
 44c1c58bcd9a69ca6056718cd2d92069 1299 vcs optional git_1.7.1-1.dsc
 d2fefae2b787a19601c09d89975ce5fb 2999589 vcs optional git_1.7.1.orig.tar.gz
 68be9eef087dc63b3c74ebb0f345451e 346097 vcs optional git_1.7.1-1.diff.gz
 1ed951e96fbfd3559791185fb91857d0 1513284 doc optional git-doc_1.7.1-1_all.deb
 c17219f601fb09c2069b77f176b11b94 347054 vcs optional git-arch_1.7.1-1_all.deb
 70bd130be648c5e6747a4d009f2369f4 415592 vcs optional git-cvs_1.7.1-1_all.deb
 5036589697524862942e2dc5c6252fd5 397648 vcs optional git-svn_1.7.1-1_all.deb
 03c2fbf496197b6f26c644d40facd39f 333976 vcs optional 
git-daemon-run_1.7.1-1_all.deb
 8140355105bde8286ee5e24046278ce0 350064 vcs optional git-email_1.7.1-1_all.deb
 66d54ab0309469c4c3ae4c5c6abf8372 590116 vcs optional git-gui_1.7.1

Accepted git 1:1.7.0.5-2~dbg0 (source all)

2010-04-23 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 Apr 2010 12:15:18 +
Source: git
Binary: git git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb git-all
Architecture: all source
Version: 1:1.7.0.5-2~dbg0
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
 .
   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
 remove; more archs are affected (additionally hppa, armel).
   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
 new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
 --init'.
Checksums-Sha1: 
 db2203ec8df64661f98d5bf40946b3866390f18f 1333 git_1.7.0.5-2~dbg0.dsc
 7b7e4c5e52f6b596f66035b26bcdbb92af96b18e 339938 git_1.7.0.5-2~dbg0.diff.gz
 5399b269e5a93d9393b8f432bfb5be59943a6cf9 1487894 git-doc_1.7.0.5-2~dbg0_all.deb
 348ac97985fcc2ee456f0625053a954f48d53f0d 341308 git-arch_1.7.0.5-2~dbg0_all.deb
 9c159c73acd56802de0f1a9b2f922ec9b5dbee9c 408566 git-cvs_1.7.0.5-2~dbg0_all.deb
 2a483229341af885d60bab2f29b7b13f975e5c41 391828 git-svn_1.7.0.5-2~dbg0_all.deb
 d2423aa5a52f8de41328e40129082d7548f93d66 328220 
git-daemon-run_1.7.0.5-2~dbg0_all.deb
 c1c51b3c382ce79c05002ac16c4336a7ece60461 343594 
git-email_1.7.0.5-2~dbg0_all.deb
 cb20eb2ae009a1e565de42b76a61c301cfd610bc 584376 git-gui_1.7.0.5-2~dbg0_all.deb
 0e12e53b046e938bd53af9a14287a29ec1bca7cf 449164 gitk_1.7.0.5-2~dbg0_all.deb
 bdfa7204774ecc1d5c5c13917a60996b7b8d5b56 393568 gitweb_1.7.0.5-2~dbg0_all.deb
 22f2eb9d2274e531535e875ac81ff30c077e920d 326638 git-all_1.7.0.5-2~dbg0_all.deb
 683a2f00bf490ae105db4a66b1c71fd3a48e0e03 1308 git-core_1.7.0.5-2~dbg0_all.deb
Checksums-Sha256: 
 233c66141e7de647c229362b95ac6198ced60ded313463ab8633ba7c8fe1110f 1333 
git_1.7.0.5-2~dbg0.dsc
 87812f121c83aab3748b71bfc41534428c1683271f67b9fa97a3260f0c980df0 339938 
git_1.7.0.5-2~dbg0.diff.gz
 c9cc681cda0567e242d589ca77aaf88412a0bc157fd531b98beb76ba63cda661 1487894 
git-doc_1.7.0.5-2~dbg0_all.deb
 f337a727adc46d6efcdbcb6913d364d012d5635f225d6ce884762dd2a47a742d 341308 
git-arch_1.7.0.5-2~dbg0_all.deb
 8b394dcee69b0ce12ba8788a741b42eb9512448d214ad79f133628f9831d20e0 408566 
git-cvs_1.7.0.5-2~dbg0_all.deb
 3d511341eb75ad7ab7231d8fd0864ebc3e07512a2087cc3c9dd24a183f75d4fd 391828 
git-svn_1.7.0.5-2~dbg0_all.deb
 5f714422987755bfa6e5257a7890a3bff4ed42b06b8d35b6a1951d44a27362a5 328220 
git-daemon-run_1.7.0.5-2~dbg0_all.deb
 789ff5b00ffabe024d84061466fe86561a09f4cf0e18c6663249a0204edf1e08 343594 
git-email_1.7.0.5-2~dbg0_all.deb
 82cfd0d81b3708bdc38897e042be28e45af54e1f35ca6cfb1e9367f0fd03ffd7 584376 
git-gui_1.7.0.5-2~dbg0_all.deb
 c1af837e27f25b26109c74dbe9e0bf7028b250da11640e7f1e97414abb1e180e 449164 
gitk_1.7.0.5-2~dbg0_all.deb
 76ef9a9ee907125a0503ba72e391eb991bffbc2e3aa8fd0d18f5bf0fd4ba5079 393568 
gitweb_1.7.0.5-2~dbg0_all.deb
 6922b61468dcf8d1487ae54146ba7a21b26ac5fea78082a47a1014c339c9a264 326638 
git-all_1.7.0.5-2~dbg0_all.deb
 ed75594878c939caa0b5d99298cbd71762832e908dca6059d35dfcca2b0a4c8d 1308 
git-core_1.7.0.5-2~dbg0_all.deb
Files: 
 a0f02115dd1cb013763b920d3a3a58bb 1333 vcs optional git_1.7.0.5-2~dbg0.dsc
 ca8f3ae44f01899413003b9ac9c7f844 339938 vcs optional git_1.7.0.5-2~dbg0.diff.gz
 3f72f260c455e99b5fab1412f9961909 1487894 doc optional 
git-doc_1.7.0.5-2~dbg0_all.deb
 ff5835088970d345b27a4e3b41429956 341308 vcs optional 
git-arch_1.7.0.5-2~dbg0_all.deb
 6b27658cb328c6581b511606edf66bf2 408566 vcs optional 
git-cvs_1.7.0.5-2~dbg0_all.deb
 6ac2ff11ef4df0287ac8115656fa954f 391828 vcs optional 
git-svn_1.7.0.5-2~dbg0_all.deb
 a3089c3a29778c74831808f8987ba5b6 328220 vcs optional 
git-daemon-run_1.7.0.5-2~dbg0_all.deb
 147fe4f87423f09d1ca01ff4c2a73d4c 343594 vcs optional 
git-email_1.7.0.5-2~dbg0_all.deb
 937f8c4d8a0e1a39ed3965221edd4170 584376 vcs optional 
git-gui_1.7.0.5-2~dbg0_all.deb
 c1ad0e270f53c6c56433133b0063271e 449164 vcs optional 
gitk_1.7.0.5-2~dbg0_all.deb

Accepted dietlibc 0.32-5 (source all)

2010-04-21 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Apr 2010 19:38:47 +
Source: dietlibc
Binary: dietlibc-dev dietlibc-doc
Architecture: all source
Version: 0.32-5
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 dietlibc-dev - diet libc - a libc optimized for small size
 dietlibc-doc - diet libc documentation - a libc optimized for small size
Changes: 
 dietlibc (0.32-5) unstable; urgency=medium
 .
   * debian/diff/0013-mips-divdi3.c-fix-include-path-to-longlong.h.diff:
 remove; obsolete.
   * debian/diff/0013-sparc-use-mcpu-v9-instead-of-mcpu-supersparc.diff:
 new; sparc: use -mcpu=v9 instead of -mcpu=supersparc (fixes libowfat
 build failure on sparc).
Checksums-Sha1: 
 06169195c3345bb548d4bf77fb67d55f7fc70095 999 dietlibc_0.32-5.dsc
 b99df58ebc36fc9b322a082b660569c4f215b923 45378 dietlibc_0.32-5.diff.gz
 c24523ad8864cc468b8d74af4cb60b898c7d2a51 51874 dietlibc-doc_0.32-5_all.deb
Checksums-Sha256: 
 6811717895c39a7b74ad08c01a235418ab5e3740b9662be99ade084fb9a5061d 999 
dietlibc_0.32-5.dsc
 7c774de087ef9033af0896fdec8aa76597f17fc67f4d523fc2ce222e2e44c94e 45378 
dietlibc_0.32-5.diff.gz
 a9ea091f3859bbd2640b698223e087e756b09b52e1238f5bbb4e9b51c1691023 51874 
dietlibc-doc_0.32-5_all.deb
Files: 
 707a59e34375eb263be20383650ff2cb 999 devel optional dietlibc_0.32-5.dsc
 5afd082a80743a6e01fdce8e620f9d0f 45378 devel optional dietlibc_0.32-5.diff.gz
 2a1d639b7025268a8975e066dac0aef2 51874 doc optional dietlibc-doc_0.32-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvOtxcACgkQGJoyQbxwpv/CvQCgmpgvvdHfJJJmspxdir6lwhin
OV4An2e8BfGNhSRQ7ZNKuyMWXpiF4hcj
=ziua
-END PGP SIGNATURE-


Accepted:
dietlibc-doc_0.32-5_all.deb
  to main/d/dietlibc/dietlibc-doc_0.32-5_all.deb
dietlibc_0.32-5.diff.gz
  to main/d/dietlibc/dietlibc_0.32-5.diff.gz
dietlibc_0.32-5.dsc
  to main/d/dietlibc/dietlibc_0.32-5.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o4wyh-0006fq...@ries.debian.org



Accepted git 1:1.7.0.5-1 (source all)

2010-04-21 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Apr 2010 23:41:04 +
Source: git
Binary: git git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb git-all
Architecture: all source
Version: 1:1.7.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 577730 578298
Changes: 
 git (1:1.7.0.5-1) unstable; urgency=low
 .
   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
 symlink /usr/share/doc/git-core - git on upgrade from = 1.7.0.4-2
 (closes: #578298).
   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
 new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
 test (workaround: #569594).
   * debian/control: no longer Replaces, Conflicts: git-completion (thx
 Jonathan Nieder, closes: #577730).
   * new upstream point release.
   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
Checksums-Sha1: 
 882b2d0d901e5aff7d5bfc78179855ef790bf1a1 1313 git_1.7.0.5-1.dsc
 3ac6cd9971c6682df12442ba2b5f79e54311583a 2951641 git_1.7.0.5.orig.tar.gz
 c201f09571fc57325f3da46fc01e55c5a1eb7bda 339813 git_1.7.0.5-1.diff.gz
 293515ce96256906cab82b1e5f241744d91d3321 1487794 git-doc_1.7.0.5-1_all.deb
 319ef5776cbb3d30b57a7741f01b713ae69bb7ad 341214 git-arch_1.7.0.5-1_all.deb
 49abf3fbff716c7f022bb2fe60e96df9dd8d9117 408470 git-cvs_1.7.0.5-1_all.deb
 63c1871ea7fa8335e25259efcc32465627fb5e01 391730 git-svn_1.7.0.5-1_all.deb
 7484e1979826231e7b5bf5d663460c8d321d17b0 328124 
git-daemon-run_1.7.0.5-1_all.deb
 6091a19452a6347c07ee604f0365fd9ebcb2dcf0 343518 git-email_1.7.0.5-1_all.deb
 1e6931b312a90551e2f1cd4686867dce014d90cd 584276 git-gui_1.7.0.5-1_all.deb
 7b76b01c998258059282e5d65bc4211196867075 449084 gitk_1.7.0.5-1_all.deb
 66114a17c0084197ad4e36e0a4f491a3c77ef20e 393506 gitweb_1.7.0.5-1_all.deb
 eb87f75bc6f8a62ec7851ad20ec87dcf0f60c7ac 326552 git-all_1.7.0.5-1_all.deb
 17dc644dc694fca0556aa0d1229a541326c4cca3 1304 git-core_1.7.0.5-1_all.deb
Checksums-Sha256: 
 fe2bcbf21ce8f3480676184eeded5640a90c10d303bd025e7dda4684e71ffb5e 1313 
git_1.7.0.5-1.dsc
 3879b16a16a3d516a46ed4c92506a9bb3ea1705ed40594da36aac92a022e4489 2951641 
git_1.7.0.5.orig.tar.gz
 aaba4187efe1a463c9d35c2a5ce400b2dd6434aa6df52ab50d4e46c3668de731 339813 
git_1.7.0.5-1.diff.gz
 64c6f0bb8fb5883e8b1151a183686ee693e5331fd332a6596407240aa4938973 1487794 
git-doc_1.7.0.5-1_all.deb
 64037f671333ec4d35e7d466bdf5fd180148b3a830a5669c066803c1996b9dcf 341214 
git-arch_1.7.0.5-1_all.deb
 7bdbfd4d02e36c981629a0143ae8cf7cfcc0d4553bc1257493243f13cbc37175 408470 
git-cvs_1.7.0.5-1_all.deb
 ec1faf92902170e1dfd3f2b188b98325d540c6a3cbf1c846322749d172a73ef2 391730 
git-svn_1.7.0.5-1_all.deb
 dd6bb496e9489d35179291b3bb92147d80b23d7bf06c8e1e06fe72f435925d94 328124 
git-daemon-run_1.7.0.5-1_all.deb
 1920787316e6a334624efec02f150279b0aacb8fdc6288ee616e62b52d83ef0d 343518 
git-email_1.7.0.5-1_all.deb
 8b8ef88c2d5904a6ea2f760f914e2de7809dd3ce5fddb1d12c2bbec28b052cbc 584276 
git-gui_1.7.0.5-1_all.deb
 f9392fbdba5b8320f2d22d3d5006cf25fa176fc07f2a1ca4c5ddb6736ba8 449084 
gitk_1.7.0.5-1_all.deb
 5519ab3e6b219b889f84563fabf8fca0b4f2fca26b45e8c0673dc43b666f83a0 393506 
gitweb_1.7.0.5-1_all.deb
 74fe146181d680d08d8142b2fa7a3f178c16361949e2b7f3fe27f1ba0855f3cb 326552 
git-all_1.7.0.5-1_all.deb
 d6bbfe172ead486ef1238797cc581d07bc7303523b9a579e5f90832ef7b7237c 1304 
git-core_1.7.0.5-1_all.deb
Files: 
 a55b44c378780ece3514d1c9b0291230 1313 vcs optional git_1.7.0.5-1.dsc
 8d3367854ce4daad029b8c01abfd15e0 2951641 vcs optional git_1.7.0.5.orig.tar.gz
 ea233f9c4332ef97861353b5ad1c1969 339813 vcs optional git_1.7.0.5-1.diff.gz
 cfe36c12230b0c861f13fa22cec6b465 1487794 doc optional git-doc_1.7.0.5-1_all.deb
 74dfbc374eb40ecd1a5563b95a865ce1 341214 vcs optional git-arch_1.7.0.5-1_all.deb
 f400289332ab8caa4d35d41deed19966 408470 vcs optional git-cvs_1.7.0.5-1_all.deb
 f4037d40919f097d91194ea7c1537c2f 391730 vcs optional git-svn_1.7.0.5-1_all.deb

Accepted skalibs 0.47-1 (source all)

2010-04-20 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 19 Apr 2010 22:32:27 +
Source: skalibs
Binary: skalibs-dev skalibs-doc
Architecture: all source
Version: 0.47-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 skalibs-dev - Public domain general-purpose libraries
 skalibs-doc - Public domain general-purpose libraries (documentation)
Changes: 
 skalibs (0.47-1) unstable; urgency=low
 .
   * new upstream version.
   * debian/control: Standards-Version: 3.8.4.0.
Checksums-Sha1: 
 9e13dca8f0c87e128a194a2b9584f005b35ccf3e 1029 skalibs_0.47-1.dsc
 5dc7c9106445d83690fd6c08c63e2419f1ada2fb 134430 skalibs_0.47.orig.tar.gz
 f689045f11398b15cc821e15369a23681dc98a23 3341 skalibs_0.47-1.diff.gz
 e37bc5b81fbbf9f5078d2692b3bf46685b1cf7cf 25342 skalibs-doc_0.47-1_all.deb
Checksums-Sha256: 
 ce4b0aeff769c3b388a0448916653d4c2aa4f16b8b9b11c8a20ef4306e09668c 1029 
skalibs_0.47-1.dsc
 0e4136a699fb8ad87ff3afbd30b47109161d99d7eb212289bfb3ddd220ae75d9 134430 
skalibs_0.47.orig.tar.gz
 7cbe1c6a424b469cd095213ca2cb8e2d2a9439fc7fbea4c9bf32b9234572cdba 3341 
skalibs_0.47-1.diff.gz
 a7d6127bccce43ed43e40789178994d72235b0937a4dbeda04a964faf935cbfb 25342 
skalibs-doc_0.47-1_all.deb
Files: 
 4d4703fe894499a6fbb0e184c6c70573 1029 devel optional skalibs_0.47-1.dsc
 90d0938a83a23c8dd50524ddda65341c 134430 devel optional skalibs_0.47.orig.tar.gz
 28ae85ea37a9ec45413c70d04b34618b 3341 devel optional skalibs_0.47-1.diff.gz
 6158ae4c7d697d9d032fbb24c7b3f3de 25342 doc optional skalibs-doc_0.47-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvNeFYACgkQGJoyQbxwpv/t6QCffA5OR3F/d5XHQ7u42XDehgVn
JlEAoKae4hQQP1GuEMJ1zQgBk/D3QmIw
=w1Hs
-END PGP SIGNATURE-


Accepted:
skalibs-doc_0.47-1_all.deb
  to main/s/skalibs/skalibs-doc_0.47-1_all.deb
skalibs_0.47-1.diff.gz
  to main/s/skalibs/skalibs_0.47-1.diff.gz
skalibs_0.47-1.dsc
  to main/s/skalibs/skalibs_0.47-1.dsc
skalibs_0.47.orig.tar.gz
  to main/s/skalibs/skalibs_0.47.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o4amv-0001yx...@ries.debian.org



Accepted twoftpd 1.41-1 (source all)

2010-04-20 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 19 Apr 2010 22:34:18 +
Source: twoftpd
Binary: twoftpd twoftpd-run
Architecture: all source
Version: 1.41-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 twoftpd- a simple secure efficient FTP server (programs)
 twoftpd-run - a simple secure efficient FTP server
Changes: 
 twoftpd (1.41-1) unstable; urgency=low
 .
   * debian/twoftpd-run.postrm: purge: services' supervise dirs are now
 located in /var/lib/supervise/, remove those; purge: remove log
 files.
   * new upstream version.
   * debian/diff/0002-Makefile-force-use-of-cvm-v1client-lib-cvm...diff:
 remove; obsolete.
   * debian/diff/0003-Makefile-avoid-rpath.diff: new; avoid rpath.
   * debian/control: Standards-Version: 3.8.4.0.
Checksums-Sha1: 
 2a3f9ee2cc6ffb4649b4a49e82ed6252470bca11 1006 twoftpd_1.41-1.dsc
 4af3bfeb7992c9ed84e81fb29b74505fcb9a2650 84923 twoftpd_1.41.orig.tar.gz
 b790749da104fbf3dca2f2fb761beee462bfc953 8833 twoftpd_1.41-1.diff.gz
 e3883d8cc1daee612936ecf3cccd7a59e5bc4358 43584 twoftpd-run_1.41-1_all.deb
Checksums-Sha256: 
 b048a6a1a5c2006e800050d6c73fb26bd82cfa6ac6faaa9d783b98ab1b8593b8 1006 
twoftpd_1.41-1.dsc
 1b269fdcef6a351ca339aa3516cda593c29c9bb2522eee1233f3815f0f59d683 84923 
twoftpd_1.41.orig.tar.gz
 c0b2bcfebfdb53f6f7372c89a9ed91ff95a58bd861ad1c36a87e3e44d1af03ea 8833 
twoftpd_1.41-1.diff.gz
 6640e593420926deb76d7856679ed63a58bfc765e9e22f7807e5124131ca2410 43584 
twoftpd-run_1.41-1_all.deb
Files: 
 2ab6d2900e779bd25f9b9233cfb6d3f7 1006 net optional twoftpd_1.41-1.dsc
 f571be79ad30e74a2aafa6559d3f7503 84923 net optional twoftpd_1.41.orig.tar.gz
 f8cce90919b5d1163c50869f812d564f 8833 net optional twoftpd_1.41-1.diff.gz
 16f4912f67249d721e4af423cf1baf3d 43584 admin optional 
twoftpd-run_1.41-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvNeBQACgkQGJoyQbxwpv+vfwCffLjwZDiswprHisgr/EgIwsjM
KyoAmwd6U9vKW1y/irn0LTa1iZszK1Lu
=1Tuv
-END PGP SIGNATURE-


Accepted:
twoftpd-run_1.41-1_all.deb
  to main/t/twoftpd/twoftpd-run_1.41-1_all.deb
twoftpd_1.41-1.diff.gz
  to main/t/twoftpd/twoftpd_1.41-1.diff.gz
twoftpd_1.41-1.dsc
  to main/t/twoftpd/twoftpd_1.41-1.dsc
twoftpd_1.41.orig.tar.gz
  to main/t/twoftpd/twoftpd_1.41.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o4anv-00029b...@ries.debian.org



Re: dash Debian package - RC bugs

2010-04-19 Thread Gerrit Pape
On Fri, Apr 16, 2010 at 11:41:03PM +0200, Michael Banck wrote:
 Why are you not using alioth for this?

It's less work for me, I haven't used alioth before.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100419141648.22416.qm...@f36f3c06fffa43.315fe32.mid.smarden.org



  1   2   3   4   5   6   7   8   9   >