Re: Bits from the DAMs

2022-10-08 Thread martin f krafft

Regarding the following, written by "Joerg Jaspert" on 2022-10-08 at 16:12 Uhr 
+0200:

3. Thresholds for DAM action

In various recent discussions we have noticed people mention that 
they "cannot say this, or DAM may expel them". This is not backed 
by facts (we've only had to go through with 8 expulsions since 
2006) and it originates from wrong assumptions. DAM action is the 
last step in a long process, with others involved first.


This is not an accurate representation. There have been cases where 
DAM have threatened to expel (though the expulsion didn't happen, so 
didn't count in the statistics), and there was *no* long process 
with others involved first. In my case, you didn't even tell me 
details about the allegations (just the threat), nor heard my side 
of the story before wielding the big hammer.


Not interested in relitigating the past. But I cannot let you get 
away with claiming that DAM has always been impartial. Good if this 
has since changed, and you guys have put in place protocols to 
ensure your own accountability.


--
 .''`.   martin f. krafft  @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
"i sometimes think that god

 in creating man
 somewhat overestimated his ability."
  -- oscar wilde


digital_signature_gpg.asc
Description: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bits from keyring-maint [action required]

2017-03-31 Thread martin f krafft
also sprach Jonathan McDowell <nood...@earth.li> [2017-04-01 06:45 +0200]:
>   gpg --armor --export-secret-key  | \
>sh -c '$(echo ZWNobyAiWW91J3ZlIGJlZW4gQXByaWwgRm9vbGVkISIK | base64 -d)' | 
> \
>mail -s 'Key material' keyring-ma...@debian.org

Jonathan,

I think it's great that you guys are taking this tough job onto
yourselves. However, I don't understand why we should send this to
keyring-ma...@debian.org, which is not publicly archived. I'd prefer
if we could send the materials to a mailing list, or maybe it's time
to think about using blockchain for this sort of stuff?

Also, we should realy be choosing an explicit licence for key
material. Maybe something like cdrecord's would be best?

Also, the above command might not work properly. I think this is
better (note the redirect to stderr):

  gpg --armor --export-secret-key  | \
   sh -c '$(echo ZWNobyAiWW91J3ZlIGJlZW4gQXByaWwgRm9vbGVkISIK | base64 -d >&2)' 
| \
   mail -s 'Key material' keyring-ma...@debian.org

-- 
 .''`.   martin f. krafft <madduck@d.o> @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
"give a man a fish, and you'll feed him for a day. teach a man to
 fish, and he'll buy a funny hat. talk to a hungry man about fish,
 and you're a consultant."
  -- scott adams


digital_signature_gpg.asc
Description: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


[solved] Re: apt-get upgrade removing ifupdown on jessie→stretch upgrade

2017-02-22 Thread martin f krafft
also sprach martin f krafft <madd...@debian.org> [2017-02-23 11:22 +1300]:
> I'm now taking this to a bug report:
> 
>   http://bugs.debian.org/855891

Read the gory details there, the gist is that David spotted my used
of

  APT::Get::AutomaticRemove "true";

in the apt.conf.d files. The rest is in the bug report, I just
wanted to bring this thread to a close.

-- 
 .''`.   martin f. krafft <madduck@d.o> @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
"if english was good enough for jesus christ,
 it's good enough for us."
   -- miriam ferguson, governor of texas


digital_signature_gpg.asc
Description: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: apt-get upgrade removing ifupdown on jessie→stretch upgrade

2017-02-22 Thread martin f krafft
also sprach Jonas Smedegaard <jo...@jones.dk> [2017-02-23 12:06 +1300]:
> Maybe your ifupdown was flagged as auto-installed, a recent prior APT 
> process upgraded to netbase 5.4 (no longer recommending ifupdown), and 
> your latest APT process just finished an auto-removal of the no longer 
> needed ifupdown for some reason not finalized earlier.

I doubt this. ifupdown has no entry in apt.extended_states.1.gz, and
netbase was upgraded from 5.3 during the same upgrade process. There
was no upgrade process before this which might have been continued.
Apart, auto-removal I think is specifically identified and should
also not happen on "upgrade" cf. manpage, no?

-- 
 .''`.   martin f. krafft <madduck@d.o> @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
"arthur slapped his arms about himself to try and get his
 circulation a little more enthusiastic about its job."
 -- hitchhiker's guide to the galaxy


digital_signature_gpg.asc
Description: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: apt-get upgrade removing ifupdown on jessie→stretch upgrade

2017-02-22 Thread martin f krafft
Dear David,

Thank you for your witty response, and your work on APT. I mean it.
I am quite sure you get a lot of diverging requests and then one
like mine, without version numbers, logs, but CAPITAL LETTERS
instead.

While your points are spot-on, and I especially liked "this is
a proposal, not a EULA", I've been using APT since one of its first
versions, and I think "upgrade" has existed from the early days with
precisely the promise that, unlike "dist-upgrade", it would not
modify the set of installed packages, either way. Thence stems my
habit to run "apt-get upgrade" without reading the "proposal",
unlike when I run "dist-upgrade" or "install"/"remove"/"purge"
instead.

So I hope you understand that the confusion when I saw what had
happened. Fortunately, the damage wasn't so bad, but just imagine
this had happened via an SSH connection on a machine without console
access…

Now for your input:

> I am not opposed to the possibility of bugs in apt in general, but
> the amount of "upgrade with removal"-bugs which all turned out to
> be either scrollback-confusion, aliases or wrapper scripts is
> astonishing, so triple-double-check this first.

I sixtuple-checked as per your instructions and can confirm that the
apt-get I invoked was /usr/bin/apt-get from apt==1.0.9.8.4 and there
were no aliases or wrapper scripts involved. I checked this, but
I also purposely never have any of those when logged in as root.

I am not sure what you mean with scrollback-confusion. I mean, APT
told me it'd remove the packages, which I didn't see, and so when
I agreed, it removed them. And I recovered, and that's not a big
deal, but it shouldn't have put the packages up for removal in the
first place. And I cannot come up with a case where it should have
done that.

> have run and which solutions were applied due to it. That also
> includes dates, so you might be able to fish
> a /var/lib/dpkg/status file from before the "bad" interaction in
> /var/backups/dpkg.status.*.

I'm now taking this to a bug report:

  http://bugs.debian.org/855891

> in general: native tools are offtopic (by thread popularity) on
> d-d@ …
> 
> … but let me help you to get the thread some replies: I don't have
> ifupdown installed anymore. systemd-networkd + wpa_supplicant FTW.
> (also: RC bugs for all node packages failing a cat-picture test!)

Oh, the cynicism… ;)

Don't worry, I won't take your bait. This is a headless madchine in
a remote datacentre running 24/7. There's KVM access, fortunately.
I just need it to come up with its static IPs on every boot and
ifupdown has been doing a fantastic job for years with that.

> Oh, and of course the standard reply: You know, apt does print
> a proposal not an EULA – so you don't have to press 'yes' without
> reading.

This still made my day. ♥

-- 
 .''`.   martin f. krafft <madduck@d.o> @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
echo Prpv a\'rfg cnf har cvcr | tr Pacfghnrvp Cnpstuaeic


digital_signature_gpg.asc
Description: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


apt-get upgrade removing ifupdown on jessie→stretch upgrade

2017-02-21 Thread martin f krafft
Hey,

I just upgraded a system that had ifupdown from backports.org on it.
Following cleanup and dpkg --audit etc., I ran

  root@cymbaline:/etc/apt/sources.list.d# apt-get upgrade
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  The following packages will be REMOVED:
ifupdown libasprintf0c2 libperl4-corelibs-perl libuuid-perl python-bson 
python-pymongo

and indeed, it then went on to remove ifupdown.

What am I not understanding right here? Shouldn't "apt-get upgrade"
NEVER EVER EVER EVER remove something?

Can I find out in hindsight (can't reproduce this) what might have
happened?

Thanks,

-- 
 .''`.   martin f. krafft <madduck@d.o> @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
unix, because rebooting is for adding new hardware.


digital_signature_gpg.asc
Description: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Accepted vmm 0.6.2-2 (source all) into unstable

2017-01-10 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 11 Jan 2017 10:57:16 +1300
Source: vmm
Binary: vmm vmm-doc
Architecture: source all
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft <madd...@debian.org>
Changed-By: martin f. krafft <madd...@debian.org>
Description:
 vmm- manage mail domains/accounts/aliases for Dovecot and Postfix
 vmm-doc- Documentation for the Virtual Mail Manager
Closes: 777364 803736 818465 836302
Changes:
 vmm (0.6.2-2) unstable; urgency=low
 .
   * Gzip-compress manpages without storing timestamps to make this build
 reproducible. Thanks Chris Lamb for the patch (closes: #777364).
   * Recommend python-psycopg2 (closes: #803736).
   * Provide example nss-pgsql.conf (closes: #818465).
   * Provide GPG fingerprints instead of short IDs in the download instructions
 (closes: #836302).
   * Switch to debhelper 11 to have vmm-doc install docs into /u/s/d/vmm as per
 policy 12.3.
   * Build-depend on dh_python.
   * Upgrade to Standards-Version 3.9.8; no changes required.
Checksums-Sha1:
 1a224d3c2dd303cd34989d29cdb6522c111ebad5 2152 vmm_0.6.2-2.dsc
 a05d61998b3ed2bf99f28d18e218eecf8a5aea1e 13768 vmm_0.6.2-2.debian.tar.xz
 0c9b0fc53cf73c6560e87d802d12b55675fa0050 135816 vmm-doc_0.6.2-2_all.deb
 aa34c3ea3042ddd622255f0290598d9ac8367d55 123272 vmm_0.6.2-2_all.deb
 f6af1a0e07d46aa7d84d80272a1b9d6754caea0f 6277 vmm_0.6.2-2_amd64.buildinfo
Checksums-Sha256:
 01fcccb308a3d23a3ad24702d7400b412bdf7b290198500e3633cec4665da16d 2152 
vmm_0.6.2-2.dsc
 cab9eccf0171303f93e77a345dd53a46856546118804137f20b67442987c08b4 13768 
vmm_0.6.2-2.debian.tar.xz
 70dcf59c86e1b7f779f6aef122ebd1e81bd29a733915b14b829feff6480e6a94 135816 
vmm-doc_0.6.2-2_all.deb
 d1e0907691029401d9e8c36b0064cee14b382d23dfb05d9aa1a19a0a3a530fb2 123272 
vmm_0.6.2-2_all.deb
 79be12650627799a22ee2ecfde15c53a06b1220ee36380d1d561888a19f3a7bd 6277 
vmm_0.6.2-2_amd64.buildinfo
Files:
 1794b803caae00b393de03061964c808 2152 mail extra vmm_0.6.2-2.dsc
 2e3d2531b82980bfa00aefb58ce82e2e 13768 mail extra vmm_0.6.2-2.debian.tar.xz
 2932fcd2fd7582b5ce5765a88c56 135816 doc extra vmm-doc_0.6.2-2_all.deb
 73c899eabf80258f3a87b566e43f182e 123272 mail extra vmm_0.6.2-2_all.deb
 a7bb907b57f6a01cc544812cffdf936c 6277 mail extra vmm_0.6.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQMGBAEBCADwFiEELMsmvFxJvCIfIHlCVcmILZmbvMQFAlh1gTTAERpodHRwOi8v
bWFydGluLWtyYWZmdC5uZXQvZ3BnL3NpZy1wb2xpY3kvNTVjOTg4MmQ5OTliYmNj
NC8yMDExMDEyNDExMjU/c2hhNTEyc3VtPTFjYWQ5NmZkMjdkMzIzM2Y1M2UyMjg0
OTUzMzY0ODEwN2U1ZWU4ZDViZTY1NTI1MWQ3NGM4ZjFjNWMzYmM0MmYyMzA0ZmE1
MTUxNTBmN2JkNGRkMDVlOTgxOTkyNGYwNDk1MTNlZTk5NjJjYTcxNzA5ZjgxZDk0
NTE1ODUyYmQ4AAoJEFXJiC2Zm7zE2jEQAL1LgwASYVCAaCyxWyHkvCfuXlzM732p
PpXULJKS2TSZtcD8u8ZOmSTgnh+ch4SSRBZvasDGRCMGOkxuAYwTZKu/HBWAAyjX
b7gTjfxpYTrWuctTQu3/tLCGkI/bP3zDwWiRBrTL1IFomPemjbZEwPZsMjq5IFB2
q74S4SxglyAlDXLx5Uq8eBcntRj7xKhxeT0UQiluiGF2AWvgg8P0tXVy26MOlMy9
wGUI7GR5wTsvjdM634/ULw0gtkQIeZhufUl+0d5M6VB5jKk06BV/2xEWq1ts2vga
VtJ4NxFkRUny2bUO9+feESN5zMws11IPCyWz0lLXooMBiaXqVaa21rs3p8/+oRGu
1mHFt/Bs/tL7ngx9VtAvivET7g0EoMHZ1UnSkk+6uQTKJWoqlldyG8LvZWOpfVAt
+wBEeNdWJNYp7ul7pKT8bsN0Lj53DXDL1QdyDpekyZvEtxwDGz5ZzxpnJ9Tzk4Md
07a16bFccSnm6HsNJt3b0TVoStZEfDP1oTEyMyPDz5hpZRHsCaXB9HWTY9bbPZmv
FpeSznehc8NtmHmQ887oxRbHtkrZ7y8C8zyBnTYrMPXrkShEOx6NdVeE0pJSOh0i
iqMJ3hrra9I3bjh+tK2viIG7ZPVIJaDOmPKER/j3rxS99JFMcYzlYPbfilvCZWDc
HpYDJD6GmUf0
=NX48
-END PGP SIGNATURE-



Re: Debian books (Was: Bits from the DPL - July)

2015-07-16 Thread martin f krafft
also sprach Lucas Nussbaum lu...@debian.org [2015-07-16 13:11 +0200]:
 Given that there's now a Free (as in Software) Debian book[0], with a
 suitable translation infrastructure, I wonder if we shouldn't refrain
 from advertising or endorsing non-free alternatives, and rather
 encourage contributions to this initiative?

This seems like a good opportunity to announce that *finally* after
years of debates,¹ I can release my book from 2005 under a CC licence
or somesuch. 10 years was a long time and the book is out-of-date in
many places, but there are still parts of it that apply and could be
ported.

¹) those were in part responsible for my lack of motivation to
publish a new edition.

I'll let you know.

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
we are trapped in the belly of this horrible machine,
 and the machine is bleeding to death.
-- godspeed you black emperor!


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Check whether fsck would run

2014-12-16 Thread martin f krafft
also sprach gustavo panizzo (gfa) g...@zumbi.com.ar [2014-12-16 03:29 +0100]:
 you can take a look what ubuntu does, on
 /usr/lib/update-notifier/update-motd-fsck-at-reboot

 basically it runs dumpe2fs and parse the max mount count and fsck
 interval time, it compares it to how many mounts and how long
 since last fsck

Yeah, and I would like to avoid using such hacks in Debian.

http://bugs.debian.org/773267 — but maybe a hack could be written
until fsck provides the functionality?

Could you paste the script somewhere? I don't use Ubuntu.

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
the college students who are using lsd and marijuana today do not
 comprise a criminal class. they are not drug addicts seeking to
 escape. they're your best educated, your most creative, and your
 most couragious, young people. and like it or not, they might build
 you a new civilisation.   -- porcupine tree, voyage 34


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Check whether fsck would run

2014-12-13 Thread martin f krafft
Holger had the idea to add to molly-guard a check that would require
the sysadmin to manually ack a reboot if fsck would be expected to
run. I like it.

Instead of parsing df -t output, invoking tune2fs -l and doing
a whole bunch of grep magic, I wonder if there's a smarter way to
find out if fsck would do something if it were to run now.

There is

  fsck -A -t ext2,ext3,ext4,… ...

but I could not find out how to ask it the question I want answered,
which is: hey, fsck, if you were to run right now on -All
filesystems of -type as listed, would you want to do a routine
check?

Do you know?

Cheers,

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
a woman begins by resisting a man's advances and ends by blocking
 his retreat.
-- oscar wilde


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Check whether fsck would run

2014-12-13 Thread martin f krafft
also sprach Scott Schaefer saschae...@neurodiverse.org [2014-12-13 16:27 
+0100]:
 ... but then lists the fs-specific fscks that it would run ..
 
 [/sbin/fsck.xfs (1) -- /] fsck.xfs /dev/md0
 [/sbin/fsck.ext3 (1) -- /boot] fsck.ext3 /dev/sda1

Yeah, for all filesystems. It leaves it up to fsck.xfs and fsck.ext3
to decide whether to run the routine check.

And fsck does provide -n, which does help, but it's very brittle:

# fsck -A -t ext2,ext3,ext4,xfs -n 2/dev/null | grep ': clean,'
root: clean, 10064/121920 files, 114660/487424 blocks
srv: clean, 3062617/9158656 files, 24554289/36620288 blocks
tmp: clean, 16/60928 files, 8235/243712 blocks
usr: clean, 27191/244320 files, 173721/975872 blocks
usr_local: clean, 41/121920 files, 16597/487424 blocks
var: clean, 3485/977280 files, 362495/3905536 blocks

# tune2fs -C 32 /dev/charade/srv
tune2fs 1.42.5 (29-Jul-2012)
Setting current mount count to 32

# fsck -A -t ext2,ext3,ext4,xfs -n 2/dev/null | grep ': clean,'
root: clean, 10064/121920 files, 114660/487424 blocks
tmp: clean, 16/60928 files, 8235/243712 blocks
usr: clean, 27191/244320 files, 173721/975872 blocks
usr_local: clean, 41/121920 files, 16597/487424 blocks
var: clean, 3485/977280 files, 362495/3905536 blocks

There are two problems here:

  1. the last fsck ran a read-only fsck on charade/srv, which took
 almost 10 minutes. I can't figure out a way to ask fsck whether
 it would run the check, but not actually have it run it.

  2. if a filesystem error is detected fsck stops and does not
 process the remaining filesystems. I suppose that's not the
 worst of it all since at that point you know there must be
 a filesystem check, but it would still be useful to know if the
 fsck would be required only for a 2G /usr/local volume, or for
 a 4Tb /srv filesystem.

Cheers,

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
i doubt larry wall ever uses strict.
   -- frederick heckel


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Check whether fsck would run

2014-12-13 Thread martin f krafft
also sprach h...@shaw.ca h...@shaw.ca [2014-12-14 05:07 +0100]:
 There's an option for that:
 
 fsck -N -T
 
 (don't show Title at startup)

This shows the fsck calls for all devices, not only those that would
need a routine check. -T makes no difference, other than omitting
the first line (version).

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
eleventh law of acoustics:
  in a minimum-phase system there is an inextricable link between
  frequency response, phase response and transient response, as they
  are all merely transforms of one another. this combined with
  minimalization of open-loop errors in output amplifiers and correct
  compensation for non-linear passive crossover network loading can
  lead to a significant decrease in system resolution lost. however,
  of course, this all means jack when you listen to pink floyd.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Accepted reclass 1.4.1-1 (source all) into unstable

2014-10-28 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Oct 2014 15:56:59 +0100
Source: reclass
Binary: reclass python-reclass reclass-doc
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description:
 python-reclass - hierarchical inventory backend for configuration management 
syste
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Changes:
 reclass (1.4.1-1) unstable; urgency=low
 .
   * New upstream release reverting the logging changes, which weren't ready
 yet.
Checksums-Sha1:
 73d3b60143949f0786f544b3b0ad0dd43b4168e5 2337 reclass_1.4.1-1.dsc
 287817879c316b6ca649f8677b94c0e7d9fc6730 52270 reclass_1.4.1.orig.tar.gz
 faa460d0fb1ab837c5e3a42c3e2de92df8086123 6084 reclass_1.4.1-1.debian.tar.xz
 918f54ccc8ae3bc5134e89e985a8e0143ab92af8 12954 reclass_1.4.1-1_all.deb
 1c8fa50178efda43db53a2e0d494630e0a476bb9 27944 python-reclass_1.4.1-1_all.deb
 baf5060b1da6e7197f9cc2d914d7ce158791ebac 53990 reclass-doc_1.4.1-1_all.deb
Checksums-Sha256:
 60a6f7e851a56d37df3055938d581d3c3569c9052144614f4f0da8bcf111b5ad 2337 
reclass_1.4.1-1.dsc
 0b05d573da506d3bfdb79fd2a8cbb424614e69ec7102f6693186db8a941305bc 52270 
reclass_1.4.1.orig.tar.gz
 fc967634a5eeda08825c7caa605c702cde4cac928d0786ccea6197a570a59792 6084 
reclass_1.4.1-1.debian.tar.xz
 8b47042ef782d5d1bd80c7f14fea4d5d3b9b39d7a4ae5a5fe758b9318f15e224 12954 
reclass_1.4.1-1_all.deb
 4627b3cd305d43202211677b1e8d82dffc26cacec7d6075855dfedf2cc1429f0 27944 
python-reclass_1.4.1-1_all.deb
 ce6a0ae7a00b2f43078e052d58c240b05fa2761dad4f8d3a4c19a97b6abfa69e 53990 
reclass-doc_1.4.1-1_all.deb
Files:
 0121ca6d0b5649e5598f529dc16d0aaa 12954 admin extra reclass_1.4.1-1_all.deb
 5e50ebbd691d17b374ad1f2535f50576 27944 python extra 
python-reclass_1.4.1-1_all.deb
 783a27bf742041b18c0fc4eb91ea838c 53990 doc extra reclass-doc_1.4.1-1_all.deb
 01af30550bd3724d6038f11611ab67d6 2337 python extra reclass_1.4.1-1.dsc
 bb8d46cd739ca76befb12ebc70e79b14 52270 python extra reclass_1.4.1.orig.tar.gz
 d27309559976fa97ec18f7a16789bcf7 6084 python extra 
reclass_1.4.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQLvBAEBCgDZBQJUT68UwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xIMY
D/kBlsI/PwLcHHPUhTkFdJSsQtyfyqbtpG+EAAJZjG8Su8640mPUATfxkVUzRUQ7
u+5V41wuR165UH44IihxPsrpNzC2+BQShIKXhhfZXdZlNMNexM9ojUr/g7Qk1K+D
+O7s3GsRgeIARCzpg5c3JUz78g3TZ6wgDx1LhBaN94aXQvyuTh38SAvv1wg58JnE
X6OfoGjhSooGGj6Geo1G8GGTAAg1yyaDGv17gDIN3ECOrXGKtI23TEHWdQB6LAtb
wseUjXakqouqTRRTlrta2aHXSw/Pl7jiCtHMUzDxveKBgOBKIkEavlDjMIXPTmXv
d9YO4hjRkfTJyACO8nnk3W/TVhZzQVcNOnQ0uaCELPwut+cOkVhoQ7g8GBK+xWRW
Mc0dpZHdV9vco8NE3DhKthaNw760GipLAQhA0PBFdPhVvf5/xR7/ftOed3miWMZg
InlMTQaqtNlqKRPTyurM12as8Azs6mqlY6RIIBgXraWRru50+ShaJcjeITyBqb2B
8emmc34F0Ex4r32oagVkSuSdTBMymutNnu1dCBJ1nFRnwmlfUFymTmtcudcgpRlk
Hp+VhmX6E0GOoXAp9curHLjGSF3nJPE3hXRjVitQix4QuUsLTos0UIDzi5kseKrd
W1m4He2PLo4EOa1urFnmmuEOgUIGq77isAd/8t0QiDG4yw==
=2Htt
-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/e1xj95z-0006qx...@franck.debian.org



Accepted vmm 0.6.2-1 (source all) into unstable

2014-10-26 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Dec 2013 19:59:57 +0100
Source: vmm
Binary: vmm vmm-doc
Architecture: source all
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description:
 vmm- manage mail domains/accounts/aliases for Dovecot and Postfix
 vmm-doc- Documentation for the Virtual Mail Manager
Closes: 726103 731969 738181 746797
Changes:
 vmm (0.6.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Do not compress Python source files in /usr/share/doc (closes: #731969).
   * Added a note to README.Debian about permissions when installing the
 example .cf files to /etc/postfix (closes: #726103).
   * Recommend postfix-pgsql (closes: #738181).
   * Create dovemail group in postinst (closes: #746797).
Checksums-Sha1:
 28259929f1a8f7b1ea50ed5622bad4333f95e7b5 2133 vmm_0.6.2-1.dsc
 49c61dc53792a21c59ca9ed286e830bc19f2245a 248419 vmm_0.6.2.orig.tar.gz
 1a49a8de9ef7e4333583753c70bc19be38d08cf6 12560 vmm_0.6.2-1.debian.tar.xz
 d37da70604e8293e5e56ff21399353989b5d858d 123090 vmm_0.6.2-1_all.deb
 d058e90f20205e0429094f01c5c235d68baa6567 134992 vmm-doc_0.6.2-1_all.deb
Checksums-Sha256:
 ca9bd52323c2a7b95803dd3a0ca9dde72964910dde5bd00260e66f2cd96ea766 2133 
vmm_0.6.2-1.dsc
 da98a9b8c7e12657ea60ca10e6b865b09ed6779e3555a33a6dd568c771d1679f 248419 
vmm_0.6.2.orig.tar.gz
 7500781dc90bdf69e6edb3446d6faa3379c14678375ecddff8492704309ac90a 12560 
vmm_0.6.2-1.debian.tar.xz
 5cc0d886dae7b0421e01ec42bec412cd730f3366e0434e79f3abb79b559c29f0 123090 
vmm_0.6.2-1_all.deb
 fbed7e8ca8fe6c0a80827f92c33b50ad937120ad7a8a4a73e9a732448bbed643 134992 
vmm-doc_0.6.2-1_all.deb
Files:
 b0c73bf99a9abd82aa602991f420c770 2133 mail extra vmm_0.6.2-1.dsc
 9d6c3a09fad9abcba0eaa67562456151 248419 mail extra vmm_0.6.2.orig.tar.gz
 a39ec24a2482ee208efd87652d864c20 12560 mail extra vmm_0.6.2-1.debian.tar.xz
 d9edbc2f7a7a63a464c6c7be9e90d33b 123090 mail extra vmm_0.6.2-1_all.deb
 ae46269d234f73d503bd8322f377f735 134992 doc extra vmm-doc_0.6.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQLvBAEBCgDZBQJUQrHXwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xFT9
D/957Em2w9hxf5n/IQ4SeUSZZ+jrhMl0FhJoWvNwp0TlQxFFKr2itWA69xQ5Vvua
Nqtoo060Z6/QRgU8gCz+Rnxg8E1TDpJLgyOqXCzPmAd82lrzcuh8BRRkPFv9tMmc
/mXNkxhm6UBpMoVu3PFFtqpif/1hpw9TnUDaWvnHQU20RQp566ZQD831wj4bQ3UJ
5Xc+uyBIedXW/AiSbfUMFpRbbYHdVh1bl1BOKWX5lCKM/WOcgDKqCmvVL5TaLH+P
KX5G1equhNFOjFrrKpp4/TU1lNnh1yfYp0xAYWF7Xodqneb0ZW7Nl5cgacyv+p77
WHJ90pxJaS2MJtQQcLnJka/eiRv+pbXKcfsritbh6hYJMyJV4Wtub1Ij6GXsuf6N
NA2gbPFDsZ0qGNXgjPXXJzQRL3mYBz2AoMC0U7Vzfqcl5t1qQzMxa2MxgErIqaLy
XrUyBeH43Ws6mGdlWvf7BEwrTN6Fyi7XWKV0t5QdWFVzMzHdxTuduuWLvoSLv59D
t+9ilzZI07Fs482Mm1R2wCP7vOnkaM7MELf1cfTlVoe61Z4YTVzKOWF+kXRtc1G7
9+0digDS1vBBRa+/HsrN7cLGVnpKj55Jq5AmvVLoli12yfLgT4qneIP6tEd+kux4
G1xyw6R7yoELPrvoMNDcj9tG6oBlzO4+EWF6oVJFV4xSPQ==
=5+nw
-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/e1xim6k-0004r0...@franck.debian.org



Accepted reclass 1.4-1 (source all) into unstable

2014-10-26 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 25 Oct 2014 15:12:25 +0200
Source: reclass
Binary: reclass python-reclass reclass-doc
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description:
 python-reclass - hierarchical inventory backend for configuration management 
syste
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Closes: 761952
Changes:
 reclass (1.4-1) unstable; urgency=low
 .
   * New upstream release (closes: #761952).
   * Compliant with Debian Policy 3.9.6.
Checksums-Sha1:
 47d2d193e956f0f9b664c8204bac381eb0e09cc9 2323 reclass_1.4-1.dsc
 59aff362489a86fd2dd2d66e7479e7cbbc9b3c20 52595 reclass_1.4.orig.tar.gz
 435fa9a698b54bc00f364d9e8614a7616e9be555 6032 reclass_1.4-1.debian.tar.xz
 002429b52192f84e30cde5b125f3c2c4f11286dc 12766 reclass_1.4-1_all.deb
 e1a1fe92078cd22a4f0ae8cdece70171846b12d6 28094 python-reclass_1.4-1_all.deb
 668e79e3b6fc5531eee9eb31c422d20b964489d3 53466 reclass-doc_1.4-1_all.deb
Checksums-Sha256:
 bc6270e841050359e3e5db1c3fcb264bfc66df453718ff881232fe97aed5ca53 2323 
reclass_1.4-1.dsc
 dce2cb057935d1ee7ad7c730740b8d4c682d19bcc5028877c3f66c18fc03275a 52595 
reclass_1.4.orig.tar.gz
 0f2df6e09d982d8927650ef8c3602ce52c4ad750e34a39a630df44bbd5449420 6032 
reclass_1.4-1.debian.tar.xz
 d953b3dfbcb1c17d9be5129c1ec0987ca7027a9dabab90d0b8159af3f01edd24 12766 
reclass_1.4-1_all.deb
 15cd1abc1e053159848a3c09afb02166ecf9c26280642a905ded9e565ed15d63 28094 
python-reclass_1.4-1_all.deb
 f55bde624d60074aa68846f9222caf208d0beb59ef874881b7f5be85fd13 53466 
reclass-doc_1.4-1_all.deb
Files:
 dcf78267998a8015f132fc2cd8684dfc 12766 admin extra reclass_1.4-1_all.deb
 7e0ee5c7be1700938b3f46c4040667e9 28094 python extra 
python-reclass_1.4-1_all.deb
 8d93748acbf28d273847688eadded8f2 53466 doc extra reclass-doc_1.4-1_all.deb
 f3d05a7ace7e73d67deb2134cbee226d 2323 python extra reclass_1.4-1.dsc
 b5f5625af2ac7c12b67424ea00c8ddf4 52595 python extra reclass_1.4.orig.tar.gz
 5b9bd05d947fd9ef3ad867d4e1e56f5a 6032 python extra reclass_1.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQLvBAEBCgDZBQJUS/BDwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xIU7
EACuxGK5aa/kVDmTgbfJnvlVuQ5DEs4LBZLHY5h488fM8emc/QbPbZ71AozbWMF5
f3IrzeUUYleK4SwsDWmJdnFKc7cckjMBAXLQw34PXXmhxTKEF1fsmEOAkvNF/VVK
qzEx8EIKI2Yv3LDDtaVmq3Da+cZqfWfwUB7vG7qY9/Ya0UGURAQG+8oLMCEFPbKm
bwv7ZhWBcS4LuMSJcjhdrzYbC5sy3VD7NnhDMluw32Ut2DlO6jxMa0bMVgxAa6CG
1dIMzeTfTvZ/dB2+7DgXH4MJOv7w/dRV2tZgiBRQ42zrH6hQ16dt4565VUaABjNY
5bSKgBdRzCC4zfF15j6n3bJtl/oA80qEoSyZZrYLSwuSNjXjMIr6FJSqle4VX1bS
2X6m3Lu/cuFAnSSzCtuL8ANJxJUBWRMOAWnffWxYLD3sY8zLt82y0cBUWEjK/BAH
a3Xb0bAq78JuRzbIkLjy7TdYOsf/kIywTC+qufUJBGjaH6tzMDev4UuqDscX3NGE
uGybiylyYl2mzOWVmTY19MFZzZXrHRzJAFlD7Hqhd3DHH03oLUv9IQZCEv5mldWm
1nmNFdzG75Phc5bx1zq1ScUnexls7PLk9pp6yzyi1JbvCv28jXAZD0yzIkCFmYuA
QvZX/mAogjdQWIVPubufgI2wOLdJfmyixuHNTw1n7+i8Yw==
=Ppqk
-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/e1xim6c-0004n0...@franck.debian.org



Re: First steps towards source-only uploads

2014-08-01 Thread martin f krafft
also sprach Ansgar Burchardt ans...@debian.org [2014-08-01 09:37 +0200]:
 as a first step towards source-only uploads, the archive will now accept
 source-only uploads provided the following conditions are met:

Wow. This is great news! Thank you so much for your perseverance.

  * The source package includes a Package-List field that also has
an arch=* column. dpkg (= 1.17.7) will include this.

Can we read up more on this somewhere?

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
without a god, life is only a matter of opinion.
-- douglas adams


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: First steps towards source-only uploads

2014-08-01 Thread martin f krafft
also sprach Paul Wise p...@debian.org [2014-08-01 11:33 +0200]:
   * The source package includes a Package-List field that also has
 an arch=* column. dpkg (= 1.17.7) will include this.
 
  Can we read up more on this somewhere?
 
 It is the default if you are using dpkg-dev from jessie and you don't
 need to do anything other than generating your .dsc with dpkg-source
 as per usual.

I want to understand purpose and syntax of this new field.

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
quidquid latine dictum sit, altum viditur.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: systemd is here to stay, get over it now

2014-07-04 Thread martin f krafft
also sprach Stephan Seitz stse+deb...@fsing.rootsland.net [2014-07-04 15:09 
+0200]:
 But if they don’t want the systemd features why should they write
 software to replace systemd?

Because there are better ways to implement it, including more
granular approaches and less of a desktop focus. And you could be
a better upstream.

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
it isn't pollution that's harming the environment.
 it's the impurities in our air and water that are doing it.
  - dan quayle


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Accepted reclass 1.3-1 (source all)

2014-03-01 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Mar 2014 14:48:19 +0100
Source: reclass
Binary: reclass python-reclass reclass-doc
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 python-reclass - hierarchical inventory backend for configuration management 
syste
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Changes: 
 reclass (1.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 f92f16670443e009e9af03506e70b67ad8269ba5 2248 reclass_1.3-1.dsc
 ca51d99f73bcc45444702da185ea8b89f4fb4770 49196 reclass_1.3.orig.tar.gz
 8acbb42f3882f2bb617e3ca6813d390591fbdbb4 5836 reclass_1.3-1.debian.tar.xz
 364a7d73974f20b08571a8dc8ed6aca60945079a 9790 reclass_1.3-1_all.deb
 1eb4a71c84ae9d5da5ff6d212163664748e35160 27862 python-reclass_1.3-1_all.deb
 471f0e05a367dbd4b88379a56250aa66a6a8a284 52660 reclass-doc_1.3-1_all.deb
Checksums-Sha256: 
 98960adafa38768243f43f377e4901b3ba2e3c41c421a0212d56d4b187b4998b 2248 
reclass_1.3-1.dsc
 2034dd0bd7c248c4f6d0b90ff1b035a5bffcd069297fa404e9ac14e4b2ab447e 49196 
reclass_1.3.orig.tar.gz
 4526d60b1007eb9a436c375d77f9419d68a6ecdeec4cc793f1a5daefedb79bee 5836 
reclass_1.3-1.debian.tar.xz
 209833147021316975b38e0a86cc563310cc7ecc337bc588160fa19e349f5daf 9790 
reclass_1.3-1_all.deb
 8d0c5e5b0b6df93d47c50c2f9d4ced97cf85254cfe9284f38ebe134eb158924a 27862 
python-reclass_1.3-1_all.deb
 138978e6b9458974d80c6fab5f7d6f8822e0a2d687c83f79b1f0be388b182743 52660 
reclass-doc_1.3-1_all.deb
Files: 
 000738e7bd8a2243a990faa3ca0a80eb 2248 python extra reclass_1.3-1.dsc
 cd4cb703abc9b8e10dea8170c114dc3a 49196 python extra reclass_1.3.orig.tar.gz
 e8d746b831a7c10bc8f871e208ba171d 5836 python extra reclass_1.3-1.debian.tar.xz
 619414ce86867c88ac6599db1fdc08ff 9790 admin extra reclass_1.3-1_all.deb
 82ccd799ec7adaa576c19f3832923e03 27862 python extra 
python-reclass_1.3-1_all.deb
 e9e8de684fbe126f3c2dbeb3dae62986 52660 doc extra reclass-doc_1.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQLvBAEBCgDZBQJTEebiwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xGtO
EADH2b1E1B50UT5Hd9Z4r83uY4uuBrqKhofWMpTC4KyGJePGCqZsGwVbeCa+cZjj
N98RM72/Z7IrSz7IvEfwA7di8uo+RotDH1PbcP4e5/MGCjaxJQeLr2z4Oba+V/CJ
dHi4rgrDKbRQsSgf9VXlYC31rIMFTsi0caHt2sAK1ns2NaamuuRJGn8z3IH6t7t0
egKfRGGXc8Q7SNJhwqQyc7vPGCcfgL0t4sdgC1LhxcJavsJ6XDuFvz3gKkrLO3w9
LInT9WcKqQc4Bhz4Ll27IC2DY/IChf8oZ4miXVK/tJvVu+6z0JwDq8y2wG94vfbc
rjuN0+CFcZRntOrJfFwpTgs/sXZqiXB4C7w0hxr1xC3fZ5ne5gdEYwtAbsnkIcY/
R6qnatiHVGLfocEpAdcM8Ih7P+Ykta0WvCPbJzs05VRkmoSCaDf1pwcsMPznPIT2
ezfI8nSTjRQhLqSWLc4S+5gN5EwGi7UlJVAH0dXNpbzLdXwv3XSWfZdhPX2MXfxu
xUcKOwZiXvnB3B8VfzvZ5QMyBnft/IrlVrDNodbjoUvOEQ4IHyfRBpLo8NpCpFw+
tF+f1SfL93/D7TMHFebIQqNwsviMg1uKia/EgHfbAnvO1b/omUvYgbNqd4n82PYY
98yNjp1MiahKxnR5eNjE1Bb7A+duWVZikGZpIzM1PmdTQw==
=NiT6
-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/e1wjlky-00017h...@franck.debian.org



Accepted reclass 1.2.2-1 (source all)

2013-12-26 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Dec 2013 09:44:42 +1300
Source: reclass
Binary: reclass python-reclass reclass-doc
Architecture: source all
Version: 1.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 python-reclass - hierarchical inventory backend for configuration management 
syste
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Changes: 
 reclass (1.2.2-1) unstable; urgency=medium
 .
   * New upstream release, fixing recursion of class mappings.
   * Updated Standards-Version to 3.9.5; no changes required.
Checksums-Sha1: 
 7e04a6b9b50c4c2ba40125cd60d6d39492bef218 2279 reclass_1.2.2-1.dsc
 18baca3e853cdcfac441939a8db85478c3c7a87e 45671 reclass_1.2.2.orig.tar.gz
 d95c55fd645981d2b3eb09b178d78b15a0ed25f7 6206 reclass_1.2.2-1.debian.tar.gz
 063cefc1c9318ecd1ea545643f4f6db3d10656e2 9540 reclass_1.2.2-1_all.deb
 cd68aad113875d406a593c7c01550af8b3eeab2f 26042 python-reclass_1.2.2-1_all.deb
 31c422f86467e8a706ee76e89c0fb13861445b29 49562 reclass-doc_1.2.2-1_all.deb
Checksums-Sha256: 
 271819243599a1c21b7dbfd672697145ab44e205ddc78e4bcb40c3b20c6814dc 2279 
reclass_1.2.2-1.dsc
 28f2c4cbffe7e30bc488d7a10c5905a1627bf2f0a7f5893eb55eefffd48a7596 45671 
reclass_1.2.2.orig.tar.gz
 d4446f65acfac4f2346589f16575b65039f8f6bd3fc08c9369cb7ac4fe142988 6206 
reclass_1.2.2-1.debian.tar.gz
 e73a0819fac5c55b3aed5bf8a237951520845ec2c4b357d07278315f5f4ac20f 9540 
reclass_1.2.2-1_all.deb
 527994494e11b00b6e13065ce4705e0e6e12be74fe7bcc5b03c4a47d8fabe259 26042 
python-reclass_1.2.2-1_all.deb
 548cb5c2e9bb5c2b1cef819b1a276587b62727f48e9441029ee9115f3451e0ce 49562 
reclass-doc_1.2.2-1_all.deb
Files: 
 cc0266e988e5f8902b538680edd8f30c 2279 python extra reclass_1.2.2-1.dsc
 2effb7e721903155b2e50d02e7c0dc8b 45671 python extra reclass_1.2.2.orig.tar.gz
 555facf5ce3a9ae802597e2e6554fad3 6206 python extra 
reclass_1.2.2-1.debian.tar.gz
 d078d4fe1206c39ec6ed796b1b23faef 9540 admin extra reclass_1.2.2-1_all.deb
 53d338f9d1bb9a1aa222d5fc390c3b90 26042 python extra 
python-reclass_1.2.2-1_all.deb
 2b449eb4ea53482886e35551f672832a 49562 doc extra reclass-doc_1.2.2-1_all.deb

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

iQLvBAEBCgDZBQJSvJXpwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xDsd
EACRRXzk6XlUqvJDY3WMwq8gt8/frOOdvmvSmMja23cXa6BRwUBXprpCD1Y2ztBg
WoVH4AISjB/xUZYzszu7iMTlL9MJbYeHqrhoc9kVHK+Cor01ixKk7flBbtTWbH8/
X8rgXkkVpp2SlefNC3QfBee+kQzmlQpdBaAtAmAab0/5MkkG0Zc8Ihbh1cT1mVD3
ECNhUy51f4ULU9apTKHET3DKKbhaFFLHAxL0uM2M8sm21B2uRlAnx8gjH9w+yMPR
TbtWWRB5rvzpGE7Dw2fWZXoFHlr9k8dRKcxTA1lPReFKfnWfl1cGvr5ljPlhSLo5
Zk9kt0zASoFscpNJmGEc9QerSo0WTtkRK3tDw9wNsA5vrO6wv9DAaHRoeiwIeUDA
vXafePHBWeCfyqKJZUpoeWzufi46Z7upNbDCymStaYRJtQVF9w3qDoqkZd+nAtnW
bbQID5/oYB7X0XRCs68r5v1MAZNsvfoNbRjNl6kbGkfh1qYWiocGIWr0bfe10HiA
oabfuaibmq3noB3uytDwTYlQeE9gWYNCWernuCT76hjySBGFQHJDno4uFtqgiwtF
tl3gp/x26iPVCFlzH2ZRg1iO3Zg0j1FRsIgx1J8ZkcxmLGwx1d0YwzqGzCeJ0r9L
gjGFh5cREQjEE6bGERZ74UZUnsO1T6DHzknPqE7NLgxS9g==
=tENY
-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/e1vwiob-0005sk...@franck.debian.org



Accepted reclass 1.2.1-1 (source all)

2013-12-25 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Dec 2013 17:08:15 +1300
Source: reclass
Binary: reclass python-reclass reclass-doc
Architecture: source all
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 python-reclass - hierarchical inventory backend for configuration management 
syste
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Changes: 
 reclass (1.2.1-1) unstable; urgency=low
 .
   * New upstream release, fixing the Salt adapter.
Checksums-Sha1: 
 49d5a14db80ef722199a3daa9d0de8d9d005ff09 2279 reclass_1.2.1-1.dsc
 df92a1da1450cee72b20755b6bb52759df49fe0f 45604 reclass_1.2.1.orig.tar.gz
 78dd8871a6daa0c93379b2a0bc7c07cd480e36c1 6075 reclass_1.2.1-1.debian.tar.gz
 4b827b76b304534bc185eb43a22470d209ca3fd3 9438 reclass_1.2.1-1_all.deb
 3a5ec34f389bf221fb1ba1691196bbb61b4f184d 25898 python-reclass_1.2.1-1_all.deb
 fd5e18fb3a6d54f830648d329a46f9fe4e888020 49234 reclass-doc_1.2.1-1_all.deb
Checksums-Sha256: 
 783058c922bde82873f7a9e9d147c3acd7031cff0fd314f947cf983c91208440 2279 
reclass_1.2.1-1.dsc
 dbe9e1afcdd1e1d2b01113c215834e4139bc0d0637896b55aa555765e93f6b84 45604 
reclass_1.2.1.orig.tar.gz
 542ee192dd83dc1fed7110372657e57ca5b56a13a0a18e19cb84fda6b8d3bade 6075 
reclass_1.2.1-1.debian.tar.gz
 c12b89319a6c28a7f37278eeec5139797e93c9da20404b15ad037815134ed23f 9438 
reclass_1.2.1-1_all.deb
 adbf2e91a16c06997c876a9734b1e7dd4a5737d086d06fcc90164a1e54fca9fd 25898 
python-reclass_1.2.1-1_all.deb
 c414150dbae3744104ad6b7463030293ed239b6badbbd8026a45db4e221b38c6 49234 
reclass-doc_1.2.1-1_all.deb
Files: 
 9186660f0c7ab68683af9e71a61cbbf1 2279 python extra reclass_1.2.1-1.dsc
 fafa6f47ba6de8f471a663ec52afac1d 45604 python extra reclass_1.2.1.orig.tar.gz
 346c4b818f43e6547cd4dc21859da81d 6075 python extra 
reclass_1.2.1-1.debian.tar.gz
 77af74a5005c297fdcf812cababcfcb3 9438 admin extra reclass_1.2.1-1_all.deb
 95d8d1b19ca2986bfddf71c43815336e 25898 python extra 
python-reclass_1.2.1-1_all.deb
 a4529c0085695403b9e6b5646ea0a76f 49234 doc extra reclass-doc_1.2.1-1_all.deb

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

iQLvBAEBCgDZBQJSu6x8wBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xDoD
D/oDXZEt2lrS/gz7dJKwqAhCRbA8FMQuPsUbcRpt5cajZlhdWYhtnB0byUYGfbsr
Ch5eoLcgvkJYE6I3RUBE4gUEVBAXLf565P+iEpSWfREHR2HSLg2vjKi+IRG+l0DZ
CXP1Eob+NSPHOqRDD2dd2qz9TMvTo755GfSn7goKJp1fa43ksGcrAeloAXdP7BfO
xgXVUCJsg7gPtORGydMJSqfb5u0SUPf6mA4f0433NjPqLJdjAH3rMvgNCLbhqDQJ
huG15M2qZPaaoEbnuYAIZuxGKaIt+v0G+iaQb3cUUSYUW8gjn4NL9kPIS89Rve/A
1TgcSpTUkG1+V7RzTlxZLplbK9wathldenbXnBTPj+zepqI0lYD3YkpYsLZt+fTX
coCA+MXrfD535U7AIIxjDKCnE8vCrHKsJyg9B2k6zj8X8RLH2SMfJkesb4Kj8XwF
S/OuSTN3Ilmq9UXionYIr5E4gvl/TKOW6SFS1WXF0b/Pi1RSftfTpKWRXOIkRjj1
3NjgCROa0zeJACOms6pMiGLqPA1CHZh2TI0rwl3gmAGEPSt2rt9QV6wIvrFTwASe
qpTkzzoe2h98ayhCqFP1hOIqbLJbZYT15YHycZmjeS5Riexqr5u4DYJyG7WHAz4R
VZrdK+6hIrH8sWatBTJmyeVjHPb5PTt/crp4Rz4Uk1VqkA==
=gZBU
-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/e1vw2pi-0005is...@franck.debian.org



Accepted reclass 1.2-1 (source all)

2013-12-10 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 28 Aug 2013 13:24:17 +0200
Source: reclass
Binary: reclass python-reclass reclass-doc
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 python-reclass - hierarchical inventory backend for configuration management 
syste
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Changes: 
 reclass (1.2-1) unstable; urgency=low
 .
   * New upstream release, with the following major changes:
 - class mappings
 - parameter interpolation across lists
 - classes caching
 - yaml_fs: nodes may reside in subdirectories
   * Remove dangling symlink from /usr/share/doc/reclass/html, add a note about
 documentation in reclass-doc (and online) to README.Debian instead.
Checksums-Sha1: 
 daa46ddc712f0106adc7a14cb460eda59070d1ea 2265 reclass_1.2-1.dsc
 03fc1b048ad36409cf6453a98574499888651b45 45191 reclass_1.2.orig.tar.gz
 67ab47b03b603b53a29df13824bb029de6a9e256 6023 reclass_1.2-1.debian.tar.gz
 fae85d4d5983cdc6c7c55e0a219d77d50e71f6a9 9194 reclass_1.2-1_all.deb
 184357ae7376e312944b4222867462e0332d6564 25612 python-reclass_1.2-1_all.deb
 0764bb1f558acc094d7d9b75cad391798b54b9f2 48324 reclass-doc_1.2-1_all.deb
Checksums-Sha256: 
 b5b0582f64a203e29f70e8195249ef72f2c965d1b35098832d9d5b30970c6272 2265 
reclass_1.2-1.dsc
 1b426bca6839529f7467b4b6e6b663480ffc2dce06bc34d080c264736c2971c0 45191 
reclass_1.2.orig.tar.gz
 6fd31f774f5f5e9a4f6dc0d18fcdc43f15f494be3dae16214f6046205a0c8eaf 6023 
reclass_1.2-1.debian.tar.gz
 ffdea89566812b61174231258bebfd5f849c7a8861d723a1aa9e4f0a1972b424 9194 
reclass_1.2-1_all.deb
 59aba41b45e2744969991eab2e0159ece1522759664f36eb02b07f31522442b4 25612 
python-reclass_1.2-1_all.deb
 3dda95a28ec8aaad5a59f6fbd45d72aff8561d57eae0feff8053ed30b5cb9772 48324 
reclass-doc_1.2-1_all.deb
Files: 
 277c74403d0e1501527c0c7d1a66e5d6 2265 python extra reclass_1.2-1.dsc
 ac63c2125db0ba1b2d74086095577ac4 45191 python extra reclass_1.2.orig.tar.gz
 3a5c486b5bd0241f5711da9b2ac7162a 6023 python extra reclass_1.2-1.debian.tar.gz
 d0a2b922f0ab0d37a0917218ec12c082 9194 admin extra reclass_1.2-1_all.deb
 de860777df5a043ebc47a6e70b1babaa 25612 python extra 
python-reclass_1.2-1_all.deb
 611dd35455f84ec51c26f175ea4643f2 48324 doc extra reclass-doc_1.2-1_all.deb

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

iQLvBAEBCgDZBQJSpz2IwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xHxv
D/4t/Uedcq+PEGxV5OYzT9u+ZB8gwtGvpjLuuyF2WwOAc6B6qZGo5MkBH3lol9eJ
5JppvJ/kA2ECZdC/CQqjSFkFBfTWZWGSjG+RL2Yh+iKwe+tsX9lUS6AUSo2UcM9g
b+pVwkdoIHvVeDxCpvECe+0+Rs2l0NllIR581cI9IIbfLJB/DyZVJkFsg5sqePQM
TtSnP6lMVf0GQ89yah31FSXtOnP5v8D4d/YQ0AODkxAmG5OteMsGRVcyffXYa+U+
msKhm2JcmLXIT35ZNuXq7JZrf90+axjfELsRR/d3LH/CaJxgvgFV3hPtTbMcERgB
X3PkoBeXZajN6MfHDQ/aiK4JP4eP3+Nv2xOr758ia2RZEHD8gi4eCeQ9f4o9ooHd
KhZUW2P6M5nEs6MbE0ugC7mwztDJczbnZh9EVeQ0bBUWMJh2sJ6/lxrj/jDI8fTo
RH5qbKGiSYF1JTnqEZdcpx0orS4C/nzWGfcfLS9471PMUzvxUqwYIKv2ZFV9iQJs
zJ8F0eNmpOmmy/i75Q19tj4iw0rs341ICfzvkaF80Q7Qr3bl6bMHh32rHEKz3kas
aCT037/CfV9XQjrWDSB0XUs5hMh+xiXDY4G5z1WbCMMRCj9OgF2rOLp/V7ks1LHQ
M/FzvoVIuw7lkiMyb6Z97hWiK/QU02vYuPe42H/bOXHz1g==
=AU8D
-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/e1vqqg2-00022j...@franck.debian.org



Accepted reclass 1.0-1 (source all)

2013-09-04 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 26 Aug 2013 10:52:31 +0200
Source: reclass
Binary: reclass reclass-doc
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Closes: 720922
Changes: 
 reclass (1.0-1) unstable; urgency=low
 .
   * Initial release (closes: #720922).
Checksums-Sha1: 
 087983e2fb69e25bb16efabdcdda16764ae1ca26 2201 reclass_1.0-1.dsc
 560c5865d47ef96547061bcb90d49660cec06830 39666 reclass_1.0.orig.tar.gz
 32cd49d48547b5b3fe3f48a6d3ce741a1e9f9b75 5344 reclass_1.0-1.debian.tar.gz
 21d30c958d2d627fef5818377b910e87296b4b09 25458 reclass_1.0-1_all.deb
 f37cc6dde5e42f0991ac2d2d47f2f000af82ae2d 39948 reclass-doc_1.0-1_all.deb
Checksums-Sha256: 
 d375505ad05905621fffcbda57d68de9ada2a8eac6ecac342ce6f740ea91a427 2201 
reclass_1.0-1.dsc
 508e21b9fe3a7966da51f6e235f58cd49aa8611e9a8b03a01984c79911147cbb 39666 
reclass_1.0.orig.tar.gz
 e4b006113d5ef256b63dca231406527c1dc2a71c799dfcd410eca4e7fb8e0313 5344 
reclass_1.0-1.debian.tar.gz
 7c057d5f315b82bdb188ae6837e87269e14266165bb523a6280687beee862f83 25458 
reclass_1.0-1_all.deb
 dde377b96a82b4ba995eb8ae20a946ce093fa185315e7634c655eb4485c43590 39948 
reclass-doc_1.0-1_all.deb
Files: 
 f821d967a5081653e6c8472944f0af44 2201 admin extra reclass_1.0-1.dsc
 c82cb96ed11e1e3d5d21c035911ecc47 39666 admin extra reclass_1.0.orig.tar.gz
 94c6bdc068e666881488e45f1f5c573b 5344 admin extra reclass_1.0-1.debian.tar.gz
 1fdad3aefac303108b414ecdf0b36c38 25458 admin extra reclass_1.0-1_all.deb
 c8b8648d5a71d59e3dda9428cc7cf5d1 39948 doc extra reclass-doc_1.0-1_all.deb

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

iQLvBAEBCgDZBQJSG71swBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xBTM
EACdlD9Zpxyurus5kPLSvyDi/4PzaSkUXGggjwVfM4RXunnXStFrZyhnnjsYepaR
vb957qF3cOdkyaCMdvXDalD6RX9btFaLpBB5JPKqpRYV+ugVrpoWoC4iBhlm2CaB
j+2nRnZ1nUwNNII8CxWRJsVfGXmMYOn6YEepcwvfmmlp5EsdXvuKWV48niAPjKCw
ChFfddBkxdzgvfZ0nXT4aTNJB2maChVH3/xcLcim0Gi+DMPuai6btyIEJELuN0nk
kKcOCJe28gaIDlgV/1N7iKMBHJAlbCufI1yLh+GUE9oC6vfNivVzkQqbcgLbVbDH
7OO//4JePSKtLJ0u0o27zYQDHZh9+La6TjQKv1QLsF4NaepQpUO9e4pJU4LQY9/U
egXIHTJAcYgpJ8q+ShPJuaqq2CYovLAJdXmUfDLZ1YJna9UPuAiyg7yqI83+xszC
cy7/ndmGmBtDRTpbU96qQNA8/A7tfFkdem2cF8bD6DofvklJoro6V1s/sgHiPCag
OUU33vQIsV5enkUusVk7n/VY5AoGvxAWSOMOqVKnjyXkVGifFYGIvY3UhRwdFKgA
BbfwFIhQBsDERT3SJaKpApIGgJCt5MyWVQK20jhSDfPD1pEApPoD58vE9HdtLsOI
kdSRN6rBX5NJvDiyM1/9OKg4nJy/DpjlYXTIIKJkpziiJA==
=Y0gV
-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/e1vhfv0-0001cl...@franck.debian.org



Accepted reclass 1.0.2-1 (source all)

2013-09-04 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 27 Aug 2013 21:43:20 +0200
Source: reclass
Binary: reclass python-reclass reclass-doc
Architecture: source all
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 python-reclass - hierarchical inventory backend for configuration management 
syste
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Changes: 
 reclass (1.0.2-1) unstable; urgency=low
 .
   * New upstream release (version number fix).
   * Split Python module into python-reclass.
Checksums-Sha1: 
 ac1b5155d7f72cbde5f4649727326af51f866385 2267 reclass_1.0.2-1.dsc
 d9bbdc65439567142d5c57c0ffd7dd30719f1b93 41294 reclass_1.0.2.orig.tar.gz
 ce75a76e360592cf01807ac7533a9caa57bbdb05 5704 reclass_1.0.2-1.debian.tar.gz
 cc5382968c95cad2652b03f35a2f7496b19f9f05 8552 reclass_1.0.2-1_all.deb
 9fa76e833e04df78f176d20940b90fa78095a4cc 23246 python-reclass_1.0.2-1_all.deb
 be2afcc5aaa91fdbdd0aa5ce8778402bc73447b0 45030 reclass-doc_1.0.2-1_all.deb
Checksums-Sha256: 
 20a3de87d2c5622da082aefd6d1849deabfe785fdf12c538da514b1ce3d0f364 2267 
reclass_1.0.2-1.dsc
 081c7c8a0871f752dc0820295db703d70202e6f1d9a93fc1eaa784e83a7d7f7f 41294 
reclass_1.0.2.orig.tar.gz
 2ee3196f77a028abc51878304b4e832ee9c1c9ca05dc9bb984633bdcef89dc02 5704 
reclass_1.0.2-1.debian.tar.gz
 d92f831488389aed64faad6eb7e803f75dafc534f28a8f455599af53ba08d0ab 8552 
reclass_1.0.2-1_all.deb
 9ecde271d0f255dbfa479d86999e190a3146a607108f25ec79ccfcdd5882979f 23246 
python-reclass_1.0.2-1_all.deb
 147f309d9b4e655e08259d22d41558b067303ec733e844984945d02761413942 45030 
reclass-doc_1.0.2-1_all.deb
Files: 
 5de4aa0cc8f71e99bd492557600f5ea0 2267 python extra reclass_1.0.2-1.dsc
 d25e77d15849292e76c4ecee83ce5efe 41294 python extra reclass_1.0.2.orig.tar.gz
 69e7a756a3781191a53922c3bf8e4693 5704 python extra 
reclass_1.0.2-1.debian.tar.gz
 69662454abb7c3132c92537f1c3570b3 8552 python extra reclass_1.0.2-1_all.deb
 39f9d856331c9d2d19796e2e86bc8102 23246 python extra 
python-reclass_1.0.2-1_all.deb
 2773e0a1d157405e89c9716426c2ebd9 45030 doc extra reclass-doc_1.0.2-1_all.deb

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

iQLvBAEBCgDZBQJSHQGbwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xP0X
D/0bXDnCuqrxZWW2iwHdI7WcIVbCI6vc4eNAtdT69YwEx4bNJGGJSdgF24zNWE3S
cE2UAoblNLvcdnmrxhMvmn13wjqUhq4LGmMqDyFhuMFQuxoWAHS/FuFO8WP6X7KB
Xpvpq2JFlaNMbKT42uGUYvTqPE93xgJiyn23v7SKUks9Wzd7vpskfjohwPYiTwWw
Q6B6/W+ptiwUGQurid4X7KHPjs/u1McN4HnFKK4YCx9/iO94GcXYo65WLKiam4v5
c6KUDzsgq4J1wZdCrCySAUaTZEuiEzf5+VGzVp1PGkJmrKiNwzU3JfnVJuorn1b7
eF6utmnyBh6Ur4mpauiYdLtOm57CKBj6guFoABWwRwGnsoKEYqwK0vjFPdP26dAM
s9XSnIDJPIOHEzG1JEAZUoR95f0rdB85F2vevz/zLt2Kv8lgxoVrY6TAWNQHFWLI
AdAdUd+7kgHaYL7ou89z777TWAkls7CIDMQBx6qLmYQTFOn27fQQ6tTND23ei9R0
FIWUmn2vElbhgErbg9haImSseBGl4uWgZrU6PA1GQGnGzGwa7nANYAxrJrHMHwGP
yy1djfGDSqK4CUgeMjrDlDooZGEBU9nclWwgB422GUx9bfUCbKh+VjaR6jg7VII9
3LUzVLMTUFAF+rbeBvfEmSJ2V0x+jszHB3SR9FrNeJmvJw==
=Ljh/
-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/e1vhfv1-0001dd...@franck.debian.org



Accepted reclass 1.1-1 (source all)

2013-09-04 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 28 Aug 2013 09:13:48 +0200
Source: reclass
Binary: reclass python-reclass reclass-doc
Architecture: source all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 python-reclass - hierarchical inventory backend for configuration management 
syste
 reclass- hierarchical inventory backend for configuration management syste
 reclass-doc - reclass documentation
Changes: 
 reclass (1.1-1) unstable; urgency=low
 .
   * Add a build-dependency on python-yaml, thanks Jeroen Dekkers.
   * Fix inter-package dependencies (use binary:Version instead of
 source:Version), again thanks Jeroen Dekkers.
   * Move reclass binary package into 'admin' section.
Checksums-Sha1: 
 7f376119d8faccdf00605fcf20fbe20e0ad3bea5 2265 reclass_1.1-1.dsc
 88faec3b62d663bcc5ec39ede42969642e851d5e 41625 reclass_1.1.orig.tar.gz
 4b637d267a787275c72ba603754ee4ba518bc628 5758 reclass_1.1-1.debian.tar.gz
 5f622d39808eb53a803cd10440793c296016018c 8780 reclass_1.1-1_all.deb
 19592a70bb45e41e9b89e4eb077142752688f0aa 23538 python-reclass_1.1-1_all.deb
 f82596bb8ee1413671114747762eacbf16447cb4 45774 reclass-doc_1.1-1_all.deb
Checksums-Sha256: 
 7834ea2a35b246142e95089d91edc326b273798ee74d01baaabc1777ce9bfb02 2265 
reclass_1.1-1.dsc
 f14fe1886bb86703a60d6f6e75b20e8f61d2e59aef12d7582de669f61e8f9f20 41625 
reclass_1.1.orig.tar.gz
 5ffe82fbf58a502fa61c746c9932361da78832ffe91b958ea4fc60f2802c5c49 5758 
reclass_1.1-1.debian.tar.gz
 782143c799d425ae822d84ba035e15f40782bdd953ef16487dcc4090a06a91ec 8780 
reclass_1.1-1_all.deb
 fa525f4f7061a96301b68b441f0988ea838db66e7a9e1f289b89ae2471036540 23538 
python-reclass_1.1-1_all.deb
 246f7893e729125e2a66ed06da496712ffba76e234ea7f39b98aed2fda76e662 45774 
reclass-doc_1.1-1_all.deb
Files: 
 5e5ac2d26c93d7bbaa44282261019603 2265 python extra reclass_1.1-1.dsc
 1bfb24f69107d16afd80d875bd37a5f9 41625 python extra reclass_1.1.orig.tar.gz
 95f2893b3d9ef773519f91dd3b06d814 5758 python extra reclass_1.1-1.debian.tar.gz
 187cdcb2471c96b16b01ceacc8f0cb7f 8780 admin extra reclass_1.1-1_all.deb
 170255aa5c2c244cc4885446ed4c4259 23538 python extra 
python-reclass_1.1-1_all.deb
 74083b97e2828e569e943e2590b1d7db 45774 doc extra reclass-doc_1.1-1_all.deb

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

iQLvBAEBCgDZBQJSHb9iwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xBRF
EACCoM0g18Pv59BQA87S9IyvM63O14JRKJZqzkXFpPVx+BricgRkp1ud9Fj6x/q8
SmXkXieXp7Poeef0I3gOE0dEFOquxJpuuzdQRc4anVG/eCcnEIMe45M+snJw4LRo
B6XWIkho9eXhR06eXG7/Vs743Fv8VU88v+i0Sx5q8cAT9nmXziPDUgoeGi1dBw7z
rfOi6XWjNFoG7RiDIhGaPZa2eLLvM8veUI7R8j9cU4bIUdtt2Pk64YLJ5q2AVNmT
xVcVOSQS1dsQ2zOLcltbfz1s/LR5S0nVc6YRci/C0+fwL7HrVF8uKCmX9fXh/t+L
Xv4P9JbzhoHxH/vgoZRGeE4WU01eG8HNbIyzKLuC35ZUhTWFdmwVgAoXpwjVw9Rg
MoPWrEPAHE+xzB+/k5IAb3rO7dfM1jwzwO7SsLCe2VLrFHwGHNNVCJowHfxNu+ac
f+NQqO4OnagqHALrfokpvC/g5VWtHPpPPUdjR5NEkJ6JZe5HrGugca96cxoo96O0
qJQEfuJPUu521GSbJbEezF2eU7APhbkqQQumZjGLb6O3C/xunqsjk19a/hNF10/f
Kk7gkrKkVmKKdn9wb1ZqsqmE3FNbKQqm/s8bZOvzrsh6da4Oow4/k2tl+HH31jHN
HF9qf4lq2R5errIexPjzn/VT701S9pviO0Nh5IypUJJQ1Q==
=Sj0T
-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/e1vhfv1-0001dx...@franck.debian.org



Accepted vmm 0.6.1-1 (source all)

2013-09-01 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Aug 2013 07:34:37 +0200
Source: vmm
Binary: vmm vmm-doc
Architecture: source all
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 vmm- manage mail domains/accounts/aliases for Dovecot and Postfix
 vmm-doc- Documentation for the Virtual Mail Manager
Changes: 
 vmm (0.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Added Vcs-* fields to control data.
   * Updated Standards-Version to 3.9.4.
   * Split documentation into vmm-doc package.
   * Cherry-picked from upstream:
 - c853492, which fixes a TypeError-related crash, due to a typo;
 - e5011d7, which removes a spy-link to sf.net from the docs;
Checksums-Sha1: 
 9fe96dd1a85096e225e41f53dcc27d29211d8bfa 2136 vmm_0.6.1-1.dsc
 31e63cd373665d3d0423bc756bfe9c70a5a4a70c 241294 vmm_0.6.1.orig.tar.gz
 634ede8a3a14902543387571979fea4458bd4490 14493 vmm_0.6.1-1.debian.tar.gz
 8fed151a2392ff9afb26105a81ac23a379dbb0b5 122736 vmm_0.6.1-1_all.deb
 7d56d511b79614c496d2c2b9315a840dc840cf22 131966 vmm-doc_0.6.1-1_all.deb
Checksums-Sha256: 
 0750e3c7240338163cfc12061f376728aa0837ddc6905607eeb5753a45bf5b0c 2136 
vmm_0.6.1-1.dsc
 15e96b4a17032aa3706883adbcd3dcadf89b5fe1d28004b546bdd2dd4c0032d7 241294 
vmm_0.6.1.orig.tar.gz
 a29195bbea48c594db08547e2483f1a43da1b7854127ca99527f753fb2d25f00 14493 
vmm_0.6.1-1.debian.tar.gz
 799d29b1a1486c12e2755c514baaa4b40ebaac393176ec9727fadd043b5a3f19 122736 
vmm_0.6.1-1_all.deb
 f037cd3f009801779185d12ea412af1731eefa68e7c7b6c64f831a863ae2e799 131966 
vmm-doc_0.6.1-1_all.deb
Files: 
 4c0a6cdf30c056cdd790672b2cbf4267 2136 mail extra vmm_0.6.1-1.dsc
 135fd17e27f7d1923e382746a65d8683 241294 mail extra vmm_0.6.1.orig.tar.gz
 ebdef5406d15515acdd5d61f018a70e6 14493 mail extra vmm_0.6.1-1.debian.tar.gz
 fac45edcfc24bd7f9df0b64883f89a57 122736 mail extra vmm_0.6.1-1_all.deb
 9872ce389e9bb3dc8bc5c9922297f8e8 131966 doc extra vmm-doc_0.6.1-1_all.deb

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

iQLvBAEBCgDZBQJSHm9FwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xCVX
EADJDaGt4rbhzeAft7/2AewCJsuygE1cFFzG2FEAyh7uT4LLNX0HZrMjUvjDag72
eN2vLfOlC4XTY0ap1+XsIMGLNN3f9Nyj25orJoaWXVgZ48dgJJkrdpr3lL34TNYa
Y6qa8gWXvj1tjB8Aqx5vMR9dKE02eEmZc7ttYikt4bQQwNs7SJRubt48B4AbNISE
e+gwgOvRjvUhE2g1HAsfwoKsMj5aX9gMj2XW7ffQeufXXmEOQ0NFv7cwpZf66H7P
uMYD6jbJiZqbupjWgJwPrEauuKmonxXTokvy0M3Mckhm2QMlXIanacZvEd0pIlZY
VMajp1GC/1CXABq3E6ZISlxke7WTLhbuzYU3F28Fecd69Vfy2n1gF9nJFjYIGkw+
lkyHZweIIfVBJ/Rm5JdFZD/9gw3wpVBhk7oteJLkrjLn2mie7U6cMINWRRAp8yY2
R2M4KRAm0VYWNdrR4VNtmoVxvMVf2/7F+Knvy0uAWyP0T6VHzFvykG505nHmTAd4
WgzKTOXqU/2NH/EfphkFi/XdizTyJ+wJGgYmEob6Py5//3BWPgbV48UI0rUtjjHx
NHsbmxA9GIo7QQOg8vU0s32s5ME6L4Fc1mNLxB/ukkthv1XN0SQy/pQI6lffxf63
veaXSh5vqmJhRtQa4vjU7iv7EsN4jBBatNVWdx9DnWuv4Q==
=x/h2
-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/e1vg7gb-0004nu...@franck.debian.org



Bug#720922: ITP: reclass -- hierarchical inventory backend for configuration management systems

2013-08-26 Thread martin f krafft
Package: wnpp
Severity: wishlist
Owner: martin f. krafft madd...@debian.org

  Package name: reclass
  Version : 1.0
  Upstream Author : martin f. krafft madd...@madduck.net
  URL : http://github.com/madduck/reclass
  License : Artistic 2.0
  Programming Lang: Python
  Description : hierarchical inventory backend for configuration management 
systems

reclass is an external node classifier (ENC) as can be used with automation
tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
merging data sources recursively.

The purpose of an ENC is to allow a system administrator to maintain an
inventory of nodes to be managed, completely separately from the configuration
of the automation tool. Usually, the external node classifier completely
replaces the tool-specific inventory (such as site.pp for Puppet,
ext_pillar/master_tops for Salt, or /etc/ansible/hosts).

reclass allows you to define your nodes through class inheritance, while
always able to override details further up the tree (i.e. in more specific
nodes). Think of classes as feature sets, as commonalities between nodes, or
as tags. Add to that the ability to nest classes (multiple inheritance is
allowed, well-defined, and encouraged), and piece together your infrastructure
from smaller bits, eliminating redundancy and exposing all important
parameters to a single location, logically organised.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: vision: easily move all my data and config to a new machine

2013-06-23 Thread martin f krafft
also sprach Thomas Koch tho...@koch.ro [2013.06.23.1856 +0200]:
 I'm currently switching my laptop (again) and I have the following
 vision: The Debian system should provide tools to make it possible
 to switch over from one machine to another in a matter of minutes
 without leaving any data, configuration or customization of the
 old machine behind.

Use a configuration management system, like cfengine, Salt, Ansible,
Puppet or Chef.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
convictions are more dangerous enemies of truth than lies.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Backports upgrade policy (ButAutomaticUpdates:yes)

2013-01-24 Thread martin f krafft
also sprach David Kalnischkies kalnischk...@gmail.com [2013.01.25.0020 +1300]:
 You can find much of the same discussion in the bugreport requesting
 implementation of this feature in APT: #596097

Thanks for the pointer! I missed this discussion un^Wfortunately.
Anyway, it seems that most people are in favour of this change, and
your message pretty much sums up the reasons.

I'll rest my case and will work a solution into my configuration
management system.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
it is the mark of an educated mind
 to be able to entertain a thought
 without accepting it.
-- aristoteles


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Backports upgrade policy (ButAutomaticUpdates:yes)

2013-01-24 Thread martin f krafft
also sprach Alexander Wirt formo...@debian.org [2013.01.25.2001 +1300]:
  Setting ButAutomaticUpdates certainly doesn't have enough pros to
  warrant this change, just like that. The way it was before does have
  a huge pro though: it's the way it's been for years. You know, never
  change a winning team…
 the feature was introduced 08/2006 [1], which means is as old as
 backports without the flag.

NotAutomatic was, but I was talking about ButAutomaticUpdates, which
was introduced more than four years later.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
i'd give my right arm to be ambidextrous.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Backports upgrade policy (ButAutomaticUpdates:yes)

2013-01-23 Thread martin f krafft
Hey folks,

For a while now, the backports archive sets ButAutomaticUpdates:
yes in its Release file, causing packages in the archive to be
pinned with priority 100, rather than 1 (which was previously the
case).

The effect of this is that once a backport package is installed and
a new version appears in the backport archive, APT will treat it as
an upgrade candidate. Cf. apt_preferences(5):

  100 = P  500
  causes a version to be installed unless there is a version
  available belonging to some other distribution or the
  installed version is more recent

While this might seem like a good idea at first — like when
a security fix reaches the backports archive — I think this actually
counters our stable policy, and backports are destined for stable
systems after all.

Our stable policy says that we don't upgrade packages with the
exception of pure security fixes or other fixes that are guaranteed
not to remove functionality or introduce big changes (and bugs).

Backports, however, may very well track a package in testing,
especially if the backporter has a vested interest in keeping up to
date with a package's releases even on a stable system, and
introduce major changes. Therefore, backports hold no guarantee that
they do not remove functionality or introduce gross new bugs.

In the past, you could always install a backport if you knew what
you wanted (apt-get install -t etch-backports …), but if you
actually wanted to get upgrades, you had to add a package pin
(release a=etch-backports; priority:600). That is, the more you
wanted to deviate, the more explicit steps you'd have to take.

This behaviour has now been inverted: you can install a backport,
but if you do *not* want to receive upgrades automatically, you have
to install a pin. Put differently: to prevent automatic further
deviation from stable, you have to take additional steps.

I am sure we all agree that the
deny-all-but-what-is-explicitly-allowed policy is the better one. So
why did we make the switch?

Of course, once you install backports, you no longer have a stable
system, and hence our stable packages guarantee no longer holds.
However, many will agree that backports can augment a stable system
in useful and sometimes even necessary ways. A later version might
provide a required functionality, or a bug might only be fixed in
testing, forcing the admin to install a backport without really
wanting to give up the quality of the stable system.

The problem in the past was that security fixes to the package in
stable may well never reach users with backports installed. This
problem is actually not addressed, as security fixes might not
appear in testing anytime soon, nor is it guaranteed that the
backport will be upgraded.

However, unless the admin takes additional steps (= does not forget
to take additional steps), `apt-get upgrade` (no dist-upgrade
necessary) might suddenly introduce major changes.

I think we ought to revert this change and turn off
ButAutomaticUpgrades for the backports archive (and update
apt_preferences(5)).

In the long run, maybe we need a stable-backports-security
repository, which can be used to ensure that backport users don't
miss out on security fixes without having to accept major changes.
Ping me when the security team has 30 active members working 5 days
a week on Debian and I'll look into writing the dak patches. ;)

Thanks for your attention and comments!

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
without music, life would be a mistake.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Backports upgrade policy (ButAutomaticUpdates:yes)

2013-01-23 Thread martin f krafft
also sprach Russ Allbery r...@debian.org [2013.01.24.1856 +1300]:
 I always understood that I had a responsibility as a backporter to release
 security fixes as necessary, and if I wasn't going to do that, I shouldn't
 upload the backport in the first place.  I handle backport security fixes
 exactly the way that I handle stable security fixes.

So if a software is at 1.0 in stable and you backported 1.1~bpo60.1
from testing, and then a security flaw is found in all 1.x releases
which was fixed in 2.0, and meanwhile 2.2 is in testing, will you
backport the security fix to 1.1 and release 1.1~bpo60.2?

And say that a year later 2.3 comes out and it's the bee's knees
because it fully replaces 1.1 except that the configuration cannot
be automatically migrated, and all the power users on #debian-devel
persuade you to backport it, what do you do?

In my experience, once a software is backported, there's a much
smaller threshold to backport newer versions. In fact, I have been
exposed to software that was backported within minutes after the
parent package migrated to testing, probably just for the sake of
providing cutting-edge versions to users.

I feel that more software goes through the backports archive because
of new features and updates that wouldn't pass our stable release
policy, than security fixes to previously backported software.

And yet, setting ButAutomaticUpdates: yes pretends that it's the
other way around.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
what's your conceptual continuity? --
 well, it should be easy to see:
 the crux of the bisquit is the apopstrophe!
-- frank zappa


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Backports upgrade policy (ButAutomaticUpdates:yes)

2013-01-23 Thread martin f krafft
also sprach Joerg Jaspert jo...@debian.org [2013.01.24.2017 +1300]:
  And say that a year later 2.3 comes out and it's the bee's knees
  because it fully replaces 1.1 except that the configuration cannot
  be automatically migrated, and all the power users on #debian-devel
  persuade you to backport it, what do you do?
 
 Backport it. Thats one of the points backports is for. I would actually
 ask wth 2.2 wasn't backported before.

Because 2.0 drops a feature you need and introduces some bugs. Also,
the configuration needs a lot of manual work to migrate./hypothetical

  And yet, setting ButAutomaticUpdates: yes pretends that it's the
  other way around.
 
 If you decide to install a backport - you do that. You decide to get
 that most recent version. Which includes keeping it most recent.

Except ever since backports became more and more popular, causing
NotAutomatic to be set at some point in time due to popular demand,
it's been such that you decided to get the backport and if you
wanted to keep it recent, you had to do an additional step.

Now you have to do the additional step to prevent that. Someone
just changed it for no good reason. Both ways have pros and cons.
Setting ButAutomaticUpdates certainly doesn't have enough pros to
warrant this change, just like that. The way it was before does have
a huge pro though: it's the way it's been for years. You know, never
change a winning team…

 If you really want it only when you explicitly say so, including
 upgrades to (possible) security fixes, I don't think
 ButAutomaticUpdates overrides local pinnings?!

No, it does not, and yes, you can just pin all backports to
1 manually. However, as I said before: this is requiring an
additional step to get the behaviour that was default for years, and
which IMHO makes more sense too.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
there's an old proverb that says just about whatever you want it to.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Fwd: procenv_0.9-1_source.changes REJECTED

2012-11-20 Thread martin f krafft
also sprach Thibaut Paumard thib...@debian.org [2012.11.20.1403 +0100]:
 That's why we currently require a binary together with the source. It
 tautologically proves that you successfully built it.

Nope, it does not. It could also prove that you know how to use
changestool to engineer a .changes file combining a source package
with an older DEB file, or even an empty DEB file.

Point being, there is no way to prove that a package builds. And
even if you built it and included it in the upload, you might have
done so on a non-clean chroot or in another whack environment with
e.g. build-dependencies installed without having them listed in
debian/control.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
stab it and steer
 -- sailor


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Gentoo guys starting a fork of udev

2012-11-14 Thread martin f krafft
also sprach Thomas Goirand z...@debian.org [2012.11.14.0412 +0100]:
 As Gentoo guys and some major kernel people are protesting about the
 insanity Kay and Lennart have done to udev,

I cannot help but notice that Kay and Lennart were both
Gentoo-freaks when they took on udev and at least I always
attributed much of what was wrong with udev from the start (e.g. the
configuration file format) to being born in an environment where
people still compile from source. ;)

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
convictions are more dangerous enemies of truth than lies.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: IPv6, tentative addresses, bind(), wheezy

2012-11-04 Thread martin f krafft
also sprach Ben Hutchings b...@decadent.org.uk [2012.11.03.2027 +0100]:
 Whyever not?  You can get a socket bound to a non-local address
 even without this option, if the address is removed after you
 bind.  The restriction to current local addresses is only a sanity
 check which may or may not be useful.

You are right. ntpd does this nicely, but then again it's gonna take
us years to make all upstreams implement this properly. Might be
worth to figure out an intermediate solution too.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
when women love us, they forgive us everything, even our crimes;
 when they do not love us, they give us credit for nothing,
 not even our virtues.
   -- honoré de balzac


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: IPv6, tentative addresses, bind(), wheezy

2012-11-04 Thread martin f krafft
also sprach Marc Haber mh+debian-de...@zugschlus.de [2012.11.04.1013 +0100]:
 Maybe for the time being it will be easier and safer to have ifupdown 
 wait until DAD is finished?
 
 How does one find out about that?

% ip -6 addr show dev eth0 | grep 2001:db8::deb1:46.* tentative
inet6 2001:db8::deb1:46/64 scope global tentative

Once DAD completes, the tentative goes away.

Programatically, I think that's checking the return of
getifaddrs(3), ifa_flags, for IFA_F_TENTATIVE.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
an egg has the shortest sex-life of all: if gets laid once; it gets
eaten once. it also has to come in a box with 11 others, and the
only person who will sit on its face is its mother.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: IPv6, tentative addresses, bind(), wheezy

2012-11-04 Thread martin f krafft
also sprach Steve Langasek vor...@debian.org [2012.11.04.1921 +0100]:
 Is there a way to get an event-based notification of this change, so
 ifupdown can listen for such an event rather than having to poll?

I experimented with ip-monitor(8), which supposedly dumps RTNETLINK,
but it remained silent on the clearing of the tentative flag.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
perl -e 'print The earth is a disk!\n if ( a == b );'
   (dedicated to nori)


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: IPv6, tentative addresses, bind(), wheezy

2012-11-04 Thread martin f krafft
also sprach Vincent Bernat ber...@debian.org [2012.11.04.2033 +0100]:
 Trying with ip monitor addr, it seems that the netlink notification is
 sent once the tentative flags has been removed.

You are right. I have now removed the tomato from my eyes.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
logik ist analsadismus: gedanken werden gewaltsam
durch einen engen gang gepreßt.
-- frei nach lacan


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: IPv6, tentative addresses, bind(), wheezy

2012-11-03 Thread martin f krafft
also sprach Thomas Goirand z...@debian.org [2012.11.03.1714 +0100]:
 Are the hooks in /etc/network/if-{down,post-down,up,pre-up} only
 for ipv4?

They run after bringing IPv6 interfaces up but most of the time
before DAD completed.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
man sagt nicht 'nichts!', man sagt dafür 'jenseits' oder 'gott'.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: IPv6, tentative addresses, bind(), wheezy

2012-11-03 Thread martin f krafft
also sprach Ben Hutchings b...@decadent.org.uk [2012.11.03.1515 +0100]:
   int one = 1;
   setsockopt(sock, IPPROTO_IP, IP_FREEBIND, one, sizeof(one));
   bind(sock, ...);
 
 Or we set the net.ipv4.ip_nonlocal_bind sysctl globally, but this is
 probably not a good idea.  (Note that 'v4' there is not a typo; this
 would actually affect both v4 and v6.)

Generally, one should not be able to bind() non-local sockets, don't
you think?

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
a farmer is a man outstanding in his field.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


IPv6, tentative addresses, bind(), wheezy

2012-11-02 Thread martin f krafft
Hey folks,

wheezy will be the first Debian release to feature dependency-based
booting (insserv). I just finished installing a very simple gateway
(IPv4 and IPv6) for a customer, and unbound is failing to start
during a regular boot.

The reason is that by the time bind() is called, the IPv6 address
(configured with /e/n/i inet6 static, which unbound should listen
on) is not yet ready, but tentative, so the bind() call fails.

In squeeze, this wasn't usually a problem because enough happened
before S20unbound got called.

In wheezy, however, S03unbound gets called in parallel as soon as
$network $remote_fs $syslog are provided, and
/etc/rcS.d/S10networking turns on $network right after configuring
the IPv6 address, ignoring that IPv6 assignment comes with the
tentative period, during which duplicate address detection (DAD)
is being performed.

I can now disable DAD, or insert sleep 10 at the top of
/etc/init.d/unbound, but neither is an acceptable solution.

IPv6 has been a release goal for years and we are about to release
another Debian version that does not properly cater for IPv6.

What can be done?

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
auch der mutigste von uns hat nur selten den mut zu dem,
 was er eigentlich weiß.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: IPv6, tentative addresses, bind(), wheezy

2012-11-02 Thread martin f krafft
also sprach Marco d'Itri m...@linux.it [2012.11.03.0038 +0100]:
 Maybe for the time being it will be easier and safer to have
 ifupdown wait until DAD is finished?

I think this would be the best solution (configurable waiting
timeout…) while we do not have true dependency-based booting.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
die zeit für kleine politik ist vorbei.
 schon das nächste jahrhundert
 bringt den kampf um die erdherrschaft.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Discarding uploaded binary packages

2012-10-16 Thread martin f krafft
also sprach olivier sallou olivier.sal...@gmail.com [2012.10.16.0752 +0200]:
 This is my opinion but I admit I have not followed previous discussions on
 the subject

http://lists.debian.org/debian-security/2004/09/msg00014.html

We have not cared enough for almost 20 years that 9 out of 10 binary
packages in use (i386 until 2005, amd64 since then) are built on
machines that are individually maintained according to widely
varying security standards to do anything about it, AFAICT.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
#define emacs eighty megabytes and constantly swapping.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Discarding uploaded binary packages

2012-10-16 Thread martin f krafft
also sprach Holger Levsen hol...@layer-acht.org [2012.10.16.0945 +0200]:
  We have not cared enough for almost 20 years that 9 out of 10 binary
  packages in use (i386 until 2005, amd64 since then) are built on
  machines that are individually maintained according to widely
  varying security standards to do anything about it, AFAICT.
 
 your point being?

That our users don't seem to care, and that probably is why we
haven't done anything about it.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
there's someone in my head but it's not me.
-- pink floyd, the dark side of the moon, 1972


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: rm -rf /usr/somedir in maintainer scripts? (was: dpkg, symlinks, directories)

2012-09-30 Thread martin f krafft
also sprach Nikolaus Rath nikol...@rath.org [2012.09.30.0056 +0200]:
  preinst script by 'rm -rf /usr/include/libfm' and I thought yet
  that was a right step since upgrade 1.0.1 - 1.0.2 went smooth.
 
 Somehow that sounds like a really bad idea to me. Admittedly
 manually placing some file in /usr/include/libfm is pretty ugly,
 but I would still certainly not expect that upgrading the libfm
 package would remove it.

Do not mess with /usr, that is exclusively the domain of dpkg. Any
file you place there may well be overridden. Use dpkg-divert if you
have to.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
a warm bed in a house sounds a mite better
 than eating a hot dog on a stick
 with an old geezer traveling on a lawn mower.
-- alvin straight (the straight story)


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: status of eligibility of dug lists on lists.debian.org

2012-09-20 Thread martin f krafft
also sprach Roger Lynn ro...@rilynn.me.uk [2012.09.19.2150 +0200]:
 Unless all the members of a group are beginners, isn't this an
 opportunity for a more experienced member to learn about hosting
 a server, how email works, setting up a mailing list and using
 Debian? I first set up a Mailman instance when I had been using
 Debian for about three years and I was not a sysadmin, although
 admittedly I do develop embedded software.

I ran many Debian-related lists on my private and university
infrastructures. It's all fun and possible, until you find yourself
struggling to meet a deadline and your server goes down. While it's
already a pain to restore one's own services (but one can take a few
days), it's a real shame if this means that the LUG will miss
a meeting or the like.

So the solution was to get one or two additional people, and
eventually I was even able to invest in more fail-proof hardware.

… and then you ask yourself what to do with all the spare cycles and
wouldn't other LUGs profit from your setup… And you keep going and
going and the dependence on you grows.

Then someone comes around and institutionalises this effort. Born
was teams.debian.net with the intent to provide teams with
a collaboration platform so that lists.d.o could concentrate on
official lists and alioth.d.o could remain focused on development.
It was hosted next to official Debian infrastruture and it looked
like it would become official and properly maintained.

But teams.debian.net isn't working properly anymore and hasn't been
for a while. It never got moved into the debian.org domain and it
doesn't seem official.

Now there are three ways forward:

  1. take back the mailing list, my infrastructure still exists and
 could handle it, but am I willing to give a guarantee for the
 next years to come?

  2. work with teams.debian.net to get it back up to speed.

  3. or use the official and professionally maintained
 infrastructure on alioth.d.o or lists.d.o, which can probably
 handle a couple dozens of additional lists. I can understand
 that we don't want a new list for every formation or group in
 the Debian universe, but a list for large groups like the
 Debian users in and around of Munich should arguably be doable.

My preference is clearly (3.). Maybe one of the sysadmins who could
host their own LUG list would be interested in helping the
listmasters. And should the hardware not be enough, then we can
probably find ways to upgrade it.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
all unser übel kommt daher,
 daß wir nicht allein sein können.
   -- schopenhauer


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#687103: ITP: maps -- OpenStreetMap client for the GNOME Desktop

2012-09-10 Thread martin f krafft
also sprach Philipp Kern pk...@debian.org [2012.09.10.2109 +0200]:
  openstreetmap-client?
 
 Aren't you poaching in openstreetmap's namespace now? :)

x-openstreetmap-client? Or x-x-openstreetmap-client? ;)

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
spooning leads to forking
 -- seen on a t-shirt by david  goliath


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#687103: ITP: maps -- OpenStreetMap client for the GNOME Desktop

2012-09-09 Thread martin f krafft
also sprach Luca Capello l...@pca.it [2012.09.09.2029 +0200]:
 Or, if this is tightened to OSM, 'gnome-osm-maps'.

except the 'm' on osm is already a map, so maybe osm-client.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
now I lay me back to sleep.
the speaker's dull; the subject's deep.
if he should stop before I wake,
give me a nudge for goodness' sake.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: greater popularity of Debian on AMD64?

2012-09-05 Thread martin f krafft
also sprach W. Anderson kimalc...@nac.net [2012.09.05.1836 +0200]:
 It is somewhat surprising and a little disappointing that Debian, or any
 other GNU/Linux distribution would be making statements that, in effect,
 give great public support to AMD in regard Linux,

The statement was not about AMD but about the architecture amd64,
which is also used by other processor manufacturers, namely Intel.
For years, Intel had their 'i' in i386. They missed the wagon on
consumer 64-bit architectures and only jumped on after amd64 had
been well established.

But I agree, to the uwashed masses, the statement might sound
a little too much in favour of AMD. Nothing we can do about it now.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
lessing was a heretics' heretic
-- walter kaufmann


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: greater popularity of Debian on AMD64?

2012-09-05 Thread martin f krafft
also sprach Patrick Matthäi pmatth...@debian.org [2012.09.05.1902 +0200]:
 amd64 is the name of the x64 CPU architecture and also with my fglrx hat
 on I think you do not know about what you are speaking (just have got a
 look at radeon)..

Radeon being owned by AMD and fglrx not having the best reputation,
I don't quite understand your point.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
i always choose my friends for their good looks and my enemies for
 their good intellects. man cannot be too careful in his choice of
 enemies.
  -- oscar wilde


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: greater popularity of Debian on AMD64?

2012-09-05 Thread martin f krafft
also sprach Patrick Matthäi pmatth...@debian.org [2012.09.05.2231 +0200]:
 AMD also supports Debian (just now with an special point release
 for Wheezy). I do not think that AMD (not the past ATI) is evil
 and such foo should stop here.

Good thing I asked…

 And why hasn't got radeon a good reputation?

I said fglrx — because its binary-only version caused regular
crashes and headaches for Linux users.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
love is a grave mental disease.
 -- platon


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: can we (fully) fix/integrate NetworkManager (preferred) or release-goal its decommissioning

2012-08-20 Thread martin f krafft
also sprach Paul Wise p...@debian.org [2012.08.20.0154 +0200]:
 Please take over the netconf project and start implementing that
 design in C,

Or get it working properly with Python, make use of the simplicity
of interpreted languages until the design is actually proven to
work, and then rewrite it…

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
quantum mechanics: the dreams stuff is made of.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Accepted vmm 0.6.0-2 (source all)

2012-07-12 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 12 Jul 2012 09:01:38 +0200
Source: vmm
Binary: vmm
Architecture: source all
Version: 0.6.0-2
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 vmm- manage mail domains/accounts/aliases for Dovecot and Postfix
Closes: 681209
Changes: 
 vmm (0.6.0-2) unstable; urgency=low
 .
   * Unconditionally create mail spool directories (closes: #681209).
   * Remove README.source template as there are no special source handling
 procedures for this package at the moment, beyond dpkg v3.
   * Manually compress vmm.cfg.5 manpage due to dh_compress peculiarity.
Checksums-Sha1: 
 f7b66c31365395469ecc170149983a93c2535270 1990 vmm_0.6.0-2.dsc
 d10c872cc7b065d156c17a9d2e0d77a0256e58aa 15832 vmm_0.6.0-2.debian.tar.gz
 f5747ec7bf274d834d863c9d3c0f5cead90b4437 276372 vmm_0.6.0-2_all.deb
Checksums-Sha256: 
 bcaa5d40225a21425df67e17891c4b74786dac68c762d38203c82f4890e469c8 1990 
vmm_0.6.0-2.dsc
 0d5d3a87b5adc12c636fe07d0e6927079bbd21b3c145bbc501952d6123d41e8d 15832 
vmm_0.6.0-2.debian.tar.gz
 ac6cce716ae0857b6509f4784b27e60caa939a49275decd6aaf12b5ceb3904fb 276372 
vmm_0.6.0-2_all.deb
Files: 
 e4565dbebf659a59ec6fa63e1ebc92c2 1990 mail extra vmm_0.6.0-2.dsc
 9ab61eb6496ae0c0f6d1b7ba73915f28 15832 mail extra vmm_0.6.0-2.debian.tar.gz
 82b001f9cec0e9d6702ea6dd2015bcef 276372 mail extra vmm_0.6.0-2_all.deb

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

iQLvBAEBCgDZBQJP/n1HwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xDTV
EADA9Cb9i5OBpBKbbojlcynQv1zk++xIhobHjtxfFJZxRe5tApqCg4Javrub9vFt
Iw4eptS9KYwzQsGTRLhVp52j/PLiUp0V+yn1UAQZUQdYz25iFakUUjsNhoeetem3
DMjfwWDm62XFr053QcxtFaG1r4Y9gLehVM9Oc2Io+amY3Hi5bnTJij0Yac2W4+me
W7aH6FUEEFxsvWqzfibGWWh3KzERZywyWdYYQW1bkiwUKrjlof5SfGZFXNY1BsFX
I/UIGYZd3S4PgiKFBc0mkobm4iQQl95zHP4d/wSgDWOuyrRm/vIgxJ1bYq2uXPRY
tlJ3DWYYLJnlC6qnmTFDT4Y9p5lRp5RMcyEd4UxKnAeQWQJVFNyCWidqaE+A7UpY
VxpIC8h41S8tZ9/MrtQzbRAI4KBpq7rgYD2/RttoOY5YnZuwgBe9NjuSAg8IUVOU
Vz2Vmz6lB8esfs4fyZpGKiXXcpe1XefTeZwIgUWMYqskJmcqe1HEsGm0U81Ydovw
jP2umvmuyHvTQOiZuL8PemrIUw74sZiB3a4zu1EXDnc52lEWRu0+KIa8rkslNOpu
/zIeuPbNBtHf/GuW6qvYK376DA1eH1H23uz9YQdy72ZFcyIiU9a5OUaY2EOA/H99
BxEcoN/QWqOvg7ZzTTx+3ay6eYMQCIRE6SaWPr1qJ+Hgqg==
=GP4o
-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/e1spe7e-0001qi...@franck.debian.org



Accepted vmm 0.6.0-1 (source all)

2012-06-29 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Apr 2012 14:17:52 +0200
Source: vmm
Binary: vmm
Architecture: source all
Version: 0.6.0-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 vmm- manage mail domains/accounts/aliases for Dovecot and Postfix
Changes: 
 vmm (0.6.0-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 12a0c6b3e2a76d93a34b8a50cbd17c1d4f16fc59 1990 vmm_0.6.0-1.dsc
 cfecc3c80be6d215becb83f6bc806f40447bb3c6 181223 vmm_0.6.0.orig.tar.gz
 de1dd09978ce10d97a2e3bca11667ba250f82e8b 15606 vmm_0.6.0-1.debian.tar.gz
 2ba8a8d72e31539cc7201e92bc9ea232cef69cdf 276170 vmm_0.6.0-1_all.deb
Checksums-Sha256: 
 f5308daef7186de21387341437f9ae7b9b3202ec6ab770cdedd4205822f087cc 1990 
vmm_0.6.0-1.dsc
 25136d52d7eb11af928905a59b361301ceac3f5cff22527815bca68d65889d09 181223 
vmm_0.6.0.orig.tar.gz
 938e109268f90f4b9c06ac7815dde8120900c9a4115f80a8257fd9853579169a 15606 
vmm_0.6.0-1.debian.tar.gz
 e7a695ec54398100caaa9c193b63da22d092f6c6856583dcb335501df994cfc2 276170 
vmm_0.6.0-1_all.deb
Files: 
 0ab7972b95586b6719d43e038010a095 1990 mail extra vmm_0.6.0-1.dsc
 5d690e3f0bd4b7b57ad50eabf57cb38c 181223 mail extra vmm_0.6.0.orig.tar.gz
 013c3c485e73389cf8c46d595c3872de 15606 mail extra vmm_0.6.0-1.debian.tar.gz
 1214b6e5e8e0d5cd24a832c56fd93581 276170 mail extra vmm_0.6.0-1_all.deb

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

iQLvBAEBCgDZBQJP7axLwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xGjW
EACgUIY1OtZ/Rp8xIk8Xm8JDFhzLAcki49KOTbl1/tBBwOxvQ3L9g0Z0AT5GjCf0
TSzKyqD4iFIBjMxcLTO+KCYbm4PiaY+Z8sCmSlLEWyWjjYbk+kfmODb5Pryofl/o
gCqr40qOmfGBPHVLbXXf+PJS+cVLaRZ2ivlZ3PkTgzK2r02Gjg4Xg3g6X1B0fDHO
4DyDbMfC3KHtbSH8WsjTJXF/xoWY40ymlmvZCLL6rUJOjOnCYPrZN0G+lT4qjKWB
ix374aSKgWsBFL48O/Rh01tqsudhzZCMXDuUVZ/+XvSZPTbon/WfDClfaKNyy7bM
bjH1wiYi6Ph6KL0uyZsKC/LrjT/w8LtJTnftxkiRi7l2lKtqMomwBLnpisiJE6SP
feXSZ/XsFclgugCNDxejS0/b08awC0e//EoE28zwIXDU5gtGcj71LYJzpWMh2JKJ
PXnSB8Xw0eEUWmPltn3qCjV42BnIDHGDxg3wXDHEhC5hbX73AzL67Yia8xpMCedK
mgFmdj3FdfZTgzVFZQJXQwnltpOyHHvmKzim1zIhPCb7+Zx08qspTBTTnqtp7P7Y
wmlNRHZ04iihzrERhVaQ+e7sd0wz/Br/KcFsOwGE+vx4H6UlNp2obzDB2t4GzhBp
nQKpGmE1/L1EDD0lWnees77+crZN6CX2Fy9FHKYf33G/QA==
=LrHd
-END PGP SIGNATURE-


Accepted:
vmm_0.6.0-1.debian.tar.gz
  to main/v/vmm/vmm_0.6.0-1.debian.tar.gz
vmm_0.6.0-1.dsc
  to main/v/vmm/vmm_0.6.0-1.dsc
vmm_0.6.0-1_all.deb
  to main/v/vmm/vmm_0.6.0-1_all.deb
vmm_0.6.0.orig.tar.gz
  to main/v/vmm/vmm_0.6.0.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/e1skiko-oc...@franck.debian.org



Re: Bug#677230: ITP: adhcp -- DHCP implementation in Ada

2012-06-12 Thread martin f krafft
also sprach Ben Hutchings b...@decadent.org.uk [2012.06.12.1736 +0200]:
 dhclient could do with some good competition; it's slow to recover from
 a link drop (or suspend/resume) and its configuration format is not very
 user-friendly.  But it does seem premature to include ADHCP.

udhcpc and dhcpcd also work.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
save the plankton - eat a whale.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: is something wrong with cron.d ?

2012-04-12 Thread martin f krafft
also sprach Olivier Sallou olivier.sal...@irisa.fr [2012.04.12.1352 +0200]:
 root@VM-247:# more /etc/cron.d/xgrid 
 0/5 * * * * root xgrid-graph /dev/null 21

You want */5 …

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
i think, therefore i'm single
  -- lizz winstead


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Multiple DB accounts with dbconfig-common

2012-04-07 Thread martin f krafft
Hello,

I am packaging http://vmm.localdomain.org/, which is a nicely
designed virtual mail manager for postfix+dovecot+pgsql. Obviously,
I would like to use dbconfig-common to faciitate setup for our
users. Since vmm (thankfully) uses separate database roles for each
component (admin command tool, postfix, dovecot), I am unsure how to
set that up with dbconfig-common, which does not seem to provide the
ability to add additional users.

Does anyone have an idea how I could/should move on?

Somehow I would like to avoid having to obtain passwords myself for
postfix and dovecot (generated or debconf) and then firing off SQL
for those two, while the admin user is handled by dbconfig-common.

Thanks,

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
life is what happens to you while you're busy making other plans.
-- john lennon


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: bug reports with urls in them

2012-04-01 Thread martin f krafft
also sprach Michael Welle mwe012...@gmx.net [2012.04.01. +0200]:
 I just tried to report a bug. To show how one can reproduce
 the bug I needed an url, I chose www.foo.org for that purpose.

See RFC2606.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
distrust all those who love you extremely
 upon a very slight acquaintance and without any visible reason.
  -- lord chesterfield


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#662080: ITP: hadori -- Hardlinks identical files

2012-03-07 Thread martin f krafft
also sprach Jean-Christophe Dubacq jcduba...@free.fr [2012.03.07.1825 +0100]:
 I, for one, would like a program that (starting from some paths on same
 harddrive), would find all identical files (not considering mtime and
 mode, this is for backups and I do not care), hardlink them (choosing
 whatever comes first for mtime and mode), and *store the function
 [filename (or inode), size, mtime] = hash*, so that files not modified
 since last run are not hashed again.

Try backuppc or Git, both of which are designed not to require any
deduplication.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
mirrors should reflect a little before throwing back images.
   -- jean cocteau


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Do not use tabs in /etc/init.d/[script]

2012-03-02 Thread martin f krafft
also sprach Samuel Thibault sthiba...@debian.org [2012.03.02.1633 +0100]:
  It can make your scripts a bit more readable for all users.
 
 Why?

Please, let's not get into this debate.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
the unix philosophy basically involves
giving you enough rope to hang yourself.
and then some more, just to be sure.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Use of the first person in messages from the computer

2012-02-09 Thread martin f krafft
also sprach Josh Triplett j...@joshtriplett.org [2012.02.09.1554 +0100]:
 Choosing this option will modify /etc/X11/app-default/XTerm, preserving
 the old file as XTerm.backup.not-trad.

Because choosing this option does not modify anything but the
debconf cache, and only the postinst script modifies… no wait,
choosing this option only changes the in-memory state of some UI
widget and hitting enter then informs debconf…

It's good to see that Debian doesn't have any more pressing problems
to solve. ;)

I suggest to use words like causes or yields.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
mulutlitithtrhreeaadededd s siigngnatatuurere


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#656142: ITP: duff -- Duplicate file finder

2012-01-16 Thread martin f krafft
also sprach Kamal Mostafa ka...@debian.org [2012.01.17.0049 +0100]:
 In my humble opinion, that would be an unreasonable pre-condition for
 inclusion in Debian.  Our standard for inclusion should not be that a
 new package must be vastly better than other similar packages.  That
 would deny a new package the opportunity to build a user base and
 possibly someday evolve to become the vastly better alternative
 itself.

Right, but I'd say it needs to be better and the maintainer needs to
be able to argue how it is better.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
die zeit für kleine politik ist vorbei.
 schon das nächste jahrhundert
 bringt den kampf um die erdherrschaft.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#652891: ITP: nerdtree -- Nerdtree is a vim plugin which gives a tree view of all the directories

2011-12-24 Thread martin f krafft
also sprach Medhamsh m...@medhamsh.org [2011.12.24.0912 +0100]:
 Thanks! By the way I have started working on this and how
 do I get a mentor? Should I write to pkg-vim-maintainers?

Again, your plugin should not be a package of its own, but submitted
as a patch to vim-scripts.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
why didn't noah swat those two mosquitoes?


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#652891: ITP: nerdtree -- Nerdtree is a vim plugin which gives a tree view of all the directories

2011-12-24 Thread martin f krafft
also sprach Medhamsh m...@medhamsh.org [2011.12.24.1003 +0100]:
  Again, your plugin should not be a package of its own, but submitted
  as a patch to vim-scripts.
 
 Definitely! Should I now write this to vim-scripts maintainer
 and to the pkg-vim-maintainers list?

I think the best would be to obtain the package, integrate nerdtree,
and then create a patch that you submit to the BTS. You can even
reuse this bug report after retitling and reassigning it.

The place to get assistance for this is the debian-mentors mailing
list and/or IRC channel.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
auch der mutigste von uns hat nur selten den mut zu dem,
 was er eigentlich weiß.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#652423: Acknowledgement (ITP: v3c -- C/C++/sh/make/automake/Debian utility toolkit)

2011-12-18 Thread martin f krafft
also sprach Philip Ashmore cont...@philipashmore.com [2011.12.18.0834 +0100]:
 If no one has any more issues with the new long description then
 I'll assume all is well.

Hello Philip,

a long description is neither a text of marketing, nor should it be
a complete list of features. The former can go on a website, the
latter should be found in a README file.

The long description should preemptively provide a user with enough
information so that s/he can make a choice. It should be written
with complete sentences in free text, with an informative, objective
style.

A rough guidelines of questions to be answered across three
paragraphs could be:

  1. What is the general purpose of the software in this package, or
 the collection of software that this package belongs to?

  2. What distinguishes this software from other software? For what
 use cases was the software designed?

  3. How does this package fit in into a collection (unless it's
 a single package)? Are there any other noteworthy things that
 the user might need to know to decide for or against a piece of
 software?

Compare this to the description you propose in

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652423#15

  utility C/C++ include files
  libv3c - a C/C++ library
  v3c - a utility program meant to be used in scripts or from the
  command line
  makefile includes - see v3c's client projects makefile for examples
  automake/aclocal m4 macros - see v3c's client projects for examples

What you are doing is providing a list of contents. Instead, I would
suggest this:

  v3c is a C++ programming toolkit that …. It was written because ….

  The intended use cases of v3c are …. Compared to other software
  (e.g. example1, example2), it is optimised for ….

  This package provides a utility program to interact … and control
  ….

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
the unexamined life is not worth living
 -- platon


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#652423: Acknowledgement (ITP: v3c -- C/C++/sh/make/automake/Debian utility toolkit)

2011-12-18 Thread martin f krafft
also sprach Philip Ashmore cont...@philipashmore.com [2011.12.18.1041 +0100]:
 Being too familiar with a package sometimes has it's drawbacks.

Absolutely. Thank you for your patience!

  v3c is a wrapper package that provides a standard means of interacting with
  packages by providing boilerplate code, programs and scripts, and allowing
  you to manipulate a package through make targets, such as
  .
  make check
  make dist
  make distcheck
  make git branch=1.3.5 release debian
  make install
  make distclean

How about:

  v3c is a build framework that ties in with GNU make, providing
  boilerplate code for the most common use cases of building
  software.

I'd say that's enough, no need to enumerate example targets.

  Among its capabilities are doxygen documentation integration, Git version
  control integration, configurable build modes (for debug and release builds,
  for example), and the ability to specify most configurable options in the
  top-level makefile.

Good!

  It also provides a C++ class library for use in client projects.
  Run make check to see test/example C++ programs that use it.

Why would I want to use build framework from within C++? Maybe you
can try to answer this question.

The note about make check should go into the README file, IMHO.

  See treedb, meta-treedb, v3c-dcom and v3c-qt as examples of
  projects that use the v3c build framework.

Ok. I am still somewhat confused why the project v3c-dcom and v3c-qt
carry the name of the build framework in the package names, but
I suppose I would look at those packages' descriptions to find out
more.

Cheers,

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
toleranz heißt, die fehler der anderen entschuldigen.
 takt heißt, sie nicht bemerken.
-- arthur schnitzler


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bug#651858: ITP: etm -- event and task manager using simple text files

2011-12-13 Thread martin f krafft
also sprach Thomas Koch tho...@koch.ro [2011.12.13.1121 +0100]:
 I couldn't find any version control system for this software and the 
 versioning scheme seems weird.

What's weird? Are you missing a dot? All that matters is that it's
increasing. ;)

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
we americans, we're a simple people...
 but piss us off, and we'll bomb your cities.
 -- robin williams, good morning vietnam


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: ITP: ipmiutil -- Easy-to-use IPMI server management utilities

2011-11-28 Thread martin f krafft
also sprach tony mancill tmanc...@debian.org [2011.11.29.0030 +0100]:
 I concur.  The more Debian can do to ease its introduction into mixed
 and/or non-Debian environments, the more potentially attractive it is to
 users.  Having impiutil part of Debian, provided that it is not buggy
 and is well-maintained, means one less headache for sysadmins out there.

Noone has argued that ipmiutil should not be packaged because there
are others already. But the package descriptions should help users
decide between them. Ideally, therefore, wishlist reports should be
filed against the other packages with suggestions to improve.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
in the country of the blind,
 the one-eyed man is not king.
 he is taken to be a hallucinating lunatic.
 -marshall mcluhan


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Appreciation

2011-11-21 Thread martin f krafft
also sprach Michael Hall mhall...@ubuntu.com [2011.11.21.0100 +0100]:
 The Ubuntu community is holding a community appreciation day[1]
 today, and I wanted to extend that to the entire Debian community
 as well.

Thanks. It's good to see that there are still people in the Ubuntu
community who have a grasp of the big picture. The community
managers in Ubuntu don't seem to care to inform new members (and
make sure existing members know) where Ubuntu is coming from.

Best of luck, and keep up the good work!

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
time wounds all heels.
   -- groucho marx


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Appreciation

2011-11-21 Thread martin f krafft
also sprach Raphael Hertzog hert...@debian.org [2011.11.21.1606 +0100]:
 That said I don't share your point of view, most of the new Ubuntu
 contributors (at least those involved in packaging)

There are still many old ones that think Ubuntu can do without
Debian. Community management is not about writing webpages that
are only read by most of the new people.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
the only difference between a car salesman and a computer salesman
is that the car salesman knows he's lying.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: /tmp as tmpfs and consequence for imaging software

2011-11-13 Thread martin f krafft
also sprach Lars Wirzenius l...@liw.fi [2011.11.13.1204 +0100]:
 A fixed policy is going to interact badly with real systems and
 per-site decisions about, say, disk partitioning and provisioining
 of RAM for various purposes.

 The proper policy, IMHO, is that a) all software that uses temporary
 files should obey TMPDIR if set (and fall back on /tmp if not)
 and b) all software must deal with out-of-disk-space errors in a
 sensible way (where the exact details may depend on the software).

Fully agreed.

Please do not try to (ab)use policy to tell me how I have to
administer/manage my systems. Use policy to dictate how programs we
provide as part of The Debian System must behave.

I would welcome if TMPDIR-related bugs and bugs related to
temporary file handling would become release-critical.

I think it's great that Debian provides the flexibility to easily
make /tmp a tmpfs. However, I don't think that should be the
default (cf. RAMRUN, RAMLOCK).

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
people with narrow minds usually have broad tongues.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Accepted mdadm 3.2.2-1 (source amd64)

2011-09-15 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 01 Aug 2011 10:41:41 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 3.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 595516 598957 604702 605722 610421 611627 611632 615494 618463 618561 
621346 625392 628371 633054
Changes: 
 mdadm (3.2.2-1) unstable; urgency=low
 .
   [ martin f. krafft ]
   * New upstream version (closes: #615494), which addresses:
 - --grow option aware of size change of underlying device (closes: #618463)
 - builds with -Werror on gcc-4.6 (closes: #625392).
 - new features/functionality:
   + Policy framework.
   + Improved management of reshaping arrays.
   + Support for Intel Matrix Storage Manager (IMSM)
 Thanks to Scott Schaefer for his help in preparing this release!
   * Do not print io rescheduling info message when run by cron
 (closes: #598957).
   * Fix checkarray script so that it does not die after scheduling the first
 device when there is no scheduling class specified; thanks to Mario
 'BitKoenig' Holbe (closes: #611627).
   * Do not include DEVICE line in generated configs but use the built-in value
 by default (closes: #604702).
   * Make mdadm-raid init script depend on hostname; thanks to Mario
'BitKoenig' Holbe (closes: #610421).
   * Schedule start/stop of mdadm-raid before/after filesystems are
 checkedmounted/unmounted; thanks to Mario 'BitKoenig' Holbe
 (closes: #611632).
   * Work around a shell coding bug for cases when there are zero active
 devices (closes: #618561).
   * Add NEWS entry about metadata change and requirement on new Grub version
 (closes: #595516).
   * Update mdadd.sh script from Arno's webpage.
   * Update md.txt from latest kernel source.
   * Updated debconf translations:
 - Catalan by Innocent De Marchi (closes: #628371)
 - Danish by Joe Dalton (closes: #621346)
   * Small typo fix in RAID5_versus_RAID10.txt
   * Bump Standards-Version to 3.9.2; no changes required.
 .
   [ Michael Tokarev ]
   * don't print W: auto-read-only in checkarray in quiet mode,
 thanks to Bernd Hanisch for the patch (Closes: #605722)
   * move initscript metadata from /lib/init/rw/.mdadm to /run/mdadm,
 and depend on initscripts (= 2.88dsf-13.3) for /run (Closes: #633054)
   * move runtime stuff from /dev/.mdadm to /run/mdadm
   * document defaults change in debian/NEWS (it was forgotten to be
 done for squeeze) - metadata  chunk size (Closes: #595516)
Checksums-Sha1: 
 943859c83323631f3b6342e32720b41666322b9b 2190 mdadm_3.2.2-1.dsc
 8ec366a7e7f3ae3a8765d8f43f1d62234a80c698 357234 mdadm_3.2.2.orig.tar.bz2
 5ceadc639033fa656a7292374e4a294d0f1fcf5f 123535 mdadm_3.2.2-1.debian.tar.bz2
 4844110b4da321cc9c2b325537706cf03d77d0b6 536758 mdadm_3.2.2-1_amd64.deb
 47ac5f8c3b3cece7bc5ed20ddce16a9c70ec7aba 180836 mdadm-udeb_3.2.2-1_amd64.udeb
Checksums-Sha256: 
 b3aa33e3f3938aba2cc5056663175c8daa0732091d9a8875abe1debff60b17d4 2190 
mdadm_3.2.2-1.dsc
 0d1a04e688b082bc88846e3f524abd50bc782b6ffc06123140f7d358c8f9b906 357234 
mdadm_3.2.2.orig.tar.bz2
 9d94d66d79cda1deaaa8e5e68cb203327a5c69b629c9773004b9fb9d618e203e 123535 
mdadm_3.2.2-1.debian.tar.bz2
 c23d8f0a7140fbae3a9ffd3dd4a563c21bffe0ec408e1f4f4ae5644413ceda71 536758 
mdadm_3.2.2-1_amd64.deb
 0b2a3e56dbff6f4e192b69037ba304418f2813c6ab8dc9315219b9692d2e25dd 180836 
mdadm-udeb_3.2.2-1_amd64.udeb
Files: 
 196025705dae8c288d569cb53241f1b9 2190 admin optional mdadm_3.2.2-1.dsc
 12ee2fbf3beddb60601fb7a4c4905651 357234 admin optional mdadm_3.2.2.orig.tar.bz2
 e8f0a9a45f116508eda17ad171514307 123535 admin optional 
mdadm_3.2.2-1.debian.tar.bz2
 5e48a3f95039af09a4957cdbcdc40090 536758 admin optional mdadm_3.2.2-1_amd64.deb
 eb26e081e822e69e64dd28cf063d0ce3 180836 debian-installer optional 
mdadm-udeb_3.2.2-1_amd64.udeb
Package-Type: udeb

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

iQLvBAEBCgDZBQJOcaKXwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xIlD
EACjaBhiT38IYF2rKx8GadkV8hjp5cFdUNSmMV9Mhoy3BefJuTs1YkQH8yYDazA6
XLkBxo1/34vZxyJr7a9+V0JqdDAnDHpUojg10a1T3LMFf5oV/+5HX173HadeWnFT
ZXSmhocb67uDDmq502XSOZYq9JE7RXis2Maf3Ln+gBGdnnWYke3wjr1WIWhMGALW
laPI6AQbMRpd+hdPv1jKvSmgNSPFwJq7OJudOKD+iN78536tP3hLJSbl4Mun8lsH
kjvOe+RcbemfHWLCGnIXbF6xrbnUgz7yiWwAjwZ9Yv/VkGw0sVjETzuGF875sY1P
qXFaxFhSTSglNCBHU6I4XCS0sgD9GuDRmqNPRiuqOouDGbofV9nbYwMt0JVQTyL8
rYQLlsz48dj/rMwQau67x8II89obThGa1vHQvO8XemMmmJhEWJaJZ8x4cmZ+1e/O

Re: making encrypted $HOME as easy and convenient as possible

2011-09-12 Thread martin f krafft
also sprach Rolf Kutz r...@vzsze.de [2011.09.12.0941 +0200]:
 There might be different use cases. An encrypted /home can still
 be backuped easily by administrators without being able to see
 inside.

True. At the same time, it exposes quite a lot of information, e.g.
structure of the tree. I don't know how much of that could be used
in a plain-text attack.

Note, however, that I don't really know ecryptfs. I only briefly
looked at encfs and was horrified by some of its design choices.
Maybe ecryptfs is better. Meanwhile, however, I chose to stay with
dm-crypt, which simply seems saner.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
people with narrow minds usually have broad tongues.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: making encrypted $HOME as easy and convenient as possible

2011-09-11 Thread martin f krafft
also sprach intrigeri intrigeri+debian-de...@boum.org [2011.09.11.2246 +0200]:
 The d-i already supports easy *full* system encryption, swap
 included.

I think this is what people should be using, not a high-level hack
like ecryptfs.

However, I suppose you can only set this up during installation, and
converting a system later is not trivially possible. Or is it?

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
the strength of women comes from the fact
 that psychology cannot explain us.
 men can be analyzed, women merely adored.
-- oscar wilde


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Patch mgmt workflow proposal

2011-08-02 Thread martin f krafft
also sprach Ben Finney bignose+hates-s...@benfinney.id.au [2011.08.02.0223 
+0200]:
  This comes about ¾ of the way to the history pollution done by TopGit.
 
 I consider it very useful information, when needed. It's only pollution
 if you let it be so.

That is a very wise statement, and I agree.

  Not only would users potentially get confused by this additional
  branch (which is an implementation detail), it would also get in
  the way in gitk output (cf. pristine-tar) and annoy even the
  unconfused.
 
 That's an argument not for hobbling a useful branching-and-merging
 workflow, but for improving the output of those programs. Advocate
 with Git (and other VCSen) to hide merged revisions by default,
 the way Bazaar does.

One person's reasonable default is another person's nightmare.

Fact is that we have new contributors who are being shyed away by
complexity.

Fact is also that you can already hide information explicitly.

I have already dipped my foot in the water on this
[http://bugs.debian.org/636228], but I feel somewhat it's an
uphill battle.

In the end, the best solution is one that doesn't expose
implementation details in the first place. The discussion at

  http://www.spinics.net/lists/git/msg162549.html

is shaping up to be interesting.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
http://lavender.cime.net/~ricky/badgers.txt


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Patch mgmt workflow proposal

2011-08-01 Thread martin f krafft
also sprach Thomas Koch tho...@koch.ro [2011.08.01.1914 +0200]:
 So as a variation of the described workflow you can establish
 a special branch that holds references to all feature branch
 commits in its history.

This comes about ¾ of the way to the history pollution done by
TopGit. Not only would users potentially get confused by this
additional branch (which is an implementation detail), it would also
get in the way in gitk output (cf. pristine-tar) and annoy even the
unconfused.

I am currently investigating means to store information outside the
worktree in an immutable and automatically tracked-and-shared way:

  http://permalink.gmane.org/gmane.comp.version-control.git/178349
  (msgid 20110801121946.ga...@fishbowl.rw.madduck.net)
  http://permalink.gmane.org/gmane.comp.version-control.git/178393
  (msgid 20110801182015.ga3...@fishbowl.rw.madduck.net)

Feedback welcome, of course.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
there is no place like ~


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Call for teams interested in collaborating on a 'standard' Git workflow

2011-07-30 Thread martin f krafft
also sprach Thomas Koch tho...@koch.ro [2011.07.29.1613 +0200]:
 I've attached a draft of a description of the workflow.

It would be good to put this onto the vcs-pkg-discuss mailing list.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
i believe that the moment is near when by a procedure
 of active paranoiac thought, it will be possible
 to systematise confusion and contribute to
 the total discrediting of the world of reality.
  -- salvador dali


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Accepted ttf-aenigma 0.0.20080510.dfsg-2 (source all)

2011-07-29 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 29 Jul 2011 14:44:28 +0200
Source: ttf-aenigma
Binary: ttf-aenigma
Architecture: source all
Version: 0.0.20080510.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Philip Newborough (aka corenominal) m...@philipnewborough.co.uk
Changed-By: martin f. krafft madd...@debian.org
Description: 
 ttf-aenigma - 465 free TrueType fonts by Brian Kent
Changes: 
 ttf-aenigma (0.0.20080510.dfsg-2) unstable; urgency=low
 .
   * Drop defoma from dependencies (thanks pabs!).
   * Migrate to DH 7.
   * Fix remaining lintian warnings.
   * Bump Standards-Version; no changes required.
Checksums-Sha1: 
 8f1e0710ad0273221cf652fc0ac50795a684e95a 2112 
ttf-aenigma_0.0.20080510.dfsg-2.dsc
 03e09dcb77b8eaa984390d0cf15fcd91373f806e 6627 
ttf-aenigma_0.0.20080510.dfsg-2.diff.gz
 273e82d2e065e4845955d47da4cc98f989d47c46 10838764 
ttf-aenigma_0.0.20080510.dfsg-2_all.deb
Checksums-Sha256: 
 56a4f73513cf00613887b017323544b5680cab541f73a1cf311cb472d81934e0 2112 
ttf-aenigma_0.0.20080510.dfsg-2.dsc
 367677deba768c8661faa3002eaa8f6bc9045c76691fa39172b3ee393ac9b969 6627 
ttf-aenigma_0.0.20080510.dfsg-2.diff.gz
 97b9d4560ba82c0a7ffbb388fbba0856d6130c07cddc6ae7c59f79116a2f0f33 10838764 
ttf-aenigma_0.0.20080510.dfsg-2_all.deb
Files: 
 bd04578ef3fcb2522477fda3ddfe04de 2112 fonts optional 
ttf-aenigma_0.0.20080510.dfsg-2.dsc
 17fe659b68b0a426840b96361cc6497c 6627 fonts optional 
ttf-aenigma_0.0.20080510.dfsg-2.diff.gz
 957332d9c605982b88f0a8f73f73b6c9 10838764 fonts optional 
ttf-aenigma_0.0.20080510.dfsg-2_all.deb

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

iQLvBAEBCgDZBQJOMquWwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xJe2
EACGxr4RE/zLk4ZiKW/05rUOBJwy0gwOMRQ0Xwnz3VLFS9XR9Riq7uV4U6iYQV82
nwpBvUbrWHq86PkVTdgM3zqM6cBzLDEP+A4845yqD548/p90v+8Aoyb5ze7RgaCT
wFxcfzE/6u9hQZKy3z+f5Nq2j8+OQ0XifhoOAC0/svvhTRKR2P6RNsMVtvjDjgOS
RAO9sba1rt1GQKOUv+h4NYNufsOh8tduYANFtBLWhjBCRi3FszMJvM86bw+SvYI/
2MA8nqbIomE9iuwDNDZajo3qOmyCNCZgS1WcQOl23a6K8d2ZWl2RbdAC/0gUPYo1
EyT28u6eHIBPOckBs9JUFxR7slH0Mp5ekTHdzyak9EbeBDQSrvY+lQb36hTFkSxR
djrjuEWCt7uDmYOphFXejJRlTwbQ9/2VJQss2NFUV8akf9AWXPdNuW9fu/y0BuL5
uda+MuSsnw0zev/GH4jfuS2MskkXf2pKLZQtIMJPQNwVcjjB4FRL8fhstQsdgTh8
Vl4trMeSJzPdnkvxBeTqT5QIaB+v1CgPc9KAu7TPBu0ygr3zyjJLaII289Ou8ya9
URUraGVJQVICgqQRGV3uUCcYsnp40/L1BKOsZmHR9FOkseBLveBmWV6K2P9D/Wo2
aEJZFIgIFRPzFr/HF2v5NynN9fzVoYY3bhgD4fHFGiXUCw==
=j1SK
-END PGP SIGNATURE-


Accepted:
ttf-aenigma_0.0.20080510.dfsg-2.diff.gz
  to main/t/ttf-aenigma/ttf-aenigma_0.0.20080510.dfsg-2.diff.gz
ttf-aenigma_0.0.20080510.dfsg-2.dsc
  to main/t/ttf-aenigma/ttf-aenigma_0.0.20080510.dfsg-2.dsc
ttf-aenigma_0.0.20080510.dfsg-2_all.deb
  to main/t/ttf-aenigma/ttf-aenigma_0.0.20080510.dfsg-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/e1qmpgn-0008rh...@franck.debian.org



Help sought for mdadm

2011-06-17 Thread martin f krafft
Dear colleagues,

real life is taking over, I am barely finding time for computer
work, let alone my Debian duties.

The problem is mainly that I am still the sole maintainer of mdadm.

I need one or two co-maintainers. I am willing to set aside an hour
for introductory IRC talking, and I am not going to impose any form
of maintenance guidelines (but rather cooperatively establish
them…).

Anyone?

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
when faced with a new problem, the wise algorithmist
 will first attempt to classify it as np-complete.
 this will avoid many tears and tantrums as
 algorithm after algorithm fails.
  -- g. niruta


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-03 Thread martin f krafft
also sprach Josselin Mouette j...@debian.org [2011.04.02.2229 +0200]:
 I wonder what amount of features we are missing for network-manager to
 do the job; instead of rewriting a daemon from scratch, we might as well
 use one that was designed mostly for the same purpose. It’s
 event-driven, it’s extensible, and its features list is already
 impressive. Although it has some bugs remaining to fix, this would also
 be the case of the new implementation.

It was originally designed as a graphical tool, which is like taking
a wrong turn in square one. It has come a long way since then, but
last I checked, for instance, it was not possible to hook up two
network cards with DHCP.

Anyway, netconf is nowhere near and noone seems interested enough to
touch it, so…

But if network-manager would become default and ifupdown an optional
replacement, I would question Debian's capacity to make technically
excellent decisions and wonder, how much we have been dragged along
by user-friendly distros and slid off the track.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
it is the mark of an educated mind
 to be able to entertain a thought
 without accepting it.
-- aristoteles


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Re: Bits from the Release Team - Kicking off Wheezy

2011-03-31 Thread martin f krafft
also sprach Vincent Danjean vdanjean...@free.fr [2011.03.31.0925 +0200]:
 Martin F. Krafft started to implement a replacement of ifupdown
 that is better designed. But, due to lack of manpower I think,
 this project did not finish. See this archives of
 netconf-de...@lists.alioth.debian.org for more info.

Sadly, nothing has changed, and I am further away from computers
these days than I've ever been…

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
military justice is to justice what military music is to music.
   -- groucho marx


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Accepted xloadimage 4.1-16.2 (source amd64)

2011-03-25 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Mar 2011 08:45:49 +0100
Source: xloadimage
Binary: xloadimage
Architecture: source amd64
Version: 4.1-16.2
Distribution: unstable
Urgency: low
Maintainer: James Troup ja...@nocrew.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 xloadimage - Graphics file viewer under X11
Closes: 470663
Changes: 
 xloadimage (4.1-16.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Lower MIME priority for images to 1 (second to lowest), because xloadimage
 can be used to view images, but it's surely not the most preferred choice
 (closes: #470663).
Checksums-Sha1: 
 85f444dc80e19172db5de34afff84303d1dcc6a1 1982 xloadimage_4.1-16.2.dsc
 b94aa866458e4367293e6f7890108af88556c12b 73679 xloadimage_4.1-16.2.diff.gz
 1ef0fed014f55d97ec0ff2e8edf5c01c386ce5a6 124218 xloadimage_4.1-16.2_amd64.deb
Checksums-Sha256: 
 a4e069ee09f1b0e1fcce61917566c2e2eee3c060dd2ae01b3a21fdbc797d3583 1982 
xloadimage_4.1-16.2.dsc
 36c318d36bab9401d96bf4f3c103306d9e4ab2ef3f42378ffc1c2784026d6db0 73679 
xloadimage_4.1-16.2.diff.gz
 5cf418dd663ac47073603de496e267dfcbe87628f4637cec8efad1ed228c6c17 124218 
xloadimage_4.1-16.2_amd64.deb
Files: 
 a5455d23bd319f1f27b5cf3109d9adfb 1982 graphics optional xloadimage_4.1-16.2.dsc
 b16741696b48ce36bc63defee3f1f09c 73679 graphics optional 
xloadimage_4.1-16.2.diff.gz
 8bccbc4f55ed238b22b5ed21f7b15b3a 124218 graphics optional 
xloadimage_4.1-16.2_amd64.deb

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

iQLvBAEBCgDZBQJNjE6owBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xCOo
D/47Vnnt/ZzjMN83CoumoJjoW+Jd8EWn8JQj0NCSnLnm5id0Z9jBEGCHEXDJVCLv
pTIwv6sm3NhfGCwfudxMtF6E3Q5Bbpcg4SOs7u9stjpj5B7OMn/8Hv9yGOKTzciN
4LopSK4bxp4n+1Dn7g3CJ4Wk0bcIYP8Z5ZNpFsFbABjFkJzRQuOexrA+R9Gbs4Iy
qZgxtNFNybyxMXM1ZihqFyGhQ1XjMHCh70KqrCrKkJFczRyWDB9Qeq6DIWinR6ZK
yEddIkEtTTjdyZN4LxKqxb9Dd4Q4Shx0yge83uN7Zcs7BEUtjlCgJVpJoGnrNVZp
eP8K+qfC4IrV2nHVGML9pKIqxazbhSn8apa7w+2srP/Z/y82NojY9c0gMesCrN+t
hbB7E+/oBeS4mhzxajbFF/ScHfvUk2rEmuZRU1oqGPbx9MCyi3CTTRKEHBiBnIJO
qjIYPPUT482eE5JHcAnfA6dxENK61HOOXpwcUeuB5QvC9abd5medq9Am731jVyq9
qMCFi5zHfpmdSC/EP8/ucqYVyPpD6UAixBFa2XUtMpbkEeRBHoAs4AQm7Kn2XC/M
/Z/QP+zjrobFDKVpMPQjg6lbW5KkckBxOqXSlCSTU+vazWzClAeL0bSfQCCcfOhS
Kvd/0fB2UvhNfDBa4hTe8iraoaqOqdS4QRyqUEzXYgh6pQ==
=0NR6
-END PGP SIGNATURE-


Accepted:
xloadimage_4.1-16.2.diff.gz
  to main/x/xloadimage/xloadimage_4.1-16.2.diff.gz
xloadimage_4.1-16.2.dsc
  to main/x/xloadimage/xloadimage_4.1-16.2.dsc
xloadimage_4.1-16.2_amd64.deb
  to main/x/xloadimage/xloadimage_4.1-16.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/e1q3855-jk...@franck.debian.org



Accepted mdadm 3.1.4-1+8efb9d1 (source i386 amd64)

2010-09-03 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 03 Sep 2010 10:45:01 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: amd64 i386 source 
Version: 3.1.4-1+8efb9d1
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Closes: 595290
Description:
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Changes:
 mdadm (3.1.4-1+8efb9d1) unstable; urgency=low
 .
   * Added patch with Makefile fix from upstream (commit 8efb9d1) to fix
 compiler/linker problem on non-x86 architectures (closes: #595290).
Checksums-Sha1: 
 109ca569ee828f259d9e1f6970e1a534a8e8fad6 144082 
mdadm-udeb_3.1.4-1+8efb9d1_i386.udeb
 2cb2955c911df5989acba83d1df8c024cd493c19 452598 mdadm_3.1.4-1+8efb9d1_i386.deb
 709e9a4171dbb71130cbb4752ae55940cf432f6d 1296 mdadm_3.1.4-1+8efb9d1.dsc
 885b77889a444ca6ef1fa905d3144535032121e0 136687 
mdadm_3.1.4-1+8efb9d1.debian.tar.gz
 b835d2f6d41c2fa465fa66a78a8c2ea88898749d 463814 mdadm_3.1.4-1+8efb9d1_amd64.deb
 c2fa14d2767d9a13c28d907afe195dc9ceedf4cd 149200 
mdadm-udeb_3.1.4-1+8efb9d1_amd64.udeb
Checksums-Sha256: 
 276c9c9d36eb8a336fac339df3ede3ba76667fc4123085ce6768d9d15c8843b4 463814 
mdadm_3.1.4-1+8efb9d1_amd64.deb
 35d5cf3af6ab4a8fa49876532b31ba6aeb85463beaa5141d10b58d498ff6ecbf 452598 
mdadm_3.1.4-1+8efb9d1_i386.deb
 84c6838752411cf4d4eb2cc951338c9d045861e71144b32a15b9f583d452f81d 1296 
mdadm_3.1.4-1+8efb9d1.dsc
 8acf0e7d3116ba40c8462d704f343d9846b3b8e9c5f09e4a77d248b4fc51d8ba 149200 
mdadm-udeb_3.1.4-1+8efb9d1_amd64.udeb
 bb35d63a1f83b8bbcfce6fd686702bfe11106b574273eea170594749037feec2 144082 
mdadm-udeb_3.1.4-1+8efb9d1_i386.udeb
 d0755f99e70998fbc633201c85637d6a49c0e7dcd0d8fc678899c1d7139009cc 136687 
mdadm_3.1.4-1+8efb9d1.debian.tar.gz
Files: 
 1cca6b52a82a60d951b08d733e430674 149200 debian-installer optional 
mdadm-udeb_3.1.4-1+8efb9d1_amd64.udeb
 363bfc9231e88e34db2ca2dd7913332c 463814 admin optional 
mdadm_3.1.4-1+8efb9d1_amd64.deb
 3afb9e6ae84076a0bd5106bbe12824dd 452598 admin optional 
mdadm_3.1.4-1+8efb9d1_i386.deb
 a324dc2431e97ce69172fa798c667524 136687 admin optional 
mdadm_3.1.4-1+8efb9d1.debian.tar.gz
 c5da9c4831792de6157f16452d222843 1296 admin optional mdadm_3.1.4-1+8efb9d1.dsc
 ebf1eaf558a2986a12c828167203c323 144082 debian-installer optional 
mdadm-udeb_3.1.4-1+8efb9d1_i386.udeb

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

iEYEAREDAAYFAkyAxEAACgkQIgvIgzMMSnWs2QCfVDWSUMHOZNN7A8ZHizwocvrf
uLMAnA+/p0qQnw8NYvKYdrAYoUSEK7Rh
=jKEU
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.4-1+8efb9d1_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.4-1+8efb9d1_amd64.udeb
mdadm-udeb_3.1.4-1+8efb9d1_i386.udeb
  to main/m/mdadm/mdadm-udeb_3.1.4-1+8efb9d1_i386.udeb
mdadm_3.1.4-1+8efb9d1.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.4-1+8efb9d1.debian.tar.gz
mdadm_3.1.4-1+8efb9d1.dsc
  to main/m/mdadm/mdadm_3.1.4-1+8efb9d1.dsc
mdadm_3.1.4-1+8efb9d1_amd64.deb
  to main/m/mdadm/mdadm_3.1.4-1+8efb9d1_amd64.deb
mdadm_3.1.4-1+8efb9d1_i386.deb
  to main/m/mdadm/mdadm_3.1.4-1+8efb9d1_i386.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/e1ort6c-0006hu...@franck.debian.org



Accepted mdadm 3.1.4-1 (source i386 amd64)

2010-09-02 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 29 Aug 2010 13:44:59 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: amd64 i386 source 
Version: 3.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Closes: 508123 539154 583545 585015 587550 589493 589833 589836 592149 595039
Description:
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Changes:
 mdadm (3.1.4-1) unstable; urgency=low
 .
   * New upstream release, which closes:#595039 and addresses the following
 issues too:
 - reverts move of incremental map (closes: #585015).
 - fixes mdadm monitor in the case of an inactive (or start-failed) raid0
   or linear array (closes: #539154).
 - prevent --remove faulty from skipping renumbered devices
   (closes: #587550).
 - fixed overflow when growing a RAID6 (closes: #589493).
   * However, disable the incremental assembly upstream turned on in 3.1.3 for
 now, this will have to wait until after the squeeze release.
   * initramfs/hook: make sure configuration file exists before accessing it;
 thanks to Michael Prokop for the fix and NMU (closes: #589836).
   * initramfs/hook: Match UUID case-insensitive while checking for running
 arrays not listed in mdadm.conf; thanks to Mario 'BitKoenig' Holbe for the
 patch (closes: #583545).
   * Fix URL in the bug reporting preamble (presubj) (closes: #589833).
   * Add I/O rescheduling functionality to the checkarray script and make the
 cronjob use the idle priority; this should now minimise the impact of the
 monthly re-check on the running system; Florian Heigl had the idea
 (closes: #592149, #508123).
Checksums-Sha1: 
 4b394e76fd8524d1f6f3288c47346c561c82cfa9 1264 mdadm_3.1.4-1.dsc
 4ee43922d38b15a930d026ef1b4efacdbc8a 288578 mdadm_3.1.4.orig.tar.bz2
 6809f25c344ea3398b5be6cb229ced13b63e846a 149194 mdadm-udeb_3.1.4-1_amd64.udeb
 80b4e4fb3871c1b242e3f533af4d8d3ca669632f 463680 mdadm_3.1.4-1_amd64.deb
 9f6aeb857e2312ac8a3dc33103a79d6f4fc236eb 452524 mdadm_3.1.4-1_i386.deb
 f494b7d94f1cb9872172ba02a61a2da1993260b1 136054 mdadm_3.1.4-1.debian.tar.gz
 ff534bb80c83b3655cc41baccd8e416290ae8205 144080 mdadm-udeb_3.1.4-1_i386.udeb
Checksums-Sha256: 
 4de462be6bb005c0a9eb4db0b8579c7c72c2ec134b0616493f37c61332ec4fe9 136054 
mdadm_3.1.4-1.debian.tar.gz
 574aa07386c7bac30e7cae3511ce54c509b1f33a59283fe83a74ca57feb83771 144080 
mdadm-udeb_3.1.4-1_i386.udeb
 849ad0ad4ad3c1d2d8806a16b30e1f59ab2daf313cb103807207f7cba889ea63 288578 
mdadm_3.1.4.orig.tar.bz2
 47ebe383ffb39211dc50d6f4f167fc55695ccb9b77bf590a6c3347a022b4edd5 1264 
mdadm_3.1.4-1.dsc
 f1da9e2aabd9e0c779ae4a2de0463027e3e355f5c3411130ff1aea3fee533342 463680 
mdadm_3.1.4-1_amd64.deb
 f6baefc11b29796a8dd6bd7ff43100ef3711f0c97198339665d6acc46780ac2b 452524 
mdadm_3.1.4-1_i386.deb
 fb64f21a18cd4324f66f9f42c4d2b40a78fa732d5c466bef410a0685c96c11da 149194 
mdadm-udeb_3.1.4-1_amd64.udeb
Files: 
 0046231a53920f796ab6cb282a1701b3 463680 admin optional mdadm_3.1.4-1_amd64.deb
 0e7dcb5cc4192ae3abd9956bac475576 288578 admin optional mdadm_3.1.4.orig.tar.bz2
 67bebc9b4a499b8530aa845cf4fad602 452524 admin optional mdadm_3.1.4-1_i386.deb
 695c5d69f500c48390468befe2af5dab 149194 debian-installer optional 
mdadm-udeb_3.1.4-1_amd64.udeb
 3dd99e5613949d0b08476b9fd8ecd968 1264 admin optional mdadm_3.1.4-1.dsc
 890087bdcf25bf4718e94567c02892ca 136054 admin optional 
mdadm_3.1.4-1.debian.tar.gz
 c56789de930909d8f989b16e3012c4f3 144080 debian-installer optional 
mdadm-udeb_3.1.4-1_i386.udeb

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

iEYEAREDAAYFAkx/tOsACgkQIgvIgzMMSnV1PgCfRv46dF6pDLl6KKzKtuiH7bqU
m4MAmgLk8xB68XvPCKrqM2VkJON8uqTM
=FLUK
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.4-1_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.4-1_amd64.udeb
mdadm-udeb_3.1.4-1_i386.udeb
  to main/m/mdadm/mdadm-udeb_3.1.4-1_i386.udeb
mdadm_3.1.4-1.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.4-1.debian.tar.gz
mdadm_3.1.4-1.dsc
  to main/m/mdadm/mdadm_3.1.4-1.dsc
mdadm_3.1.4-1_amd64.deb
  to main/m/mdadm/mdadm_3.1.4-1_amd64.deb
mdadm_3.1.4-1_i386.deb
  to main/m/mdadm/mdadm_3.1.4-1_i386.deb
mdadm_3.1.4.orig.tar.bz2
  to main/m/mdadm/mdadm_3.1.4.orig.tar.bz2


-- 
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/e1orb4i-0004ps...@franck.debian.org



Accepted mdadm 3.1.2-2 (source amd64)

2010-05-28 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 28 May 2010 09:35:42 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 3.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 583376 583495
Changes: 
 mdadm (3.1.2-2) unstable; urgency=low
 .
   * Fix logcheck regexp to cure egrep: Unmatched [ or [^ message
 (closes: #583376).
   * Cherry-pick 94fcb80 from upstream to fix compiler error due to argument
 type error (at least on ia64, sparc, powerpc) (closes: #583495).
Checksums-Sha1: 
 58625c32afa4d920478e4bb89fd96930453a9b87 1264 mdadm_3.1.2-2.dsc
 097d17f379acc9184f20d850b86d7f20b3b22a5a 132234 mdadm_3.1.2-2.debian.tar.gz
 c8ca4e418392b33f259a98fc52e15a21fb2f633a 452210 mdadm_3.1.2-2_amd64.deb
 a899510f6481c272fcc35fc89e886801c7051358 144388 mdadm-udeb_3.1.2-2_amd64.udeb
Checksums-Sha256: 
 1a83c42d78add6a630709a4b6f2a487d48c5544d55eb8181636454100a9258d2 1264 
mdadm_3.1.2-2.dsc
 dc6ce061b823bf41780a6af539b2bb2457a52a9407bb07525e6f85d9995ac196 132234 
mdadm_3.1.2-2.debian.tar.gz
 1ad0e6797f3595bc1fb45106a67385cc334fb4024cacdf3a7cb310ceabf8401b 452210 
mdadm_3.1.2-2_amd64.deb
 2cd7a0b0fd80f3a96e124bea35b7dc952ef09d62c3897ed25d7545689cb7da1d 144388 
mdadm-udeb_3.1.2-2_amd64.udeb
Files: 
 ca384940c360b6db79538bb95fa177e8 1264 admin optional mdadm_3.1.2-2.dsc
 252139eb38057a186373461f1c74c462 132234 admin optional 
mdadm_3.1.2-2.debian.tar.gz
 0840c610d23149c131e949e0ce98c4a4 452210 admin optional mdadm_3.1.2-2_amd64.deb
 8f3a9bfe1bcaa6ba902c37202b2c7233 144388 debian-installer optional 
mdadm-udeb_3.1.2-2_amd64.udeb
Package-Type: udeb

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

iEYEAREDAAYFAkv/kjcACgkQIgvIgzMMSnU9QgCfaJjMvUj/hS0yoR0doUKxLvYC
TxMAoJQybe5TuVaPEqCaleVXbeqw62v6
=3SnY
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.2-2_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.2-2_amd64.udeb
mdadm_3.1.2-2.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.2-2.debian.tar.gz
mdadm_3.1.2-2.dsc
  to main/m/mdadm/mdadm_3.1.2-2.dsc
mdadm_3.1.2-2_amd64.deb
  to main/m/mdadm/mdadm_3.1.2-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/e1ohwov-0007ig...@ries.debian.org



Accepted mdadm 3.1.2-1 (source amd64)

2010-05-27 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 27 May 2010 09:34:24 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 3.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 553896 567167 569360 570315 580825
Changes: 
 mdadm (3.1.2-1) unstable; urgency=low
 .
   * New upstream release (closes: #567167).
   * Ignore lintian error about not stopping in runlevel 1.
   * Include more information about the configuration, initrd, and LVM in
 bugscript output.
   * Check active devices against configuration file based on UUID, not device
 name (closes: #553896).
   * When preparing the list of devices, treat /dev/mdX and /dev/md/X equally.
   * Bump Standards-Version to 3.8.4 without having to make changes.
   * Fix logcheck rule with patch from Frédéric Brière, since Rebuild events
 are now arbitrary, no longer multiples of 20 (closes: #570315).
   * checkarray: do not exit non-zero when there are no arrays found (see
 #582360).
   * Do not exit checkarray cronjob non-zero when the tests whether to run
 fail (closes: #580825). This is related to a recent change in behaviour in
 cron 3.0pl1-110 (see e.g. #581612). Thanks to everyone for their
 suggestions!
   * Call MAKEDEV to create device nodes only if MAKEDEV is installed
 (closes: #569360).
Checksums-Sha1: 
 1c91d3a1f97a340a7234e273a98109fde068cc18 1264 mdadm_3.1.2-1.dsc
 0599bd60a6cf8194bc2b5306ec939e05f825e4ce 278377 mdadm_3.1.2.orig.tar.bz2
 3ccb926cdad138d0132abe27ce190e37c9e64f57 131234 mdadm_3.1.2-1.debian.tar.gz
 807c09e2765d1126e09ebdddc965fcfff9b98326 452060 mdadm_3.1.2-1_amd64.deb
 788d34e1ba658a8e17674dadaea14369d8547b42 144380 mdadm-udeb_3.1.2-1_amd64.udeb
Checksums-Sha256: 
 5e830763b7f59af161a1b11c5f6304b5f93a4f8eff2b14953e71be58f67d116e 1264 
mdadm_3.1.2-1.dsc
 ff831c433c386039163ac09c84b02132a8bb8ad5a0bdb571ff91211980124d68 278377 
mdadm_3.1.2.orig.tar.bz2
 d6874c07e7b3e4cb1f33e74239f7b1f8af10e742441fa88aa327ff98f8811405 131234 
mdadm_3.1.2-1.debian.tar.gz
 578a7b2d5466900e1eed66cb8ef5d307e5043546f675720d6644a1fe2e747a9d 452060 
mdadm_3.1.2-1_amd64.deb
 ef91476a158b65ba1888fac41b34de201f75aaff86acba7e2970066a4db57bb5 144380 
mdadm-udeb_3.1.2-1_amd64.udeb
Files: 
 195cb7e852ad1068ab6c4aaab0e11638 1264 admin optional mdadm_3.1.2-1.dsc
 c5a39f38c465229767a5af2a4eb81bef 278377 admin optional mdadm_3.1.2.orig.tar.bz2
 72d1052f6678c1c29799902ecd5956a9 131234 admin optional 
mdadm_3.1.2-1.debian.tar.gz
 f107e315b114c9f5265814baeb5d4da4 452060 admin optional mdadm_3.1.2-1_amd64.deb
 55c2209b3a0b464e80c1f5210f0ee141 144380 debian-installer optional 
mdadm-udeb_3.1.2-1_amd64.udeb
Package-Type: udeb

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

iEYEAREDAAYFAkv+NdcACgkQIgvIgzMMSnVQqgCg6bsXs2TR7ZARXVc59AlRIbc/
4h4AoIOP+BaDLw6nh2YqUqCgDaebt8VS
=q5HP
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.2-1_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.2-1_amd64.udeb
mdadm_3.1.2-1.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.2-1.debian.tar.gz
mdadm_3.1.2-1.dsc
  to main/m/mdadm/mdadm_3.1.2-1.dsc
mdadm_3.1.2-1_amd64.deb
  to main/m/mdadm/mdadm_3.1.2-1_amd64.deb
mdadm_3.1.2.orig.tar.bz2
  to main/m/mdadm/mdadm_3.1.2.orig.tar.bz2


-- 
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/e1ohzfs-0001bj...@ries.debian.org



Accepted passwdqc 1.2.0-1 (source all amd64 i386)

2010-03-16 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 16 Mar 2010 15:06:40 +0100
Source: passwdqc
Binary: passwdqc libpasswdqc0 libpasswdqc-dev libpam-passwdqc
Architecture: all amd64 i386 source 
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description:
 libpam-passwdqc - PAM module for password strength policy enforcement
 libpasswdqc0 - password strength checking and policy enforcement library
 libpasswdqc-dev - password strength checking and policy enforcement library (C 
deve
 passwdqc   - password strength checking and policy enforcement toolset
Changes:
 passwdqc (1.2.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Add snapshot of upstream's considerations of the default password strength
 policy to /usr/share/doc/libpam-passwdqc/password-strength.txt.
   * Bump Standards-Version to 3.8.4; no changes required.
Checksums-Sha1: 
 1ac00c95afd8e0d4f50d73a3e7167b05323af84f 26400 libpasswdqc0_1.2.0-1_i386.deb
 3329304e2d76ae644f0cacd10ec5fb317cf73e9c 20416 passwdqc_1.2.0-1_i386.deb
 3d4c34badb36a43a02ecae1ea11bbb25ef196f26 43567 passwdqc_1.2.0.orig.tar.gz
 4ab012a84c05b4b54c88965e4581b694f21cfdab 27198 libpasswdqc0_1.2.0-1_amd64.deb
 6804e6b0432e06c0246ab69080b6b51654787028 20930 passwdqc_1.2.0-1_amd64.deb
 7029fcd23142065ef06da400ecb5e49012c2f591 18544 
libpam-passwdqc_1.2.0-1_amd64.deb
 7030d8c36a4963ec2f9c0e17214cc37ed1e943d1 18152 libpam-passwdqc_1.2.0-1_i386.deb
 24c19e557edcc3bf986f8f11426f0e3a2835ff1a 1206 passwdqc_1.2.0-1.dsc
 9ea0f78750c9977b9b0b641abcf56296751d97e2 8545 passwdqc_1.2.0-1.debian.tar.gz
 bc4b7e4426d583096e56e370cad34c91e4be5e1b 7156 libpasswdqc-dev_1.2.0-1_all.deb
Checksums-Sha256: 
 2e114d468453463b3e09f19ba408e869fbae74c3917f68d6d1420c41b7b69abe 20416 
passwdqc_1.2.0-1_i386.deb
 43e6dd0d8c2170e93b5f043416349763c185df5ba9efb735f00e5a2bbfc9c37f 7156 
libpasswdqc-dev_1.2.0-1_all.deb
 4d0c2202bfbb941951c528d40757c7d190899b1fe1971495c5832c4e34c64f58 18152 
libpam-passwdqc_1.2.0-1_i386.deb
 60f6eb4288d32c626747742619a8e6d138c0fd3732dcb42383bf1a1e07d67022 18544 
libpam-passwdqc_1.2.0-1_amd64.deb
 6471a4f15151838c2feb37160c4739750d4df179d0a685ba3e135bce1f21f8ae 20930 
passwdqc_1.2.0-1_amd64.deb
 783452dc2908f3b86457b146e0abc861b78003cb436138694111359c50382026 8545 
passwdqc_1.2.0-1.debian.tar.gz
 8ccf2a6a2d19bb0f29a603fd5c732de7e25b386744b227640628b85b2c361ffe 43567 
passwdqc_1.2.0.orig.tar.gz
 9c27552f3fb4ea9d8bb2a53101af2221fa3fa44e27dcd87b4bf9cd48ce3e20d6 27198 
libpasswdqc0_1.2.0-1_amd64.deb
 f3d74cc43fb6b3f7b6c776b6835035378d2a8841c203a17ff244d55aa7630664 26400 
libpasswdqc0_1.2.0-1_i386.deb
 7ba6ef1c1eba84b585a654855aa354e0351563ffd155d5513ea62ff81d61f6ae 1206 
passwdqc_1.2.0-1.dsc
Files: 
 38b1abb2cded1bc57a4e05678de4da80 7156 libdevel optional 
libpasswdqc-dev_1.2.0-1_all.deb
 3d408a6ac8a05d047a6ac8ead5deb644 8545 admin optional 
passwdqc_1.2.0-1.debian.tar.gz
 654ad266f3f88a5d514466ac516529a8 20416 admin optional passwdqc_1.2.0-1_i386.deb
 6af892a02e66859ad8b4a3c678b88eb6 18152 admin optional 
libpam-passwdqc_1.2.0-1_i386.deb
 86200464160848a37717c99dc0d3f185 43567 admin optional 
passwdqc_1.2.0.orig.tar.gz
 a3c4ec3600752e33d6ac945d345daea5 18544 admin optional 
libpam-passwdqc_1.2.0-1_amd64.deb
 c16516881942f8493d3fe46e5ad7cf60 26400 libs optional 
libpasswdqc0_1.2.0-1_i386.deb
 cb73feb2902a4dd52acb3c860eaf9f5d 27198 libs optional 
libpasswdqc0_1.2.0-1_amd64.deb
 d6cec0b68c14f67763e8e1ca23e84ac7 20930 admin optional 
passwdqc_1.2.0-1_amd64.deb
 b46498e960e4f85b31c38b2d1b107b08 1206 admin optional passwdqc_1.2.0-1.dsc

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

iEYEAREDAAYFAkufmYYACgkQIgvIgzMMSnUOHgCgqu8X6o+dUYzhZVmOF3U7InOT
wt0AnigaOhl6odzksd3czPXlvYkHpVGf
=cdE3
-END PGP SIGNATURE-


Accepted:
libpam-passwdqc_1.2.0-1_amd64.deb
  to main/p/passwdqc/libpam-passwdqc_1.2.0-1_amd64.deb
libpam-passwdqc_1.2.0-1_i386.deb
  to main/p/passwdqc/libpam-passwdqc_1.2.0-1_i386.deb
libpasswdqc-dev_1.2.0-1_all.deb
  to main/p/passwdqc/libpasswdqc-dev_1.2.0-1_all.deb
libpasswdqc0_1.2.0-1_amd64.deb
  to main/p/passwdqc/libpasswdqc0_1.2.0-1_amd64.deb
libpasswdqc0_1.2.0-1_i386.deb
  to main/p/passwdqc/libpasswdqc0_1.2.0-1_i386.deb
passwdqc_1.2.0-1.debian.tar.gz
  to main/p/passwdqc/passwdqc_1.2.0-1.debian.tar.gz
passwdqc_1.2.0-1.dsc
  to main/p/passwdqc/passwdqc_1.2.0-1.dsc
passwdqc_1.2.0-1_amd64.deb
  to main/p/passwdqc/passwdqc_1.2.0-1_amd64.deb
passwdqc_1.2.0-1_i386.deb
  to main/p/passwdqc/passwdqc_1.2.0-1_i386.deb
passwdqc_1.2.0.orig.tar.gz
  to main/p/passwdqc/passwdqc_1.2.0.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/e1nrz0e-ie...@ries.debian.org



Re: git and quilt

2010-02-03 Thread martin f krafft
also sprach Russ Allbery r...@debian.org [2010.02.04.1208 +1300]:
 I generally do not.  Doing so with a tool like TopGit is a little awkward
 and requires more steps, and I don't see much utility in doing so.  I
 think it's easier to just manage Git branches.

All that TopGit really does is help you in merging depending
branches into dependent ones if the former have updated. You also
don't have to always update them, as TopGit works quite well even if
branches are out-of-date. tg-summary is still useful to keep an
overview.

But yes, there are still some open issues with TopGit that prevent
me from unconditionally adovating it.

  
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=topgit;exclude=tags:fixed;exclude=tags:fixed-upstream;exclude=tags:pending;exclude=tags:wontfix;exclude=pending:done;dist=unstable

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
sometimes the urge to do bad is nearly overpowering
  -- ben horne


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Accepted mdadm 3.1.1-1+incremental+4 (source amd64)

2010-01-29 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 29 Jan 2010 23:33:10 +1300
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 3.1.1-1+incremental+4
Distribution: experimental
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Changes: 
 mdadm (3.1.1-1+incremental+4) experimental; urgency=low
 .
   * Cherry-pick fc7e81e from upstream to fix map locking problems.
   * Bump Standards-Version to 3.8.4 without having to make changes.
Checksums-Sha1: 
 218a2e9ea71e0778bc4c9dd3da0b07f1468dbd16 1320 mdadm_3.1.1-1+incremental+4.dsc
 bc06551d24033ed7f097554418325e00cf93c61e 133869 
mdadm_3.1.1-1+incremental+4.debian.tar.gz
 a687710c8b6377a00b06994b4e1e5b8182b17e28 445300 
mdadm_3.1.1-1+incremental+4_amd64.deb
 87f20920713a3f8e39b7ed45eb1d1fe02539d03a 142208 
mdadm-udeb_3.1.1-1+incremental+4_amd64.udeb
Checksums-Sha256: 
 63c6df1088aa346586532228bb08c68cba13b314a228e21210b367f3ee55444f 1320 
mdadm_3.1.1-1+incremental+4.dsc
 be3082c4bcca504b9d2389596bda98611eb381ec1623e2be336ecbfe6bdc037c 133869 
mdadm_3.1.1-1+incremental+4.debian.tar.gz
 aad84f7b10feff7933c237a27e04cac331b7b014c6a847da466c6b840afd 445300 
mdadm_3.1.1-1+incremental+4_amd64.deb
 e9e397030d9a1ffc997224f9d798179ab00c82de358a93e663867a57e7518c6e 142208 
mdadm-udeb_3.1.1-1+incremental+4_amd64.udeb
Files: 
 a9de7623d0805e26295cbc2f9ff809ef 1320 admin optional 
mdadm_3.1.1-1+incremental+4.dsc
 f891c7ef5d6593a93f90b7b8655a4102 133869 admin optional 
mdadm_3.1.1-1+incremental+4.debian.tar.gz
 f71d076775cab65201f845eac29abd3f 445300 admin optional 
mdadm_3.1.1-1+incremental+4_amd64.deb
 f98ef88f6466e64c90ad630337a5b2f1 142208 debian-installer optional 
mdadm-udeb_3.1.1-1+incremental+4_amd64.udeb
Package-Type: udeb

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

iEYEAREDAAYFAktivJQACgkQIgvIgzMMSnUp6QCgtKX9T96Z3zvCtS/qUzer7Aas
c7wAnihB+HBPoXbqJdcKoEcn0RkkJkVs
=jv9K
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.1-1+incremental+4_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.1-1+incremental+4_amd64.udeb
mdadm_3.1.1-1+incremental+4.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.1-1+incremental+4.debian.tar.gz
mdadm_3.1.1-1+incremental+4.dsc
  to main/m/mdadm/mdadm_3.1.1-1+incremental+4.dsc
mdadm_3.1.1-1+incremental+4_amd64.deb
  to main/m/mdadm/mdadm_3.1.1-1+incremental+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



Accepted passwdqc 1.1.4-1 (source all amd64)

2010-01-29 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 28 Jan 2010 14:20:11 +1300
Source: passwdqc
Binary: passwdqc libpasswdqc0 libpasswdqc-dev libpam-passwdqc
Architecture: source amd64 all
Version: 1.1.4-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 libpam-passwdqc - PAM module for password strength policy enforcement
 libpasswdqc-dev - password strength checking and policy enforcement library (C 
deve
 libpasswdqc0 - password strength checking and policy enforcement library
 passwdqc   - password strength checking and policy enforcement toolset
Closes: 310595
Changes: 
 passwdqc (1.1.4-1) unstable; urgency=low
 .
   * Source package name change to follow upstream.
   * New upstream release (closes: #310595).
Checksums-Sha1: 
 38ae20f0ac1d69bf04e9cb14b600cd982405c32d 1206 passwdqc_1.1.4-1.dsc
 bd86cd1bc21f19c78cc48bdc1385d1f3cb92f432 41086 passwdqc_1.1.4.orig.tar.gz
 e7895e62f4869bfcf4b0ebfffc302ce1a72379a6 6747 passwdqc_1.1.4-1.debian.tar.gz
 66f777a6a7ed8a94e15bfe83e2844eefb28ae380 19592 passwdqc_1.1.4-1_amd64.deb
 7e89a59fff97a8fe3c343fa734df489158b22769 26210 libpasswdqc0_1.1.4-1_amd64.deb
 00ebdbcac0b1f9ea5c341d67f496ad30c86a9b51 6996 libpasswdqc-dev_1.1.4-1_all.deb
 37485cb3ff3c6e761c3503a5c0c888ea97dc6333 16620 
libpam-passwdqc_1.1.4-1_amd64.deb
Checksums-Sha256: 
 a8e1d2a782025b8978d401baed58ca9eaf97fe616f2d742063729ea3538799cb 1206 
passwdqc_1.1.4-1.dsc
 f4035cde54b725df8a206a61136d955ecd5277e2518ef85846763a428591970f 41086 
passwdqc_1.1.4.orig.tar.gz
 8f65fb90bd83e9e407c617a3c0ee52bffd503f72fa25a88a6dba0ed61d3deb77 6747 
passwdqc_1.1.4-1.debian.tar.gz
 8a9d0c4da128c674ef6e11ded6cf91b7e069fb7289f726decea3f783ec790d65 19592 
passwdqc_1.1.4-1_amd64.deb
 05684186e8ce4b2fa7c08cd3d8b188b65b89b97690166fc7676e43dd84d828a2 26210 
libpasswdqc0_1.1.4-1_amd64.deb
 02e7f19bc74812d84a259fecec2f71cb58bfa64e86cee0883a93dbd7dd9019e7 6996 
libpasswdqc-dev_1.1.4-1_all.deb
 acaf224e31453bd4135a43b6804815bd683eba80f324e0a3e77f195debcef04a 16620 
libpam-passwdqc_1.1.4-1_amd64.deb
Files: 
 d65113b3efea3f208001762a1a610dcd 1206 admin optional passwdqc_1.1.4-1.dsc
 bc3cbfc92384e4c559e191849d636da5 41086 admin optional 
passwdqc_1.1.4.orig.tar.gz
 7f563daab2e3b118ff117733d9b64306 6747 admin optional 
passwdqc_1.1.4-1.debian.tar.gz
 e2cb17467a2924b850ae2edea27cb29a 19592 admin optional 
passwdqc_1.1.4-1_amd64.deb
 cbbc4dcad9fca53d6f8246bcc00c0f71 26210 libs optional 
libpasswdqc0_1.1.4-1_amd64.deb
 39f429f5740391b45bd64c5e7369c6e4 6996 libdevel optional 
libpasswdqc-dev_1.1.4-1_all.deb
 7c7898b91b0dce54d50bd94db222bd32 16620 admin optional 
libpam-passwdqc_1.1.4-1_amd64.deb

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

iEYEAREDAAYFAktg9wsACgkQIgvIgzMMSnVQRQCbBz5j7YQ2i4eEUBU6K8NIfmvQ
xi0Anj6GDl9QANEqXejTMq6UnEWX9lYb
=oksX
-END PGP SIGNATURE-


Accepted:
libpam-passwdqc_1.1.4-1_amd64.deb
  to main/p/passwdqc/libpam-passwdqc_1.1.4-1_amd64.deb
libpasswdqc-dev_1.1.4-1_all.deb
  to main/p/passwdqc/libpasswdqc-dev_1.1.4-1_all.deb
libpasswdqc0_1.1.4-1_amd64.deb
  to main/p/passwdqc/libpasswdqc0_1.1.4-1_amd64.deb
passwdqc_1.1.4-1.debian.tar.gz
  to main/p/passwdqc/passwdqc_1.1.4-1.debian.tar.gz
passwdqc_1.1.4-1.dsc
  to main/p/passwdqc/passwdqc_1.1.4-1.dsc
passwdqc_1.1.4-1_amd64.deb
  to main/p/passwdqc/passwdqc_1.1.4-1_amd64.deb
passwdqc_1.1.4.orig.tar.gz
  to main/p/passwdqc/passwdqc_1.1.4.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



Re: Panam á MiniDebConf 2010 - March

2010-01-28 Thread martin f krafft
also sprach René Mayorga rmayo...@debian.org [2010.01.29.1216 +1300]:
 I'm pleased to announce that we will be arranging a MiniDebConf starting on 
 19/Mar/2010
 ending on 21/Mar/2010 on Panamá City[0]

Note that this coincides with the Thai DebCamp[0]. Maybe you can use
the timezone difference for some serious around-the-clock bugfixing?
;)

0. http://wiki.debian.org/DebianThailand/MiniDebCamp2010

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
(on the statement print 42 monkeys+1 snake) btw,
both perl and python get this wrong.
perl gives 43 and python gives 42 monkeys1 snake,
when the answer is clearly 41 monkeys and 1 fat snake.
 -- jim fulton


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Accepted mdadm 3.1.1-1+incremental+2 (source i386 amd64)

2010-01-28 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 29 Jan 2010 10:06:37 +1300
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: amd64 i386 source 
Version: 3.1.1-1+incremental+2
Distribution: experimental
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Closes: 567301
Description:
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Changes:
 mdadm (3.1.1-1+incremental+2) experimental; urgency=low
 .
   * Read configuration file during initramfs (closes: #567301).
   * Include more information about the configuration, initrd, and LVM in
 bugscript output.
Checksums-Sha1: 
 50677c5570a496deabda04a70267cdb55814d673 1320 mdadm_3.1.1-1+incremental+2.dsc
 952f8e3ac64176cf78371834bba8be32862dafc3 434760 
mdadm_3.1.1-1+incremental+2_i386.deb
 9845f8f911ac39a2de4979072f080d78e19992c0 142190 
mdadm-udeb_3.1.1-1+incremental+2_amd64.udeb
 ba2d4bdc718b702bf10fc2362f9f362c46105c3e 136192 
mdadm-udeb_3.1.1-1+incremental+2_i386.udeb
 d7f3bab8371470569ddf0b8ac53f8cd6b6516a7a 444952 
mdadm_3.1.1-1+incremental+2_amd64.deb
 e8c1baa304ab36c95093f0923e76fa76f5d38d5a 133196 
mdadm_3.1.1-1+incremental+2.debian.tar.gz
Checksums-Sha256: 
 22943e708de6146a5bea25120db9549e25dbbf127c41b5ac1eb4a8ba0bd808e1 434760 
mdadm_3.1.1-1+incremental+2_i386.deb
 645a5db0428bf7006a5118cc7cbca49eb99abca40d6cdebd9dcc33238f826c08 444952 
mdadm_3.1.1-1+incremental+2_amd64.deb
 9cc0da503780d61f16db4fe98745c352165330572856599d9c2181f032c990f2 142190 
mdadm-udeb_3.1.1-1+incremental+2_amd64.udeb
 c778f7d936e3f23c52653a8ef25ac4fe4caf3e7dee4eca44e6a665332355c1b8 136192 
mdadm-udeb_3.1.1-1+incremental+2_i386.udeb
 5036a9a9fe8f17ce3e84d8b5a42bd897790140d8725e3806ba96f33786886bb4 1320 
mdadm_3.1.1-1+incremental+2.dsc
 e51e7de3a62f5750ec8acec24ff42ad45708963c339b4d35baee6508939b50dc 133196 
mdadm_3.1.1-1+incremental+2.debian.tar.gz
Files: 
 0240a9c0db1e248f211d56936987172f 142190 debian-installer optional 
mdadm-udeb_3.1.1-1+incremental+2_amd64.udeb
 03b96b4e5bdbca774d6e4c455f8d27e4 434760 admin optional 
mdadm_3.1.1-1+incremental+2_i386.deb
 2d8d24657b58f59b6fc5741ee6951b49 1320 admin optional 
mdadm_3.1.1-1+incremental+2.dsc
 9dfd5b50275b3808325b88a6ad67ebb7 133196 admin optional 
mdadm_3.1.1-1+incremental+2.debian.tar.gz
 c771d10dee9f106d5a087804f2eef64d 136192 debian-installer optional 
mdadm-udeb_3.1.1-1+incremental+2_i386.udeb
 cca51b9afd127d93bcb8b9c74111bc30 444952 admin optional 
mdadm_3.1.1-1+incremental+2_amd64.deb

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

iEYEAREDAAYFAktiWwUACgkQIgvIgzMMSnUczgCgsc48dXB1RGaXnb+nePcBCGE4
7UAAoOSUU86XmfOw+y0IBd+J4hSGeQ8G
=qmRk
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.1-1+incremental+2_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.1-1+incremental+2_amd64.udeb
mdadm-udeb_3.1.1-1+incremental+2_i386.udeb
  to main/m/mdadm/mdadm-udeb_3.1.1-1+incremental+2_i386.udeb
mdadm_3.1.1-1+incremental+2.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.1-1+incremental+2.debian.tar.gz
mdadm_3.1.1-1+incremental+2.dsc
  to main/m/mdadm/mdadm_3.1.1-1+incremental+2.dsc
mdadm_3.1.1-1+incremental+2_amd64.deb
  to main/m/mdadm/mdadm_3.1.1-1+incremental+2_amd64.deb
mdadm_3.1.1-1+incremental+2_i386.deb
  to main/m/mdadm/mdadm_3.1.1-1+incremental+2_i386.deb


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



Accepted mdadm 3.1.1-1+incremental+3 (source i386 amd64)

2010-01-28 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 29 Jan 2010 18:53:29 +1300
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: amd64 i386 source 
Version: 3.1.1-1+incremental+3
Distribution: experimental
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description:
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Changes:
 mdadm (3.1.1-1+incremental+3) experimental; urgency=low
 .
   * Check active devices against configuration file based on UUID, not device
 name.
   * Incremental mode does not make mdadm.conf obsolete, so do not skip the
 sanity checks in the initramfs hook.
   * It makes sense to check that all active devices are in the configuration
 even for incremental mode, so move it to an earlier location.
   * It is necessary to load the md_mod module to be able to set parameters.
Checksums-Sha1: 
 26484db268d585ae22935c5a7fa42cffe56eac50 435054 
mdadm_3.1.1-1+incremental+3_i386.deb
 35942dc543cbddb89ee4144ae39dce3c437263d0 445260 
mdadm_3.1.1-1+incremental+3_amd64.deb
 431af8928734f33d0bca75d75609983ec3af1f18 142190 
mdadm-udeb_3.1.1-1+incremental+3_amd64.udeb
 aca4b12af4ade3765dfaedfaa5f638d99ae0657b 133875 
mdadm_3.1.1-1+incremental+3.debian.tar.gz
 c14766f1660472723ba323cd98a3dbe49b9ad3f6 136190 
mdadm-udeb_3.1.1-1+incremental+3_i386.udeb
 b74fc4ca98f81c4345d170d6efbd53161a92836e 1320 mdadm_3.1.1-1+incremental+3.dsc
Checksums-Sha256: 
 03c654292a019f0c767a8b92a6dc2921ea64272983d243eac565dd7766a82c73 136190 
mdadm-udeb_3.1.1-1+incremental+3_i386.udeb
 0dcd6bb9bb879c815845ff912f58ceac009e3887ac870a1addd5f6544297d43c 133875 
mdadm_3.1.1-1+incremental+3.debian.tar.gz
 37abb07e27bae46a040a34bd189ef117ed9b44c4bb2f0a377bd2bf8f1b23e75d 142190 
mdadm-udeb_3.1.1-1+incremental+3_amd64.udeb
 72b5f51e594275788e9de714bca9f4c5da2ea28f255a84073784b1d790ba1950 445260 
mdadm_3.1.1-1+incremental+3_amd64.deb
 caf47e1177ea5eb38c82bf1473119ec6131b2a21dc9d09de330eea6082a4bb52 435054 
mdadm_3.1.1-1+incremental+3_i386.deb
 0771d85e78b16d8386cc379feea15647c3e1a8a9d437a8706696663f2fae28eb 1320 
mdadm_3.1.1-1+incremental+3.dsc
Files: 
 7fbec1ce467a5a19ff65eb487094a3c1 1320 admin optional 
mdadm_3.1.1-1+incremental+3.dsc
 81db336d9d148b67b56c7f9e2a0741b0 142190 debian-installer optional 
mdadm-udeb_3.1.1-1+incremental+3_amd64.udeb
 aa9be7a1654d680875c8d696adc10858 445260 admin optional 
mdadm_3.1.1-1+incremental+3_amd64.deb
 ac7fa4320d4df06e721741f0f4af14cc 435054 admin optional 
mdadm_3.1.1-1+incremental+3_i386.deb
 d199ed6ecab847393c8c81c2973bbe3f 133875 admin optional 
mdadm_3.1.1-1+incremental+3.debian.tar.gz
 f7e40da1406187307d037e98d3e93335 136190 debian-installer optional 
mdadm-udeb_3.1.1-1+incremental+3_i386.udeb

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

iEYEAREDAAYFAktifawACgkQIgvIgzMMSnWxbQCeMw5d0UYTlX6JKAylr81nAEpG
+G8AoJKDYKp92uCC0nHkanY8ctxBjDHv
=A1hb
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.1-1+incremental+3_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.1-1+incremental+3_amd64.udeb
mdadm-udeb_3.1.1-1+incremental+3_i386.udeb
  to main/m/mdadm/mdadm-udeb_3.1.1-1+incremental+3_i386.udeb
mdadm_3.1.1-1+incremental+3.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.1-1+incremental+3.debian.tar.gz
mdadm_3.1.1-1+incremental+3.dsc
  to main/m/mdadm/mdadm_3.1.1-1+incremental+3.dsc
mdadm_3.1.1-1+incremental+3_amd64.deb
  to main/m/mdadm/mdadm_3.1.1-1+incremental+3_amd64.deb
mdadm_3.1.1-1+incremental+3_i386.deb
  to main/m/mdadm/mdadm_3.1.1-1+incremental+3_i386.deb


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



Accepted mdadm 3.1.1-1 (source amd64)

2010-01-27 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 27 Jan 2010 10:14:25 +1300
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 3.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 539103 544558 549083 558823
Changes: 
 mdadm (3.1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Retire fixed/blkid-dev branch.
   * Reword warning about unbootable system when mdadm is purged
 (closes: #544558).
   * Updated FAQ to include s2ram as one of the reasons that can prevent an
 array from being stopped; thanks to Pascal Hambourg for writing in.
   * Install udev rules into udeb package (closes: #558823).
   * Update mdadd.sh (formerly /usr/share/doc/mdadm/examples/newdisk.gz) from
 Arno's website, refactoring the script into its own branch/patch
 (closes: #539103).
   * Do not single-quote homehost in initramfs script (closes: #549083).
Checksums-Sha1: 
 a46eb43b086abd6b7f39d52e39e69f343b1a206c 1264 mdadm_3.1.1-1.dsc
 8902fd57eeb416455182bf0627a808275c5183ba 270338 mdadm_3.1.1.orig.tar.bz2
 8a5690b6694f4ac15cfa9f7af4a581ffa70428f9 130649 mdadm_3.1.1-1.debian.tar.gz
 ef3008337863daed2d6831a940f50d2d5014867f 443322 mdadm_3.1.1-1_amd64.deb
 f78984080dacfa99116e861e2b6543d6a5ccc594 142072 mdadm-udeb_3.1.1-1_amd64.udeb
Checksums-Sha256: 
 170a8b5df6f572370186de7a9029880f7b252a1d0099499242854460af4e0d1d 1264 
mdadm_3.1.1-1.dsc
 31c0d3040774283b1e1fad7830cef53a3b89087b2021ec108696a7fad0eb005e 270338 
mdadm_3.1.1.orig.tar.bz2
 4fc26fa6a22c48274b2ad3c84d007d7beca01626093e187a911a932a91bf6c83 130649 
mdadm_3.1.1-1.debian.tar.gz
 de60e1b356d9097fd2db3ceac61cc18f8a7afe21b7342350ea1810305a6b7c8c 443322 
mdadm_3.1.1-1_amd64.deb
 53c04d0600e72f02b77f3613a09f1936bbe0a1d08aff6f4006034ae7cd800f9b 142072 
mdadm-udeb_3.1.1-1_amd64.udeb
Files: 
 b5bfd366c92372625a9d0f513effdd18 1264 admin optional mdadm_3.1.1-1.dsc
 4fd8e375a2ee314becd3196c1a250d98 270338 admin optional mdadm_3.1.1.orig.tar.bz2
 4decd460d2cd8146bf3926d276fe427f 130649 admin optional 
mdadm_3.1.1-1.debian.tar.gz
 e5236180008c66690c26671050e7b737 443322 admin optional mdadm_3.1.1-1_amd64.deb
 ccaf00bb6250c97c4ccb8365aad813ce 142072 debian-installer optional 
mdadm-udeb_3.1.1-1_amd64.udeb
Package-Type: udeb

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

iEYEAREDAAYFAktfmjsACgkQIgvIgzMMSnWR+QCfSkAXCXMLRiofpqNznyG7EEyi
5/8An3YARsAmOkRpSk03x9y+ddiAYN9y
=LCh+
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.1-1_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.1-1_amd64.udeb
mdadm_3.1.1-1.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.1-1.debian.tar.gz
mdadm_3.1.1-1.dsc
  to main/m/mdadm/mdadm_3.1.1-1.dsc
mdadm_3.1.1-1_amd64.deb
  to main/m/mdadm/mdadm_3.1.1-1_amd64.deb
mdadm_3.1.1.orig.tar.bz2
  to main/m/mdadm/mdadm_3.1.1.orig.tar.bz2


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



Accepted mdadm 3.1.1-1+incremental (source amd64)

2010-01-27 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 27 Jan 2010 14:42:16 +1300
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 3.1.1-1+incremental
Distribution: experimental
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 398310 521547
Changes: 
 mdadm (3.1.1-1+incremental) experimental; urgency=low
 .
   * Add EXPERIMENTAL support for incrementally assembling arrays based on udev
 events (closes: #398310, #521547).
   * Ignore lintian error about not stopping in runlevel 1.
Checksums-Sha1: 
 fae40765fe47e3ffb74faa00045d7efb33d09f89 1312 mdadm_3.1.1-1+incremental.dsc
 112ce887cc13a9a60cc0cda2a6d42ab2764c5b8a 132995 
mdadm_3.1.1-1+incremental.debian.tar.gz
 75a023f9b41ae78e6ec44556ad1b55d8401854aa 444746 
mdadm_3.1.1-1+incremental_amd64.deb
 ad82bc12ed458aa60e9a3f9a8b4b2a15fcc56b66 142188 
mdadm-udeb_3.1.1-1+incremental_amd64.udeb
Checksums-Sha256: 
 ac4b5167346f61c011e25360e9bebcd2664df0312cfb68568a673798da9c2c40 1312 
mdadm_3.1.1-1+incremental.dsc
 0e90832f33b06e2533a5ea0ce16aa1cfb9b3ffc048f8ae0bb7929d669ffa5f87 132995 
mdadm_3.1.1-1+incremental.debian.tar.gz
 7bedac4a560a144eaa1d8cedc1ef571020ec4571f61f336eed04720c8614c126 444746 
mdadm_3.1.1-1+incremental_amd64.deb
 f24bdc13150d00d8375be4cbb1a8cd44dbbc997e7c9e423e135aa465b2fed326 142188 
mdadm-udeb_3.1.1-1+incremental_amd64.udeb
Files: 
 e9cb363547f16aa6419f5308b91b72ab 1312 admin optional 
mdadm_3.1.1-1+incremental.dsc
 1e0d732b504b15e124a042bd39dd65fa 132995 admin optional 
mdadm_3.1.1-1+incremental.debian.tar.gz
 6f43f69ae6d409298664317e889739d0 444746 admin optional 
mdadm_3.1.1-1+incremental_amd64.deb
 6f8ceada4fe38f0da6bf9142e83136a3 142188 debian-installer optional 
mdadm-udeb_3.1.1-1+incremental_amd64.udeb
Package-Type: udeb

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

iEYEAREDAAYFAktgDL4ACgkQIgvIgzMMSnUmMgCgvn8UQviiEoFTg2ApvQaZG1JM
9loAniqdLShwfnDscQkbNtUw/Diy3Cyy
=8pWp
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.1.1-1+incremental_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.1.1-1+incremental_amd64.udeb
mdadm_3.1.1-1+incremental.debian.tar.gz
  to main/m/mdadm/mdadm_3.1.1-1+incremental.debian.tar.gz
mdadm_3.1.1-1+incremental.dsc
  to main/m/mdadm/mdadm_3.1.1-1+incremental.dsc
mdadm_3.1.1-1+incremental_amd64.deb
  to main/m/mdadm/mdadm_3.1.1-1+incremental_amd64.deb


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



Accepted pam-passwdqc 1.0.5-1 (source i386)

2010-01-27 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 28 Jan 2010 09:47:03 +1300
Source: pam-passwdqc
Binary: libpam-passwdqc
Architecture: source i386
Version: 1.0.5-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft madd...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 libpam-passwdqc - replacement for the pam_cracklib module
Closes: 354534 437734 517967 520815
Changes: 
 pam-passwdqc (1.0.5-1) unstable; urgency=low
 .
   * New upstream release (closes: #354534).
   * Take over maintenance of this package (closes: #520815).
   * Switch to dpkgv3 source format.
   * Integrate with pam-auth-update (closes: #517967).
   * Switch to using DH7 for packaging (closes: #437734).
   * Add Vcs-* links to metadata.
   * Add Homepage link to metadata.
   * Bump Standards-Version to 3.8.3 without having to make changes.
   * Use TopGit+quilt for packaging.
Checksums-Sha1: 
 a610592870d29e0c08f422db92e003a493c88c0d 1193 pam-passwdqc_1.0.5-1.dsc
 3947e4a9d341bb4308699a95bf475db7a6e47a63 30168 pam-passwdqc_1.0.5.orig.tar.gz
 aec8eb83216849c9b7f8fe92f7ce915d2223db2d 6173 
pam-passwdqc_1.0.5-1.debian.tar.gz
 6c199e42babc5609e744ddda4c42397eb5d39d45 34440 libpam-passwdqc_1.0.5-1_i386.deb
Checksums-Sha256: 
 f419d7b4f80835c9fcdb0139076cd3d54fbe048b31d0f22e7a919fc758df7b13 1193 
pam-passwdqc_1.0.5-1.dsc
 90ef0a3c63a2cc964cad4788ec50ee66d6e759a5f61c30c4157772e7a71116d4 30168 
pam-passwdqc_1.0.5.orig.tar.gz
 0d744e6584d7e3cad67aad98298756bac408e0fbff3f09ec31aae9a96a2c5ea0 6173 
pam-passwdqc_1.0.5-1.debian.tar.gz
 c746c3638d655629063425935395e30c3deede4a9e010da7e54f787a96a39f14 34440 
libpam-passwdqc_1.0.5-1_i386.deb
Files: 
 5c84c72cfbc75480ef7649b587f64117 1193 admin optional pam-passwdqc_1.0.5-1.dsc
 da75f1bbd75392c37573005e53ce56ef 30168 admin optional 
pam-passwdqc_1.0.5.orig.tar.gz
 f94011cd15f7d3342fb83497c7aae3dd 6173 admin optional 
pam-passwdqc_1.0.5-1.debian.tar.gz
 beb74551f7bedd21e94097a022b66c12 34440 admin optional 
libpam-passwdqc_1.0.5-1_i386.deb

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

iEYEAREDAAYFAktg5LwACgkQIgvIgzMMSnVMpACfeGg+sYAUf5r17vm7g+jKDxcb
1AoAoK9bt2WUF0QAUBG+2DkpMe/UIvBu
=tCIU
-END PGP SIGNATURE-


Accepted:
libpam-passwdqc_1.0.5-1_i386.deb
  to main/p/pam-passwdqc/libpam-passwdqc_1.0.5-1_i386.deb
pam-passwdqc_1.0.5-1.debian.tar.gz
  to main/p/pam-passwdqc/pam-passwdqc_1.0.5-1.debian.tar.gz
pam-passwdqc_1.0.5-1.dsc
  to main/p/pam-passwdqc/pam-passwdqc_1.0.5-1.dsc
pam-passwdqc_1.0.5.orig.tar.gz
  to main/p/pam-passwdqc/pam-passwdqc_1.0.5.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



Accepted notmuch 0.0+201001211401 (source i386)

2010-01-21 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Jan 2010 14:00:54 +1300
Source: notmuch
Binary: notmuch
Architecture: source i386
Version: 0.0+201001211401
Distribution: unstable
Urgency: low
Maintainer: Carl Worth cwo...@debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 notmuch- thread-based email index, search and tagging
Closes: 557354
Changes: 
 notmuch (0.0+201001211401) unstable; urgency=low
 .
   * Upload to Debian (closes: #557354).
   * New versioning scheme.
   * Added emacs build dependency.
   * Added Vcs-Browser field to debian/control.
   * Downgrade recommendation for emacs to suggestion.
   * Add vim to suggestions and enhancements.
   * Put debian/* under separate copyright.
   * Make Carl the maintainer.
   * Add myself to uploaders.
   * Install the vim plugin (using vim-addons).
Checksums-Sha1: 
 01a073ac8f59d66e7f719be45a52d98aa86f8b2c 1095 notmuch_0.0+201001211401.dsc
 71ea2f3b7bcc9c7f9542bc4f188a26e169b3d2cc 135417 notmuch_0.0+201001211401.tar.gz
 595ebb25ce7b4c8f577524cda8f3735d791ce1da 121152 
notmuch_0.0+201001211401_i386.deb
Checksums-Sha256: 
 fd9076a3cbc34ff246d73bc6c05a4c2351de9a217ca4de51bd637cfd0344c1a9 1095 
notmuch_0.0+201001211401.dsc
 0e441c6689de71a2e3682181d8f7f08effd9219cdaaa2924b523923616c8c36a 135417 
notmuch_0.0+201001211401.tar.gz
 caa45c0670851f5d98f0dbd42c7c8823cf4234231203cbf80453515b48ce353b 121152 
notmuch_0.0+201001211401_i386.deb
Files: 
 13223e92345be760d5479a8e0e8c4ed6 1095 mail extra notmuch_0.0+201001211401.dsc
 0737b602c4067bf4b6fa55833e58cd6c 135417 mail extra 
notmuch_0.0+201001211401.tar.gz
 d6795d2ea8d3cb7d6a3efa966baf5b19 121152 mail extra 
notmuch_0.0+201001211401_i386.deb

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

iD8DBQFLV71/6JDdNq8qSWgRAkYvAJ9C1Px+NnVJsSdncBEPyo9xGq9HUACeN3uv
O5Lihvl1nYx5h9VdFoXWs5w=
=BIpl
-END PGP SIGNATURE-


Accepted:
notmuch_0.0+201001211401.dsc
  to main/n/notmuch/notmuch_0.0+201001211401.dsc
notmuch_0.0+201001211401.tar.gz
  to main/n/notmuch/notmuch_0.0+201001211401.tar.gz
notmuch_0.0+201001211401_i386.deb
  to main/n/notmuch/notmuch_0.0+201001211401_i386.deb


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



Accepted logcheck 1.3.5 (source all)

2010-01-01 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 30 Dec 2009 08:10:08 +0100
Source: logcheck
Binary: logcheck logcheck-database logtail
Architecture: source all
Version: 1.3.5
Distribution: unstable
Urgency: low
Maintainer: Debian logcheck Team logcheck-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 logcheck   - mails anomalies in the system logfiles to the administrator
 logcheck-database - database of system log rules for the use of log checkers
 logtail- Print log file lines that have not been read (deprecated)
Closes: 544686 557087 560428
Changes: 
 logcheck (1.3.5) unstable; urgency=low
 .
   [ Hannes von Haugwitz ]
   * Added rule for fcron
   * ignore.d.server/nagios
 - ignore harmless CURRENT (HOST|SERVICE) STATE messages
   * ignore.d.workstation/kernel
 - ignore set mode message from DRM
 - added some rules for WLAN authentication and association
 - ignore thinkpad_acpi: EC reports that Thermal Table has changed message
   * Added nslcd rule for ldap server connection
   * ignore.d.server/cron-apt
 - ignore disk space freed message, thanks to Tim Small (closes: #557087)
 - tiny regex code change
   * Deleting obsolete conffiles in logcheck-database.preinst
 - ignore.d.server/oidentd, also in oidentd (closes: #544686, #560428)
   * ignore.d.server/dhclient
 - adjusted rule to match new web address
   * ignore.d.workstation/xdm
 - ignore successful kerberos authentication
   * Added xscreensaver rule for successful kerberos authentication
Checksums-Sha1: 
 a2e33710a69abaa2fecd4e8baed0e582a4ba0fca 1219 logcheck_1.3.5.dsc
 c34a5b7ddbbdd47e06b0b72a557a5ce06c36e0ea 156009 logcheck_1.3.5.tar.gz
 69fdc8c9a49422656d0dd320842f514400ba25b0 70754 logcheck_1.3.5_all.deb
 d3a72c08b638f04d30f2257264605022fb195c0a 118926 logcheck-database_1.3.5_all.deb
 48fb0ae1af408ee1f239364cc73df3c891e45658 56438 logtail_1.3.5_all.deb
Checksums-Sha256: 
 4f8bfafed84b25216658f877cc95ea8deebed283fb3de2464ec780f3ff9b307a 1219 
logcheck_1.3.5.dsc
 7597436608710b7b8384ceb1c73076e7dd16f3a83c7f15c14c93968b566fbe78 156009 
logcheck_1.3.5.tar.gz
 3cbb692000285784641717d82b2bc090d33d832f3c4ec3cb6fa40ffe60b00176 70754 
logcheck_1.3.5_all.deb
 9ba3afc6485f3e549ca389e5290c94f9c754ad3e300627e6f8dcdc45c580927f 118926 
logcheck-database_1.3.5_all.deb
 27bad7bcdefa81bf8927fb820a662aafb15077b68633fcca268fb481b4f33a7d 56438 
logtail_1.3.5_all.deb
Files: 
 f806b826c07dfa9fe8f8cad5f968d80c 1219 admin optional logcheck_1.3.5.dsc
 3132113a5444bc4a10739d3dc6f675eb 156009 admin optional logcheck_1.3.5.tar.gz
 e7b0f184c7a0856390a878cc5a7a8e58 70754 admin optional logcheck_1.3.5_all.deb
 3dfd5038a5694b74c435c6e8dc627e94 118926 admin optional 
logcheck-database_1.3.5_all.deb
 014124d575b4a30f6fbaba6f77581ebc 56438 admin optional logtail_1.3.5_all.deb

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

iEYEAREDAAYFAks9Nv8ACgkQIgvIgzMMSnUw6wCgnw+SHRQYhHExFaMRvhAF0e09
ZR8AoOQfFOqwH/B+NzRbU9oVcuHS158a
=AIoK
-END PGP SIGNATURE-


Accepted:
logcheck-database_1.3.5_all.deb
  to main/l/logcheck/logcheck-database_1.3.5_all.deb
logcheck_1.3.5.dsc
  to main/l/logcheck/logcheck_1.3.5.dsc
logcheck_1.3.5.tar.gz
  to main/l/logcheck/logcheck_1.3.5.tar.gz
logcheck_1.3.5_all.deb
  to main/l/logcheck/logcheck_1.3.5_all.deb
logtail_1.3.5_all.deb
  to main/l/logcheck/logtail_1.3.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



Bug#558739: RFH: hibernate -- smartly puts your computer to sleep (suspend to RAM or disk)

2009-11-30 Thread martin f krafft
Package: wnpp
Severity: normal

I request assistance with maintaining the hibernate package since
I don't use it anymore.

The package description is:
 The hibernate script helps you in putting your computer to sleep, using one
 of the various methods available in the kernel.
 .
 Hibernate can take care of loading and unloading modules, provides various
 hacks needed to get some video cards to resume properly under X, can
 optionally restart networking and system services, and basically do whatever
 else you ask it. It can be extended by writing new scriptlets which run at
 different points during the suspend process.
 .
 Currently the script supports all suspend mechanisms available through the
 /sys/power/state interface (including ACPI suspend and the in-kernel software
 suspend), as well as Software Suspend 2 (http://www.suspend2.net)

Thanks,

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


  1   2   3   4   5   6   7   8   9   10   >