Bug#1014372: ITP: journal-brief -- Show interesting new systemd journal entries

2022-07-05 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: journal-brief
  Version : 1.1.8
  Upstream Author : Tim Waugh 
* URL : https://github.com/twaugh/journal-brief
* License : GPL-2+
  Programming Lang: Python
  Description : Show interesting new systemd journal entries

 This program can be used to show entries from the systemd
 journal with configurable, flexible filters. Cursor files
 are used to keep information about when journal-brief was
 run for the last time and starts from there. journal-brief
 can output to stdout or send via SMTP.
 .
 journal-brief can, for example, be used to send out e-mail
 after a systemd timer was run, imitating cron's behavior.



Bug#998844: ITP: oas -- Output Address Selection for outgoing IPv6 connections

2021-11-08 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: oas
  Version : (nor formal release yet)
  Upstream Author : Thomas Noll
* URL : https://github.com/ThomasNoll/oas
* License : MIT
  Programming Lang: C
  Description : Output Address Selection for outgoing IPv6 connections

  Oas (Output Address Selection) is a wrapper around connect() that
  allows to choose the source address for outgoing IPv6 connections
  from programs that don't support this by themselves.

In IPv6, nodes might be using multiple IP addresses simultaneously.
In fact, this is the normal case in many networks. Different IP
networks might be configured with different privileges, making it
important to use the correct source IPv6 address for outgoing
connections.

While many programs allow selecting IPv6 source addresses,
others don't. Also, the source address mechanisms provided by
the operating system (see RFC6724, ip addrlabel on Linux) have
some known shortcomings. For example, Linux takes the routing
decision for locally originated datagrams before doing IPv6 source
address selection, which might cause the system to send the
outgoing datagram to the wrong default gateway where it might
be dropped.

oas influences the IPv6 source address of an outgoing connection
early enough for the routing decision to be taken correctly.



Bug#976244: RFA: sudo -- Provide limited super user privileges to specific users

2021-02-25 Thread Marc Haber
tags #976244 confirmed pending
thanks

On Tue, Dec 01, 2020 at 10:40:10PM -0500, Bdale Garbee wrote:
> So, I think that after nearly a quarter century taking care of sudo in
> Debian, it's time someone else took over the package.

A new sudo team has formed and will take over the package. As soon as
the salsa project was moved into the new sudo-team group on salsa, I
will prepare an upload for unstable.

https://salsa.debian.org/groups/sudo-team/-/group_members

Greetings
Marc



Bug#971031: ITP: gensio -- A library to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL

2020-09-27 Thread Marc Haber
I have uploaded to experimental. The version there doesn't build the
python binding that upstream is offering, and the tests are disabled
because they error out due to the missing python module. The package
won't go to unstable until these issues are fixed.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#971031: ITP: gensio -- A library to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL

2020-09-26 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: gensio
  Version : 2.1.5
  Upstream Author : Corey Minyard 
* URL : https://github.com/cminyard/gensio/releases
* License : GPL2
  Programming Lang: C
  Description : A library to abstract stream I/O like serial port, TCP, 
telnet, UDP, SSL, IPMI SOL

 This library (pronounced gen'-see-oh) is a framework for giving a
 consistent view of various stream (and packet) I/O types. You create a
 gensio object (or a gensio), and you can use that gensio without having
 to know too much about what is going on underneath. You can stack
 gensio on top of another one to add protocol funcionality. For
 instance, you can create a TCP gensio, stack SSL on top of that, and
 stack Telnet on top of that. It supports a number of network I/O and
 serial ports.

 Gensio can be used for sending and receiving ports, and it also
 supports establishing encrypted and authenticated connections.

The package is needed as a dependency of the current version of ser2net,
the serial port to network proxy. I plan to maintain it myself, I am a
DD, will accept co-maintainers and have the repository hosted on Salsa
in https://salsa.debian.org/debian/gensio



Bug#965172: RFP: ripeatlasprobe -- RIPE Atlas Software Probe

2020-07-17 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: ripeatlasprobe
  Version : v5020
  Upstream Author : RIPE NCC
* URL : https://github.com/RIPE-NCC/ripe-atlas-software-probe
* License : GPL
  Programming Lang: busybox
  Description : RIPE Atlas Software Probe

RIPE Atlas is the RIPE NCC’s main Internet data collection system. It is
a global network of devices, called probes and anchors, that actively
measure Internet connectivity. Anyone can access this data via Internet
traffic maps, streaming data visualisations, and an API. RIPE Atlas
users can also perform customised measurements to gain valuable data
about their own networks.

While RIPE Atlas probes are usually hardware devices, and ISPs and end
users are encouraged to place one in their network. This package
contains a software probe which can be installed on a Debian system, for
example in places where hardware probes cannot be installed for reasons.

The RIPE NCC is the Regional Internet Registry for Europe, the Middle
East and parts of Central Asia. As such, RIPE allocates and registers
blocks of Internet number resources to Internet service providers and
other organisations.


Bug#899061: ITP: libredis-fast-perl -- fast perl binding for Redis database

2018-07-21 Thread Marc Haber
The first experimental upload of this package is sitting in NEW since
June 17, 2018. I hope it will be processed soon.

Greetings
Marc



Bug#899061: ITP: libredis-fast-perl -- fast perl binding for Redis database

2018-05-18 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber <mh+debian-packa...@zugschlus.de>

* Package name: libredis-fast-perl
  Version : 0.21
  Upstream Author : Ichinose Shogo <shogo82...@gmail.com>
* URL : https://github.com/shogo82148/Redis-Fast
* License : perl
  Programming Lang: perl
  Description : fast perl binding for Redis database

Redis::Fast is a wrapper around Salvatore Sanfilippo's hiredis C client.
It is compatible with Redis.pm.

This version supports protocol 2.x (multi-bulk) or later of Redis
available at https://github.com/antirez/redis/.

It is being packaged as dependency for the new version of torrus and
will be maintained inside the pkg-perl group.



Bug#899059: ITP: libgit-raw-perl -- Perl bindings to the Git linkable library (libgit2)

2018-05-18 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber <mh+debian-packa...@zugschlus.de>

* Package name: libgit-raw-perl
  Version : 0.79
  Upstream Author : Alessandro Ghedini <alex...@cpan.org>
* URL : https://github.com/jacquesg/p5-Git-Raw
* License : perl, part are explicitly "GPL-1 or Artistic"
  Programming Lang: perl
  Description : Perl bindings to the Git linkable library (libgit2)

libgit2 is a pure C implementation of the Git core methods provided as a
re-entrant linkable library designed to be fast and portable with a
solid API. This module provides Perl bindings to the libgit2 API.

The package is needed as a dependency for libgit-objectstore-perl which
is in turn a dependency of the new version of torrus. It will be
maintained as part of the pkg-perl group



Bug#899055: ITP: libgit-objectstore-perl -- abstraction layer for Git::Raw and libgit2

2018-05-18 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber <mh+debian-packa...@zugschlus.de>

* Package name: libgit-objectstore-perl
  Version : 0.007
  Upstream Author : Stanislav Sinyagin <ssinya...@k-open.com>
* URL : https://github.com/ssinyagin/p5-Git-ObjectStore
* License : perl
  Programming Lang: perl
  Description : abstraction layer for Git::Raw and libgit2

This module provides an abstraction layer on top of Git::Raw, a Perl
wrapper for libgit2, in order to use a bare Git repository as an object
store. The objects are written into a mempack, and then flushed to disk,
so thousands of objects can be created without polluting your filesystem
and exhausting its inode pool.

The package is a dependency of the new version of torrus and will be
maintained inside the pkg-perl team



Bug#813901: ITP: btrfsmaintenance -- Btrfs maintenance toolbox

2017-10-01 Thread Marc Haber
On Sun, Oct 01, 2017 at 12:30:06PM -0400, Nicholas D Steeves wrote:
> I got in touch with ftp-master and they said that even uploads to
> experimental must close RFP/ITP bugs for NEW packages.  I was wrong.
> Sorry for wasting your time!  If possible, would you please build and
> sign either the updated package on mentors:

Done, same place.

Greetings
Marc
-- 
-----
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#813901: ITP: btrfsmaintenance -- Btrfs maintenance toolbox

2017-09-29 Thread Marc Haber
On Thu, Sep 28, 2017 at 10:10:59AM -0400, Nicholas D Steeves wrote:
> Thank you for taking the time to review this package.  For the
> purposes of the RFS I'm requesting commit: 38ced3f on the experimental
> branch.  I've deleted all old uploads on mentors to remove any
> ambiguity.

I have built and signed btrfsmaintenance 0.3.1-1~exp1 from your
orig.tar.xz and git. You can find the packages on
http://q.bofh.de/~mh/debian/

Please do a final review and upload at will.

Greetings
Marc
-- 
-----
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#813901: ITP: btrfsmaintenance -- Btrfs maintenance toolbox

2017-09-26 Thread Marc Haber
On Sat, Sep 23, 2017 at 06:45:24PM -0400, Nicholas D Steeves wrote:
> Sorry for the non-functional upstream sources when building with gbp.
> I just noticed that today and have fixed it.  I've pushed to the
> experimental branch of the git repo.  I've also enabled the systemd
> timer by default in experimental.

Is it intended that the daemon doesn't get reloaded on package
installation and that btrfsmaintenance-refresh needs to be started
manually?

> My plan is to release to experimental, and start filing bugs against
> the package, then sending patches upstream.  When the package is
> suitable for a transition to testing then I'll upload to unstable.

Sounds good.

Some short comments.
- manpages are missing
- if the scripts are intended to be called manually as well, they should
  live in /usr/[s]bin, and not in /usr/share
- Can I tell the scripts "do your operation on _this_ btrfs file system,
  and do it now", or do they only operate on file systems that are in
  /etc/fstab?

Greetings
Marc

-- 
-----
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#813901: ITP: btrfsmaintenance -- Btrfs maintenance toolbox

2017-07-12 Thread Marc Haber
On Mon, Jul 10, 2017 at 07:47:56PM -0400, Nicholas D Steeves wrote:
> I'm planning to push to a git repo in the collab-maint after just a
> bit more work.  Are you interested in sponsoring this upload?

Interested, yes. But no promises. My time is rather chaotic at the
moment, and I need to take a look at your work.

ping me as soon you have pushed and I'll wether I can look.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#849471: RFP: minimalmodbus-python -- Easy-to-use Modbus RTU and Modbus ASCII implementation for Python

2016-12-27 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: minimalmodbus-python
  Version : 0.7
  Upstream Author : Jonas Berg
* URL : https://pypi.python.org/pypi/MinimalModbus
* License : apache 2.0
  Programming Lang: python
  Description : Easy-to-use Modbus RTU and Modbus ASCII implementation for 
Python

MinimalModbus is an easy-to-use Python module for talking to
instruments (slaves) from a computer (master) using the Modbus
protocol in its ‘Modbus RTU’ and ‘Modbus ASCII’ serial communication
versions, and is intended to be running on the master. Example code
includes drivers for Eurotherm and Omega process controllers. The only
dependence is the pySerial module (also pure Python).



Bug#813901: ITP: btrfsmaintenance -- Btrfs maintenance toolbox

2016-10-23 Thread Marc Haber
Hi,

On Sat, Feb 06, 2016 at 05:41:06PM +0200, Ioan Eugen Stan wrote:
> I've uploaded the package and took the reccomendations into consideration.
> 
> http://mentors.debian.net/package/btrfsmaintenance

what is the state of this package? I don't see it any more on
mentors.debian.net, and it is not in the archive, and the bug is still
open.

Is a sponsor still needed?

Greetings
Marc

-- 
-----
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#813901: ITP: btrfsmaintenance -- Btrfs maintenance toolbox

2016-02-06 Thread Marc Haber
On Sat, 06 Feb 2016 16:06:15 +0200, Ioan Eugen Stan
<stan.ieu...@gmail.com> wrote:
> Each of the tasks can be turned on/off and configured independently. The
> default config values were selected to fit the default installation profile of
> openSUSE 13.2 where the root filesystem is formatted to btrfs. Support for
> other distros is possible and patches are welcome.

The latter sentence sounds strange on a package description for
Debian. I recommend removing it, and only keeping the patches part iff
the Debian maintainer of btrfsmaintenance is willing to handle and
upstream patches as well.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834



Bug#759703: retitle 759703 to ITP: isc-kea-dhcp-server -- DHCPv4 and DHCPv6 server with support for Secure DNS Updates ...

2015-11-08 Thread Marc Haber
Hi Adam,

in february, you wrote:
> retitle 759703 ITP: isc-kea-dhcp-server -- DHCPv4 and DHCPv6 server with 
> support for Secure DNS Updates
> owner 759703 !

Is there any progress on this yet? Preliminary packages to test? Help
to be given? I would really love to try out kea and see whether it
sucks less than the mainline ISC DHCP server in its current state of
upstream abandonment.

Greetings
Marc

-- 
-----
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#792096: borg packaging

2015-10-22 Thread Marc Haber
On Tue, Oct 06, 2015 at 01:13:55AM -0400, Antoine Beaupré wrote:
> On 2015-10-06 00:12:19, Gianfranco Costamagna wrote:
> > Hi, Danny has finally got accepted in collab-maint
> > (I forgot that a signed mail was needed for the join).
> >
> > In the next few days I had many other Debian activities that kept
> > myself away from this bug, but I guess we will close it soon.
> 
> Happy to hear that! Keep us in the loop here. :)

There seems to be code for 0.27 in alioth collab-maint, but that one
doesn't even survive a debian/rules clean in a minimal sid chroot:

[17/516]mh@salida[debian_chroot sid64]:~/packages/borgbackup/borgbackup$ 
fakeroot debian/rules clean
rm -f borg/chunker.c borg/compress.c borg/crypto.c borg/hashindex.c 
borg/platform_darwin.c borg/platform_freebsd.c borg/platform_linux.c
dh clean --with python3,sphinxdoc --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:170: python3.4 setup.py clean
Traceback (most recent call last):
  File "setup.py", line 170, in 
install_requires=install_requires,
  File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 272, in 
__init__
_Distribution.__init__(self,attrs)
  File "/usr/lib/python3.4/distutils/dist.py", line 280, in __init__
self.finalize_options()
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 327, in 
finalize_options
ep.load()(self, ep.name, value)
  File "/usr/lib/python3/dist-packages/setuptools_scm/integration.py", line 19, 
in version_keyword
dist.metadata.version = get_version(**value)
  File "/usr/lib/python3/dist-packages/setuptools_scm/__init__.py", line 67, in 
get_version
version = version_from_scm(root)
  File "/usr/lib/python3/dist-packages/setuptools_scm/__init__.py", line 29, in 
version_from_scm
return ep.load()(root)
  File "/usr/lib/python3/dist-packages/setuptools_scm/git.py", line 34, in parse
return meta(tag, distance=number, node=node, dirty=dirty)
  File "/usr/lib/python3/dist-packages/setuptools_scm/version.py", line 85, in 
meta
assert tag is not None, 'cant parse version %s' % tag
AssertionError: cant parse version None
E: pybuild pybuild:262: clean: plugin distutils failed with: exit code=1: 
python3.4 setup.py clean
dh_auto_clean: pybuild --clean -i python{version} -p 3.4 --dir . returned exit 
code 13
debian/rules:23: recipe for target 'clean' failed
make: *** [clean] Error 25
[18/517]mh@salida[debian_chroot sid64]:~/packages/borgbackup/borgbackup$

This only happens once in a while, being persistent with it sometimes
gives success. I don't understand what's going on here.

Greetings
Marc


-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#792096: borg packaging

2015-09-17 Thread Marc Haber
Hi Danny,

On Thu, Sep 17, 2015 at 01:12:11PM +0200, Danny Edel wrote:
> I was surprised to see the reaction my comments generated and like
> Gianfranco, I also want to ask Marc to consider rethinking his decision.
>  I do not think you are spoiling the fun or that insisting on
> oldfashioned keeping is a bad thing.  I apologize that my choice of
> words made you feel that way - I am not a native english speaker either,
> so it may have sounded different than I intended.

It was not your choice of words that made me decide to pull out. I
just tend to not spend time on work that others can do faster and
better. It is not that I am dying of boredom while not working on
borgbackup ;-)

> I chose github as a mirror because I have upload rights there, that's
> the only reason.  I would also prefer to work on *.debian.org and I will
> do so once I have permission.  I just thought hosting git repo online
> somewhere makes looking at it easier than sending stuff by mail, and
> using github seemed like the easier choice than hosting and maintaining
> a git browser myself.  Since git clones contain the entire history,
> switching mirrors shouldn't be complicated once upload permission is
> granted.

You're fully right.

> I chose the "ignore upstream tarball/use git tag" method also just
> because it was simpler.  Had I imported the release tarball, I would
> have had to maintain the list of files that are auto-generated (a simple
> *.c won't do, for example _chunker.c is handwritten), and add rules to
> remove them from the build dir or change their timestamp so that they
> get refreshed at build-time.

I understand. Doing such kind of cleanup in debian/rules is just fine.
And yes, a list of files needs to be maintained. I am not sure whether
the "use git tag" strategy will interfere with Debian's current goal
of reproducible builds.

If you stay with the strategy, please document this. I think there is
a debian/README.source standardized file for such things.

>   Not having them in the first place made that unnecessary.  That's
>   the reason why upstream git tag seemed easier to create a working
>   example implementation of the "regenerate files" idea.
> 
> The git tag is gpg-signed with the same key as the tar.gz release, so I
> don't really see the difference in authenticity

You're right.

> Or am I getting this wrong?

Not at all.

You do the work, you decide. I might have another opinion, but that's
just an opinion that you're free to ignore.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#792096: borg packaging

2015-09-15 Thread Marc Haber
On Tue, Sep 15, 2015 at 09:24:27AM +, Gianfranco Costamagna wrote:
> first, sorry for have messed up your repository, I tried to fix it, but you 
> forgot to push
> the pristine tar branch and my branch was different (different hash because 
> of different commit id and timestamp)
> 
> please assume good faith, I tried to fix, but I failed because of wrong 
> permissions.

No offense taken, I am just not adept in sharing git repositories.

> Actually seems that this is fixed.
> 
> So the question is: can I rebase your repository and fix it?
> (note: this might lead to an history rewrite, sorry in advance)

Go ahead. Actually, it would IMO be best to ditch the repository and
push a clone of Danny's work or keep working on github.

> For sure once we *all* agree, the repo will move on collab-maint and live 
> here :)

Fine with me.

> >Currently, it looks like a working team has formed to work on the
> >package. That means than I am out. One less cook to spoil the fun, and
> >one less old fart to insist on old fashioned package keeping.
> >
> >If you settle on maintaining borgbackup on github, please make sure to
> >kill the repositories on alioth.
> 
> After saying I'm sorry for messing up things, I can just only ask you:
> can you please rethink your decision and accept my apologies?

I am not leaving because you offended me, I am leaving because I see
that there are other people taking better care of the package that I
could with my limited time.

It was entirely my fault for not pushing the pristine-tar branch to
the shared repo and for sitting on my local 0.24 version for a month
because I wanted to have it verified working first.

> (note: I'm not a native english speaker)

Neither am I.

> I usually build with dpkg-buildpackage, but for creating the upstream tarball 
> I use git-buildpackage
> or origtargz 
> 
> pristine-tar: successfully generated ../borgbackup_0.25.0.orig.tar.gz
> 
> (I see many different workflows in Debian, I would be happy to know your if 
> it differs from mine :) )

Who does the work says how the work is done.

I usually use gbp-import-orig --pristine-tar to maintain the
pristine-tar branch and build with gbp buildpackage. Inside the
repository there is a package in 3.0 (quilt) format.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#792096: borg packaging

2015-09-14 Thread Marc Haber
.py
CONFLICT (add/add): Merge conflict in borg/key.py
Auto-merging borg/helpers.py
CONFLICT (add/add): Merge conflict in borg/helpers.py
Auto-merging borg/hashindex.pyx
CONFLICT (add/add): Merge conflict in borg/hashindex.pyx
Auto-merging borg/hashindex.c
CONFLICT (add/add): Merge conflict in borg/hashindex.c
Auto-merging borg/fuse.py
CONFLICT (add/add): Merge conflict in borg/fuse.py
Auto-merging borg/chunker.pyx
CONFLICT (add/add): Merge conflict in borg/chunker.pyx
Auto-merging borg/chunker.c
CONFLICT (add/add): Merge conflict in borg/chunker.c
Auto-merging borg/cache.py
CONFLICT (add/add): Merge conflict in borg/cache.py
Auto-merging borg/archiver.py
CONFLICT (add/add): Merge conflict in borg/archiver.py
Auto-merging borg/archive.py
CONFLICT (add/add): Merge conflict in borg/archive.py
Auto-merging borg/_version.py
CONFLICT (add/add): Merge conflict in borg/_version.py
Auto-merging borg/_hashindex.c
CONFLICT (add/add): Merge conflict in borg/_hashindex.c
Auto-merging borg/_chunker.c
CONFLICT (add/add): Merge conflict in borg/_chunker.c
Auto-merging README.rst
CONFLICT (add/add): Merge conflict in README.rst
Auto-merging PKG-INFO
CONFLICT (add/add): Merge conflict in PKG-INFO
Auto-merging MANIFEST.in
CONFLICT (add/add): Merge conflict in MANIFEST.in
Auto-merging AUTHORS
CONFLICT (add/add): Merge conflict in AUTHORS
Automatic merge failed; fix conflicts and then commit the result.
[61/556]mh@salida:~/packages/borgbackup/borgbackup$ ls
AUTHORS  CHANGES.rst  LICENSE  README.rst  setup.py
borg/debian/  MANIFEST.in  scripts/versioneer.py
CHANGES  docs/PKG-INFO setup.cfg
[63/558]mh@salida:~/packages/borgbackup/borgbackup$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
You have unmerged paths.

Changes to be committed:
new file:   CHANGES.rst
new file:   borg/__main__.py
new file:   borg/locking.py
new file:   borg/testsuite/locking.py
new file:   debian/borgbackup.links
new file:   docs/changes.rst
new file:   docs/development.rst
new file:   docs/intro.rst
new file:   docs/misc/create_chunker-params.txt
new file:   docs/misc/create_compression.txt
new file:   docs/support.rst

Unmerged paths:
both added:  AUTHORS
both added:  MANIFEST.in
both added:  PKG-INFO
both added:  README.rst
both added:  borg/_chunker.c
both added:  borg/_hashindex.c
both added:  borg/_version.py
both added:  borg/archive.py
both added:  borg/archiver.py
both added:  borg/cache.py
both added:  borg/chunker.c
both added:  borg/chunker.pyx
both added:  borg/fuse.py
both added:  borg/hashindex.c
both added:  borg/hashindex.pyx
both added:  borg/helpers.py
both added:  borg/key.py
both added:  borg/lrucache.py
both added:  borg/remote.py
both added:  borg/repository.py
both added:  borg/testsuite/__init__.py
both added:  borg/testsuite/archive.py
both added:  borg/testsuite/archiver.py
both added:  borg/testsuite/chunker.py
both added:  borg/testsuite/hashindex.py
both added:  borg/testsuite/helpers.py
both added:  borg/testsuite/platform.py
both added:  borg/testsuite/repository.py
both added:  borg/xattr.py
both added:  debian/borg.1
both added:  debian/changelog
both added:  debian/control
both added:  debian/patches/rm-github-ribbons.diff
both added:  debian/watch
both added:  docs/_themes/local/sidebarusefullinks.html
both added:  docs/conf.py
both added:  docs/faq.rst
both added:  docs/index.rst
both added:  docs/installation.rst
both added:  docs/internals.rst
both added:  docs/quickstart.rst
both added:  docs/usage.rst
both added:  docs/usage/change-passphrase.rst.inc
both added:  docs/usage/check.rst.inc
both added:  docs/usage/create.rst.inc
both added:  docs/usage/delete.rst.inc
both added:  docs/usage/extract.rst.inc
both added:  docs/usage/info.rst.inc
both added:  docs/usage/init.rst.inc
both added:  docs/usage/list.rst.inc
both added:  docs/usage/mount.rst.inc
both added:  docs/usage/prune.rst.inc
both added:  docs/usage/serve.rst.inc
both added:  setup.cfg
both added:  setup.py

[64/559]mh@salida:~/packages/borgbackup/borgbackup$

How was this intended to be used?

Greetings
Marc

-- 
-----
Marc Haber | "I don't trust Computers. They | Mailadresse

Bug#792096: borg packaging

2015-09-14 Thread Marc Haber
On Mon, Sep 14, 2015 at 04:28:48PM +, Gianfranco Costamagna wrote:
> I'm afraid having a different upstream/pristine-tar messed up things.
> even if the tarball is the same, git fails to see a common history.

I have neve had such issues when maintaining Debian packages.

> I did create a new repository
> http://anonscm.debian.org/cgit/collab-maint/borgbackup-new.git
> 
> (for some reasons your repo has the wrong permission bit set)
> 
> 
> 
> But I honestly prefer Danny's repository, 
> https://github.com/dannyedel/pkg-borgbackup
> 
> because he fixed a lot of stuff, including regeneration of built file
> at build time. what do you think?

I think that the code that builds a Debian package should be on Debian
infrastructure. And I think that we should use the pristine tarballs
released by upstream to have the possibility to compare the tarballs
by checksum.

Currently, it looks like a working team has formed to work on the
package. That means than I am out. One less cook to spoil the fun, and
one less old fart to insist on old fashioned package keeping.

If you settle on maintaining borgbackup on github, please make sure to
kill the repositories on alioth.

Greetings
Marc

-- 
-----
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#792096: RFP: borg-backup -- deduplicating and compressing backup program

2015-07-11 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: borg-backup
  Version : 0.23 (and available on github)
  Upstream Author : Thomas Waldmann t...@waldmann-edv.de and others
* URL : 
* License : 3 Clause BSD
  Programming Lang: https://borgbackup.github.io/borgbackup/index.html
  Description : deduplicating and compressing backup program

Borg is a deduplicating and compressing backup program. Optionally, it
also supports authenticated encryption. It was forked from the attic
backup program which is also packaged in Debian.

The main goal of Borg is to provide an efficient and secure way to
backup data. The data deduplication technique used makes Borg suitable
for daily backups since only the changes are stored. The authenticated
encryption makes it suitable for backups to not fully trusted targets.

It can push backups to remote repositories accessed via ssh. A client
pushing a backup invokes borg serve on the repository host. It is
possible to restrict the ssh key to borg serve using the
authorized_keys command= clause.

There is no operations mode for pull-type backups.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150711091012.26106.259.report...@swivel.zugschlus.de



Bug#792096: RFP: borgbackup -- deduplicating and compressing backup program)

2015-07-11 Thread Marc Haber
retitle #792096 RFP: borgbackup -- deduplicating and compressing backup program

I have stitched together a quick package and pushed it to collab-maint,
ssh://git.debian.org/git/collab-maint/borgbackup.git

I do not intend to upload until a team of at least two active people
maintaining the package has formed.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things.Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150711105754.gt9...@torres.zugschlus.de



Bug#745847: ITP: perm -- efficient mapping of short reads with periodic spaced seeds

2014-04-27 Thread Marc Haber
On Fri, 25 Apr 2014 20:53:01 +0200, Andreas Tille ti...@debian.org
wrote:
  Description : efficient mapping of short reads with periodic spaced seeds
 PerM is a software package which was designed to perform highly efficient
 genome scale alignments for hundreds of millions of short reads produced by
 the ABI SOLiD and Illumina sequencing platforms. Today PerM is capable of
 providing full sensitivity for alignments within 4 mismatches for 50bp SOLID
 reads and 9 mismatches for 100bp Illumina reads.

I am sure that you know what this means. I don't. And even after
reading for a third time I don't know whether this package may be
useful for someone who will likely never align genome scales (assuming
this has something to do with microbiology).

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wejxj-00037v...@swivel.zugschlus.de



Bug#672699: RFP: spectrum-xmpp -- XMPP transport/gateway

2013-12-15 Thread Marc Haber
* Package name: spectrum-xmpp
  Version : 2.0-beta2
  Upstream Author : Jan HanzZ Kaluza hanz...@gmail.com
Mathias Mati Ertl m...@fsinf.at
* URL : http://spectrum.im/
* License : GPL
  Programming Lang: C++
  Description : XMPP transport/gateway

Spectrum 2 is an XMPP transport/gateway and also simple server. It
allows XMPP users to communicate with their friends who are using one
of the supported networks. It supports a wide range of different
networks such as ICQ, XMPP (Jabber, GTalk), AIM, MSN, Facebook,
Twitter, or IRC.

Spectrum 2 is intended to provide a service to desktop users, but be
managed by server administrators.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20131215154903.ga...@torres.zugschlus.de



Bug#423458: dnscap packaged

2013-11-25 Thread Marc Haber
On Sun, Mar 03, 2013 at 06:40:20PM +0100, Marc Haber wrote:
 I have finally built the package and have signed it. Please snarf it
 from http://q.bofh.de/~mh/debian/dnscap/ and test it before uploading
 it yourself.
 
 If you'll find the time to fix the five lintian warnings in the
 package, I promise to be faster with checking and building the package
 this time.

What is the status of the dnscap package? I guess that we cannot
upload the package I built in march, right?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20131125085516.gi9...@torres.zugschlus.de



Bug#423458: dnscap packaged

2013-03-03 Thread Marc Haber
On Fri, Oct 26, 2012 at 11:19:32AM +1300, Andrew Ruthven wrote:
 Having it sponsored would be great.  I'm a DM, so I'll be able to
 continue to maintain it once it is uploaded.  I should really get around
 to becoming a DD.  ;)
 
 The git repo is here:
 http://git.catalyst.net.nz/dnscap.git
 
 You can grab the source package and an amd64 binary from here:
 http://magnus.catalyst.net.nz/~puck/dnscap_debian.tar.gz

I have finally built the package and have signed it. Please snarf it
from http://q.bofh.de/~mh/debian/dnscap/ and test it before uploading
it yourself.

If you'll find the time to fix the five lintian warnings in the
package, I promise to be faster with checking and building the package
this time.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130303174020.gg1...@torres.zugschlus.de



Bug#423458: dnscap packaged

2013-02-24 Thread Marc Haber
On Fri, Oct 26, 2012 at 11:19:32AM +1300, Andrew Ruthven wrote:
 Having it sponsored would be great.  I'm a DM, so I'll be able to
 continue to maintain it once it is uploaded.  I should really get around
 to becoming a DD.  ;)
 
 The git repo is here:
 http://git.catalyst.net.nz/dnscap.git
 
 You can grab the source package and an amd64 binary from here:
 http://magnus.catalyst.net.nz/~puck/dnscap_debian.tar.gz

I apologize. I missed your message in October and hope that I'll get
around to preparing the package in the next weeks.

However, I have to sort out two bugs in other packages first (those
are in wheezy and are therefore more important).

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130224213632.gi10...@torres.zugschlus.de



Bug#648702: Progress on opendbx?

2012-11-12 Thread Marc Haber
On Sat, Nov 10, 2012 at 03:02:30AM -0500, Scott Kitterman wrote:
 On Monday, November 05, 2012 05:15:11 PM Marc Haber wrote:
 ...
  I would be willing to spend some time on the package. Since I am
  maintaining PowerDNS, which has an OpenDBX backend, this would be
  useful for me.
  
  I would suggest using a git repository on collab-maint, with the
  packages.qa.debian.org mail address used as maintainer address for the
  second and following uploads to distribute maintainer mail via the
  PTS.
 
 Somehow I missed this in my inbox and I've just uploaded.  This seems like a 
 reasonable plan to me.  Can you set it up?  I've never done it before.  

I have created the opendbx repository on git.debian.org. You can clone
from the (empty) and push to the repository from
git+ssh://your-debian-account@git.debian.org/git/collab-maint/opendbx

Or did you also never push a new package to a git repository? If you
don't have experience doing this, I can do it for you as well.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121112175556.gf15...@torres.zugschlus.de



Bug#648702: Progress on opendbx?

2012-11-05 Thread Marc Haber
Hi Scott,

On Sat, Nov 03, 2012 at 10:01:37PM -0400, Scott Kitterman wrote:
 On Tuesday, October 30, 2012 10:51:27 AM Marc Haber wrote:
  On Tue, Oct 30, 2012 at 09:40:19AM +0100, Scott Kitterman wrote:
   This is a hard dependency for the new opendmarc library/milter.  How
   is the package coming?
  
  I am quite busy at the moment due to private engagements, which is why
  I only filed an RFP instead of an ITP. It will probably speed up
  things if a team builds.
 
 OK.  I've started looking at it and it seems reasonable tractable to package 
 it.  I want it only because opendkim and some other packages I'm considering 
 use it, so I'd like to have this in a team/have a co-maintainer.  Do you know 
 of an existing team/should we create one/how about I add you as an uploader 
 if 
 not?

I would be willing to spend some time on the package. Since I am
maintaining PowerDNS, which has an OpenDBX backend, this would be
useful for me.

I would suggest using a git repository on collab-maint, with the
packages.qa.debian.org mail address used as maintainer address for the
second and following uploads to distribute maintainer mail via the
PTS.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121105161511.gk3...@torres.zugschlus.de



Bug#648702: Progress on opendbx?

2012-10-30 Thread Marc Haber
On Tue, Oct 30, 2012 at 09:40:19AM +0100, Scott Kitterman wrote:
 This is a hard dependency for the new opendmarc library/milter.  How
 is the package coming?

I am quite busy at the moment due to private engagements, which is why
I only filed an RFP instead of an ITP. It will probably speed up
things if a team builds.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121030095127.gi3...@torres.zugschlus.de



Bug#423458: dnscap packaged

2012-10-25 Thread Marc Haber
On Tue, Feb 07, 2012 at 12:39:18AM +, Andrew Ruthven wrote:
 Our git repo for dnscap is here:
 
   http://git.catalyst.net.nz/dnscap.git
 
 I'm waiting for a minor update to a patch we're carrying, then we can
 upload it to unstable.

What's the status for that? Is that minor update there now?

I am a DD and can sponsor your upload to unstable. If you want me to
help, please build a source package and make it available for me.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121025130033.ga20...@torres.zugschlus.de



Bug#679405: ITP: python-fcgi -- Simple FastCGI module for Python

2012-07-02 Thread Marc Haber
On Mon, Jul 02, 2012 at 06:07:45AM +0200, Philipp Kern wrote:
 On Thu, Jun 28, 2012 at 02:49:04PM +0200, Marc Haber wrote:
  This is free software. You may use this software for any purpose
  including modification/redistribution, so long as this header
  remains intact and that you do not claim any rights of ownership or
  authorship of this software. This software has been tested, but no
  warranty is expressed or implied.
 
 this should not be part of the description in Debian IMO.

It was not intended to be, I just wanted to have the (strange?)
license in the ITP. Unfortunately, the boilerplate doesn't allow to
cleanly do this. Sorry for the misunderstanding.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120702075810.gc31...@torres.zugschlus.de



Bug#679398: ITP: python-pyweblib -- yet another web programming framework for Python.

2012-06-28 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber mh+debian-packa...@zugschlus.de

* Package name: python-pyweblib
  Version : 1.3.9
  Upstream Author : Michael Ströder mich...@stroeder.com
* URL : http://www.stroeder.com/pylib/PyWebLib/
* License : GPLv2
  Programming Lang: Python
  Description : yet another web programming framework for Python.

 The module package pyweblib consists of several submodules:
   pyweblib.forms - class library for handling FORM input
   pyweblib.session - server-side web session handling
   pyweblib.helper - misc. stuff useful in CGI-BINs
   pyweblib.sslenv - retrieves SSL-related env vars
   pyweblib.httphelper - very basic HTTP functions/classes



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120628123119.25540.5324.report...@torres.zugschlus.de



Bug#679399: ITP: python-pyasn1-modules -- Collection of protocols modules written in ASN.1 language

2012-06-28 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber mh+debian-packa...@zugschlus.de

* Package name: python-pyasn1-modules
  Version : 0.0.3
  Upstream Author : Ilya Etingof i...@glas.net
* URL : http://pypi.python.org/pypi/pyasn1-modules
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Collection of protocols modules written in ASN.1 language

This is a small but growing collection of ASN.1 data structures
expressed in Python terms using pyasn1 data model.

It's thought to be useful to protocol developers and testers.

Please note that pyasn1_modules is neither part of the python-pyasn1
package nor related to it.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120628123303.25654.94192.report...@torres.zugschlus.de



Bug#679405: ITP: python-fcgi -- Simple FastCGI module for Python

2012-06-28 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber mh+debian-packa...@zugschlus.de

* Package name: python-fcgi
  Version : 19980130
  Upstream Author : Robin Dunn et al ro...@alldunn.com
* URL : http://alldunn.com/python/fcgi.py
* License : python-fcgi (see below)
  Programming Lang: python
  Description : Simple FastCGI module for Python

Handles communication with the FastCGI module of the web server
without using the FastCGI developers kit, but will also work in a
non-FastCGI environment, (straight CGI.)

This is free software. You may use this software for any purpose
including modification/redistribution, so long as this header
remains intact and that you do not claim any rights of ownership or
authorship of this software. This software has been tested, but no
warranty is expressed or implied.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120628124904.25775.77431.report...@torres.zugschlus.de



Bug#679406: ITP: web2ldap -- Full-featured web-based LDAPv3 client

2012-06-28 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber mh+debian-packa...@zugschlus.de

* Package name: web2ldap
  Version : 1.1.23
  Upstream Author : Michael Ströder mich...@stroeder.com
* URL : http://web2ldap.de/
* License : GPLv2
  Programming Lang: Python
  Description : Full-featured web-based LDAPv3 client

web2ldap is a generic LDAPv3 client which does not make any
assumptions about the tree structure or LDAP schema. It is therefore
ind of a swiss-army knife for accessing/manipulating LDAP servers
without having to configure anything.

It has been developed as a secure LDAP client with clean login
behaviour and includes a schema browser which displays
references/dependencies within an LDAPv3 schema. It may also be used
as a customizable platform for prototyping LDAP administration
use-cases.

The original sources must be repacked since they contain an ASN.1 parser
module with a non-free license. Web2ldap works without this parser, so
the module was simply removed.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120628125407.26258.8509.report...@torres.zugschlus.de



Bug#679406: ITP: web2ldap -- Full-featured web-based LDAPv3 client

2012-06-28 Thread Marc Haber
On Thu, Jun 28, 2012 at 03:26:34PM +0200, Martin Eberhard Schauer wrote:
 The original sources must be repacked since they contain an ASN.1 parser
 module with a non-free license. Web2ldap works without this parser, so
 the module was simply removed.
 I suggest s/must/had to be/ and skipping the paragraph. The
 whole paragraph is very implementation-specific in my opinion.
 Perhaps there is a better place for this kind of information?

This paragraph won't be in the package's description, I only added it
to the ITP to avoid people jumping on the non-free code in the
package. The package will have an explanation where it belongs, in
README.source.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120628134835.gp12...@torres.zugschlus.de



Bug#679398: ITP: python-pyweblib -- yet another web programming framework for Python.

2012-06-28 Thread Marc Haber
On Thu, Jun 28, 2012 at 04:07:43PM +0200, Jonas Smedegaard wrote:
 On 12-06-28 at 02:31pm, Marc Haber wrote:
  * Package name: python-pyweblib
 
 Already packaged - but wrongly named: 
 http://packages.qa.debian.org/p/python-weblib.html

Idiot me. Didn't look correctly. Sorry.

 You are quite welcome to either join me as co-maintainer or take over.

I would like to co-maintain and upload 1.3.9 over the weekend. I
didn't look at your package yet, but have a package ready. Is it ok to
change over to dh --with python2 in favor of cdbs?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120628142917.ga28...@torres.zugschlus.de



Bug#672699: RFP: spectrum-xmpp -- XMPP transport/gateway

2012-05-12 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: spectrum-xmpp
  Version : 1.4.8
  Upstream Author : Jan HanzZ Kaluza hanz...@gmail.com
Mathias Mati Ertl m...@fsinf.at
* URL : http://spectrum.im/projects/spectrum/wiki
* License : GPL
  Programming Lang: C++
  Description : XMPP transport/gateway

Spectrum allows XMPP users to communicate with their friends who are
using one of the supported networks. It supports a wide range of
different networks such as ICQ, XMPP (Jabber, GTalk), AIM, MSN,
Facebook, Twitter, Gadu-Gadu, IRC and SIMPLE.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120512224224.3613.94213.report...@swivel.zugschlus.de



Bug#610120: RFP: inSSIDer -- graphical wifi scanner

2012-03-16 Thread Marc Haber
On Tue, Jan 25, 2011 at 03:02:12PM +0100, Fabrizio Regalli wrote:
 for those who intend take this package, there is a .deb package
 available here:
 
 https://github.com/downloads/metageek-llc/inSSIDer-2-Cross-Platform/inssider_0.1.0.0111_i386.deb

If there is no source package, that doesn't help much for Debian
packaging. Additionally, this seems to be an older version judging
from the filename. I wasn't able to find any reference to a linux
version on the metageek page.

Greetings
Marc


-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120316085358.ga12...@torres.zugschlus.de



Bug#648702: RFP: libopendbx -- lightweight C library for accessing databases

2011-11-14 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: opendbx
  Version : 1.4.5
  Upstream Author : Norbert Sendetzky norb...@linuxnetworks.de
* URL : http://www.linuxnetworks.de/doc/index.php/OpenDBX
* License : GPL v2 or any later version
  Programming Lang: C
  Description : lightweight C library for accessing databases

OpenDBX is an extremely lightweight but extensible database access
library written in C. It provides an abstraction layer to all
supported databases with a single, clean and simple interface that
leads to an elegant code design automatically.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2014100117.10058.36142.report...@torres.zugschlus.de



Bug#648702: RFP: libopendbx -- lightweight C library for accessing databases

2011-11-14 Thread Marc Haber
On Mon, Nov 14, 2011 at 11:13:38AM +0100, Gergely Nagy wrote:
 Also, I'm curious in what way OpenDBX is superior to libdbi, and what
 the difference is between the two?

PowerDNS has an OpenDBX backend, and not a libdbi backend. *shrug*

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2014101705.gc6...@torres.zugschlus.de



Bug#505405: [dsc] debianization of the dsc-collector

2010-11-17 Thread Marc Haber
On Tue, Sep 21, 2010 at 10:37:17PM +1200, Andrew Ruthven wrote:
 On Tue, 2010-09-21 at 11:33 +0200, Marc Haber wrote:
  I have packaged dsc for a project of a customer of mine, and a
  colleague and me are prepared to maintain dsc for Debian in the
  future. We will be ready to upload by mid October 2010.
 
 Would it be possible to get the packages before then?  I would be
 interested in comparing them to the packages I have already prepared.

I apologize for having missed your message. You can check out our
results from Alioth git, and I am very interested in your feedback
(and probably your patches).

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101117100720.ga29...@nechayev.zugschlus.de



Bug#505405: First version of dsc pushed to alioth git

2010-11-17 Thread Marc Haber
Hi,

I have just pushed the first releasable version of dsc-statistics to
Alioth's git repository, avaliable on

https://alioth.debian.org/scm/browser.php?group_id=100554
git clone https://alioth.debian.org/anonscm/git/dsc/dsc.git

If you want to try it out, go ahead. We're still missing some perl
modules which is the cause for not having uploaded to unstable yet.
I'll work on it in the next few days.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101117100609.gf3...@torres.zugschlus.de



Bug#599065: ITP: libfile-flock-perl -- file locking with flock

2010-11-17 Thread Marc Haber
I have committed to the Debian perl group svn repository, see
http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-flock-perl/

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101117111813.ga29...@nechayev.zugschlus.de



Bug#599066: ITP: libgeography-countries-perl -- 2-letter, 3-letter, and numerical codes for countries.

2010-11-17 Thread Marc Haber
retitle #599066 RFP: libgeography-countries-perl -- 2-letter, 3-letter, and 
numerical codes for countries.
thanks

I am retracting my ITP as my immediate need for the package has
vanished.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101117113121.ga29...@nechayev.zugschlus.de



Bug#602049: ITP: wicd-client-kde -- qt-kde client for wicd

2010-11-02 Thread Marc Haber
On Mon, 01 Nov 2010 00:15:52 +0100, Iker Salmón sha...@esdebian.org
wrote:
Package: wnpp
Severity: wishlist
Owner: Iker Salmón sha...@esdebian.org


* Package name: wicd-client-kde
  Version : 0.2.1
  Upstream Author : Anthony Vital yesmic...@gmail.com
* URL : http://gitorious.org/wicd-client-kde
* License : GPL-3
  Programming Lang: C++
  Description : qt-kde client for wicd

Has there been any development in wicd in the last months that
suggests that packaging new wicd stuff is worth it?

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pdolo-0002ah...@swivel.zugschlus.de



Bug#601966: ITP: nagios-plugin-check-multi -- run nagios checks as a group

2010-11-02 Thread Marc Haber
On Sun, 31 Oct 2010 13:10:44 +0100, Stig Sandbeck Mathisen
s...@debian.org wrote:
Package: wnpp
Severity: wishlist
Owner: Stig Sandbeck Mathisen s...@debian.org


* Package name: nagios-plugin-check-multi
  Version : 0.24
  Upstream Author : Matthias Flacke matthias.fla...@gmx.net
* URL : http://my-plugin.de/wiki/projects/check_multi/start
* License : GPL
  Programming Lang: Perl
  Description : run nagios checks as a group

 This plugin can run other plugins, and present the results as a group, with a
 single status code reported back

I have an internal package of this available and obviously forgot to
ITP it. Do you want to base your work on my preparations, or is your
project far enough that my work won't be of any help for you?

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pdoim-0001xg...@swivel.zugschlus.de



Bug#602049: ITP: wicd-client-kde -- qt-kde client for wicd

2010-11-02 Thread Marc Haber
On Mon, 01 Nov 2010 00:15:52 +0100, Iker Salmón sha...@esdebian.org
wrote:
Package: wnpp
Severity: wishlist
Owner: Iker Salmón sha...@esdebian.org


* Package name: wicd-client-kde
  Version : 0.2.1
  Upstream Author : Anthony Vital yesmic...@gmail.com
* URL : http://gitorious.org/wicd-client-kde
* License : GPL-3
  Programming Lang: C++
  Description : qt-kde client for wicd

Has there been any development in wicd in the last months that
suggests that packaging new wicd stuff is worth it?

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pdoh4-0001xa...@swivel.zugschlus.de



Bug#599066: ITP: libgeography-countries-perl -- 2-letter, 3-letter, and numerical codes for countries.

2010-10-04 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber mh+debian-packa...@zugschlus.de

* Package name: libgeography-countries-perl
  Version : 2009041301
  Upstream Author : Abigail geography-countr...@abigail.be
* URL : http://search.cpan.org/dist/Geography-Countries/
* License : MIT
  Programming Lang: Perl
  Description : 2-letter, 3-letter, and numerical codes for countries.

  This module maps country names, and their 2-letter, 3-letter and
  numerical codes, as defined by the ISO-3166 maintenance agency [1],
  and defined by the UNSD.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101004104056.8114.9697.report...@nechayev.zugschlus.de



Bug#599065: ITP: libfile-flock-perl -- file locking with flock

2010-10-04 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber mh+debian-packa...@zugschlus.de

* Package name: libfile-flock-perl
  Version : 2008.01
  Upstream Author : David Muir Sharnoff m...@idiom.org
* URL : 
* License : File::Flock may be used/modified/distibuted on the
same terms as perl itself.
  Programming Lang: perl
  Description : file locking with flock

 File locking using the flock() call. If the file to be locked does not
 exist, then the file is created.  If the file was created then it will
 be removed when it is unlocked assuming it's still an empty file.
 .
 Locks can be created by new'ing a File::Flock object.  Such locks
 are automatically removed when the object goes out of scope.  The
 unlock() method may also be used.
 .
 lock_rename() is used to tell File::Flock when a file has been
 renamed (and thus the internal locking data that is stored based
 on the filename should be moved to a new name).  unlock() the
 new name rather than the original name.



I am kind of unsure whether the description, which was automatically
extracted from the module, is appropriate. I tend to shorten it to a
single File locking using the flock() call and leave the rest to the
actual docs.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101004103719.7384.16738.report...@nechayev.zugschlus.de



Bug#505405: [dsc] debianization of the dsc-collector

2010-09-21 Thread Marc Haber
retitle 505405 ITP: dsc - libcap based DNS statistics collector

I have packaged dsc for a project of a customer of mine, and a
colleague and me are prepared to maintain dsc for Debian in the
future. We will be ready to upload by mid October 2010.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100921093317.ga31...@nechayev.zugschlus.de



Bug#546483: RFS: nagtail

2010-03-03 Thread Marc Haber
On Mon, Oct 19, 2009 at 10:05:05AM +0200, M. van Brummelen wrote:
 I am looking for a sponsor for my package nagtail.

Hi, did you find a sponsor yet? Have you tried associating yourself
with the Nagios team?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100303103328.ga13...@nechayev.zugschlus.de



Bug#499186: RFP: libapache-mod-authn-sasl -- SASL authenticatio backend provider for Apache

2008-09-16 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: libapache2-mod-authn-sasl
  Version : 1.0.2
  Upstream Author : Heiko Hund [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/mod-authn-sasl/
* License : Apache
  Programming Lang: C
  Description : SASL authenticatio backend provider for Apache

mod_authn_sasl is a SASL authentication backend provider module for
the Apache 2.2 webserver. It provides password checking functionality
for HTTP Basic Authentication. Username and password are checked
against the SASL password checking backends.

--

I am totally unsure whether the package should be named
libapache2-mod-authn-sasl or libapache2-mod-auth-sasl.

Greetings
Marc

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



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



Bug#498715: ITP: libterm-vt102-perl -- emulation of a VT102 terminal

2008-09-12 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber [EMAIL PROTECTED]

* Package name: libterm-vt102-perl
  Version : 0.82
  Upstream Author : Andrew Wood [EMAIL PROTECTED]
* URL : http://search.cpan.org/~ajwood/Term-VT102-0.82/VT102.pm
* License : Artistic
  Programming Lang: Perl
  Description : Emulation of a VT102 terminal in a Perl data structure

Term::VT102 provides emulates a VT102 terminal in a Perl data
structure. You can print strings and VT102 control sequences to a
VT102 objects and then query the contents of the virtual screen.
Like expect(1), this is primarily for use as a way of automatig
processes. For instance, it is possible to write a script which
connects via telnet to a full-screen service of some kind (such as a
router, or a telephone switch9, uses this module to parse the output
and therefore can tell what is currently on the screen and react
accordingly. Expect(1) cannot really do this, as it is
stream-oriented, rather than being able to tell, say, what's on the
top row of the screen.


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



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



Bug#498715: ITP: libterm-vt102-perl -- emulation of a VT102 terminal

2008-09-12 Thread Marc Haber
On Fri, Sep 12, 2008 at 04:23:12PM +0200, Marc Haber wrote:
   Description : Emulation of a VT102 terminal in a Perl data structure
 
 Term::VT102 provides emulates a VT102 terminal in a Perl data
 structure. You can print strings and VT102 control sequences to a
 VT102 objects and then query the contents of the virtual screen.
 Like expect(1), this is primarily for use as a way of automatig
 processes. For instance, it is possible to write a script which
 connects via telnet to a full-screen service of some kind (such as a
 router, or a telephone switch9, uses this module to parse the output
 and therefore can tell what is currently on the screen and react
 accordingly. Expect(1) cannot really do this, as it is
 stream-oriented, rather than being able to tell, say, what's on the
 top row of the screen.

A better description pulled from the pod (sorry for missing this):
 The VT102 class provides emulation of most of the functions of a DEC
 VT102 terminal. Once initialized, data passed to a VT102 object is
 processed and an in-memory screen modified accordingly.  This
 screen can be interrogated by the calling program in a variety of
 ways.
 .
 This allows a program to interface with full-screen console
 programs by running them in a subprocess and passing their output to
 a VT102 object. It can then be seen what the application has written on
 the screen by querying the object appropriately.

Grüße
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190



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



Bug#491835: ITP: libnagios-plugin-perl -- A family of perl modules to streamline writing Nagios plugins

2008-07-22 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber [EMAIL PROTECTED]

* Package name: libnagios-plugin-perl
  Version : 0.27
  Upstream Author : Ton Voon [EMAIL PROTECTED]
* URL : http://search.cpan.org/dist/Nagios-Plugin/
* License : This library is free software; you can
redistribute it and/or modify it under the same
terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may
have available.
  Programming Lang: Perl
  Description : A family of perl modules to streamline writing Nagios 
plugins

 Nagios::Plugin and its associated Nagios::Plugin::* modules are a
 family of perl modules to streamline writing Nagios plugins. The main
 end user modules are Nagios::Plugin, providing an object-oriented
 interface to the entire Nagios::Plugin::* collection, and
 Nagios::Plugin::Functions, providing a simpler functional interface to
 a useful subset of the available functionality.
 .
 The purpose of the collection is to make it as simple as possible for
 developers to create plugins that conform the Nagios Plugin guidelines.

The package is probably going to be maintained within the Debian
Nagios Team.

Greetings
Marc



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



Bug#491836: ITP: libmath-calc-units-perl -- Human-readable unit-aware calculator

2008-07-22 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber [EMAIL PROTECTED]

* Package name: libmath-calc-units-perl
  Version : 1.06
  Upstream Author : Steve Fink [EMAIL PROTECTED]
* URL : http://search.cpan.org/dist/Math-Calc-Units/
* License : GPL or Artistic
  Programming Lang: Perl
  Description : Human-readable unit-aware calculator

 Math::Calc::Units is a simple calculator that keeps track of units. It
 currently handles combinations of byte sizes and duration only,
 although adding any other multiplicative types is easy. Any unknown
 type is treated as a unique user type (with some effort to map English
 plurals to their singular forms).
 .
 The primary intended use is via the ucalc script that prints out
 all of the readable variants of a value. For example, 3 bytes
 will only produce 3 byte, but 3 byte / sec produces the
 original along with 180 byte / minute, 10.55 kilobyte / hour,
 etc.
 .
 The Math::Calc::Units interface only provides for string-based
 computations, which could result in a large loss of precision for some
 applications.

Greetings
Marc



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



Bug#461244: RFA: nullmailer -- simple relay-only mail transport agent

2008-07-03 Thread Marc Haber
On Thu, Jan 17, 2008 at 05:06:14PM +0100, Norbert Tretkowski wrote:
 Nullmailer is a replacement MTA for hosts, which relay to a fixed set of
 smart relays. It is designed to be simple to configure and especially
 useful on slave machines and in chroots.

I see two offers to take over the package from january, but there
hasn't been an upload yet. Maybe the wnpp bug should be retitled to
RFA again?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



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



Bug#465227: ITP: libdevice-gsm-perl -- Perl extension to interface GSM phones / modems

2008-05-31 Thread Marc Haber
On Mon, Feb 11, 2008 at 11:32:20AM +0100, Mario Iseli wrote:
 Package used to communicate with GSM devices from perl, can be used to  
 send textmessages etc.
 For more information please see http://search.cpan.org/dist/Device-Gsm/

Can I ask what's the state of affairs? Are there any showstoppers that
have prevented packaging so far?

Want me to help?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



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



Bug#483894: RFP: libconfig-scoped-perl -- feature rich configuration file parser

2008-05-31 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: libconfig-scoped-perl
  Version : 0.12
  Upstream Author : Karl Gaissmaier karl.gaissmaier at uni-ulm.de
* URL : 
http://search.cpan.org/~gaissmai/Config-Scoped-0.12/lib/Config/Scoped.pm
* License : This library is free software; you can
redistribute it and/or modify it under the same
terms as Perl itself.
  Programming Lang: Perl
  Description : feature rich configuration file parser

Config::Scoped is a configuration file parser for complex
configuration files based on Parse::RecDescent. Files similar to the
ISC named or ISC dhcpd configurations are possible. In order to be
fast a precompiled grammar and optionally a config cache is used.

Config::Scoped has the following highlights as a configuration file parser:

* Complex recursive datastructures to any extent with scalars,
  lists and hashes as elements,
* As a subset parses any complex Perl datastructures (no
  references and globs) without do or require,
* Include files with recursion checks,
* Controlled macro expansion in double quoted tokens,
* Lexically scoped parameter assignments and pragma directives,
* Perl quote like constructs to any extent, '', , and here docs ,
* Perl code evaluation in Safe compartments,
* Caching and restore with MD5 checks to determine alterations in
  the original config files,
* Standard macro, parameter, declaration redefinition validation,
  may be overridden to validate on semantic knowledge,
* Standard file permission and ownership safety validation, may be
  overridden,
* Fine control for redefiniton warnings with pragma's and other
  safety checks,
* Easy inheritable, may be subclassed to build parsers with
  specialized validation features,
* Condoning syntax checker, semicolons and or commas are not
  always necessary to finish a statement or a list item if the end
  can be guessed by other means like newlines, closing brackets,
  braces etc.,
* Well spotted messages for syntax errors even within include
  files with correct line numbers and file names,
* Exception based error handling,



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



Bug#444687: ITP: open-vm-tools -- open source implementation of VMware Tools

2007-09-30 Thread Marc Haber
On Sun, 30 Sep 2007 13:13:56 +0200, Julian Andres Klode
[EMAIL PROTECTED] wrote:
Everyone is welcome to help, I would like to maintain this
package in a team.

How about doing this in the vmware-package alioth project? Feel free
to join.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834




Bug#323913: WNPP bug closing

2007-08-25 Thread Marc Haber
reopen #323913 
thanks

Kindly think about a possibility to opt out of wnpp bug closing
procedures. This is a major nuisance.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#204969: acknowledged by developer (WNPP bug closed)

2007-05-08 Thread Marc Haber
reopen 204969
thanks

On Wed, Sep 14, 2005 at 11:20:19AM -0700, Debian Bug Tracking System wrote:
 If your bug shouldn't be closed, you are more than free to re-open it,
 for example, if you still have intentions to package the software in
 question

That is still the case. Do I need to set up a cron job to keep random
people from nuking my ITPs?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#394138: ITP: vmware-package -- utility for building Vmware related Debian packages

2006-10-26 Thread Marc Haber
tags #394138 pending
thanks

On Thu, Oct 19, 2006 at 06:45:08PM +0200, Marc Haber wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Marc Haber [EMAIL PROTECTED]
 
 * Package name: vmware-package
   Version : 0.0
   Upstream Author : Marc Haber [EMAIL PROTECTED]
 * URL : none yet
 * License : GPL
   Programming Lang: shell
   Description : utility for building Vmware related Debian packages

I have uploaded the first version to experimental. For the time it has
to spend in NEW, the package is available from
http://ivanova.notwork.de/~mh/debian/.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#394138: ITP: vmware-package -- utility for building Vmware related Debian packages

2006-10-24 Thread Marc Haber
On Sun, Oct 22, 2006 at 01:41:06AM +0100, Sam Morris wrote:
 You might be interested in checking out some of the work I did on
 packaging vmware. Debian diffs are available from
 http://robots.org.uk/debian/unofficial/vmware/.

Would you be willing to co-maintain vmware-package? You seem to have
invested a lot of work.

 I tried to integrate as much with Debian as possible. Easy stuff
 included desktop entries, doc-base registration, and using existing
 packages where they already exist in Debian (e.g., point the user at
 dhcp3-server instead of shipping VMware's modified version).

My package does not do a lot of these. Patches would be appreciated.

 Harder stuff included network setup, and replacing the init script with
 if-{pre-post}-{up,down}.d scripts, which allows the user to configure
 their virtual networks by editing /etc/networking/interfaces.


That looks quite neat.

I have preliminary packages on http://ivanova.notwork.de/~mh/debian. I
am going to test them on a clean system and against Debian kernel
sources later this week. There seems to be an issue of the dhcp daemon
answering requests on non-vmnet interfaces.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#394138: ITP: vmware-package -- utility for building Vmware related Debian packages

2006-10-20 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber [EMAIL PROTECTED]

* Package name: vmware-package
  Version : 0.0
  Upstream Author : Marc Haber [EMAIL PROTECTED]
* URL : none yet
* License : GPL
  Programming Lang: shell
  Description : utility for building Vmware related Debian packages

This package provides the capability to create Debian packages for
various VMware products and related software by obtaining VMware
tarballs and then just running make-vmpkg.

It can currently build Debian packages for the following VMware and
VMware related products:

  * VMware kernel modules for Linux, using the vmware-any-any tarball

It is planned to extend make-vmkg to build Debian packages for the
following VMware products:

  * VMware Player 1.0.2

Please note that you need to download the corresponding tarballs
yourself, and that the resulting .deb files are non-free and
non-distributeable.

The package is meant to aid a local admin to roll out VMware products
to their local systems by means of the packaging system.

Greetings
Marc


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



Bug#394138: ITP: vmware-package -- utility for building Vmware related Debian packages

2006-10-20 Thread Marc Haber
On Fri, Oct 20, 2006 at 11:16:59AM +0100, Steve Kemp wrote:
 On Thu, Oct 19, 2006 at 06:45:08PM +0200, Marc Haber wrote:
  Please note that you need to download the corresponding tarballs
  yourself, and that the resulting .deb files are non-free and
  non-distributeable.
 
   Is it not possible to do a wget to fetch these images as
  part of the package postinstall?

I'd like people to explicitly know that they're building something
non-free and non-distributeable. At least the vmware-player itself
requires an EULA before download is allowed. vmware-any-any is freely
available for download, yes.

   It just seems that if you're expecting users to download a
  tarball anyway that automating things further is a little strange.

My goal is to have the files properly registered with the packaging
system. Automating things is a side-effect of that.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#385887: ITP: daemonize -- run a command as a Unix daemon

2006-09-04 Thread Marc Haber
On Sun, 03 Sep 2006 21:35:03 +0200, Stanley Jaddoe
[EMAIL PROTECTED] wrote:
Most programs that are designed to be run as daemons do that work for
themselves. However, you?ll occasionally run across one that does not. When you
must run a daemon program that does not properly make itself into a true Unix
daemon, you can use daemonize to force it to run as a true daemon.

|Package: daemon
|Version: 0.6.3-1
|Description: turns other processes into daemons
| There are many tasks that need to be performed to correctly set up a
| daemon process. This can be tedious. Daemon performs these tasks for
| other processes. This is useful for writing daemons in languages other
| than C, C++ or Perl (e.g. /bin/sh, Java).
| .
| If you want to write daemons in languages that can link against C functions
| (e.g. C, C++), see libslack which contains the core functionality of daemon.
| .
| Upstream URL: http://www.libslack.org/daemon/

Can daemonize do things that daemon cannot?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



Bug#323912: WNPP bug closing

2006-08-28 Thread Marc Haber
reopen #323912 
thanks

On Thu, Aug 24, 2006 at 11:59:40AM -0600, David Moreno Garza wrote:
 This is an automatic mail sent to close the RFP you have reported or 
 are involved with.

I still consider rrdutils a good thing to have in Debian. Current
version is 5.0.1.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#309238: closed by David Moreno Garza [EMAIL PROTECTED] (WNPP bug closing)

2006-05-17 Thread Marc Haber
package wnpp
reopen 309238
thanks

This RFP is still valid.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#346606: ITP: personalbackup -- Company-wide solution for backing up machines and shares.

2006-01-09 Thread Marc Haber
On Mon, 09 Jan 2006 02:27:28 +0100, Kim Kuylen [EMAIL PROTECTED]
wrote:
 No client software is needed at all to pull backups of your critical data.

Is client software needed to back up non-critical data?

Which network protocol is used for the backup? What privileges are
necessary? Are the backups generated fully restoreable? What about the
registry?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



Bug#308692: IVTV packages available

2006-01-03 Thread Marc Haber
On Mon, Jan 02, 2006 at 12:20:54PM +, Ian Campbell wrote:
 Try the version I've just uploaded, it seems to do the right thing for
 me now with both m-a and make-kpkg.

Does the right thing for me as well. Thanks.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#308692: IVTV packages available

2006-01-02 Thread Marc Haber
Hi,

On Sat, Dec 31, 2005 at 11:02:33AM +, Ian Campbell wrote:
 On Sat, 2005-12-31 at 10:23 +0100, Marc Haber wrote:
  On Thu, Aug 11, 2005 at 06:39:37AM +0100, Ian Campbell wrote:
   You might be interested in http://www.hellion.org.uk/ivtv/index.html
   which are my ivtv packages for the 0.2 and 0.3 branches of ivtv.
  
  There has not been any more traffic in this bug report since August,
  and ivtv has not yet shown up in Debian. Any news on this?
 
 I had been trying to find the time to write the manpages etc which are
 required to make the packages lintian clean (I'll be honest: I doubt I'm
 ever going to get round to it...). I guess that's only a minor bug which
 can get fixed in time.

There is also one more bug: The packages seem to ignore version
suffixes, to modules built for a 2.6.14.5-darren end up in
/lib/modules/2.6.14.5 instead of /lib/modules/2.6.14.5-darren, which
of course makes them hard to find.

 If you guys think that doesn't matter too much then I think the current
 packages are in a state where they could be uploaded, assuming Eduard is
 still willing to sponsor them.

If Eduard is too busy, I can sponsor you as well. However, I do not
have too much clue about Linux TV as I am just getting started with
that topic. I have a Hauppauge WinTV PVR 350 available for testing,
though.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#308692: IVTV packages available

2006-01-02 Thread Marc Haber
On Mon, Jan 02, 2006 at 10:02:49AM +, Ian Campbell wrote:
 On Mon, 2006-01-02 at 10:14 +0100, Marc Haber wrote:
  There is also one more bug: The packages seem to ignore version
  suffixes, to modules built for a 2.6.14.5-darren end up in
  /lib/modules/2.6.14.5 instead of /lib/modules/2.6.14.5-darren, which
  of course makes them hard to find.
 
 I've heard this before and I _think_ it is a module-assistant bug (or at
 least a bug in my usage of m-a). I'm not sure how to solve it since the
 suffix doesn't seem to be easily available when building the modules.
 With make-kpkg it works OK because the suffix is passed in already.

I am using make-kpkg with the same problem. sl-modem, ieee80211 and
ipw2200 do it right. Maybe you can steal some code from these packages.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#308692: IVTV packages available

2005-12-31 Thread Marc Haber
On Thu, Aug 11, 2005 at 06:39:37AM +0100, Ian Campbell wrote:
 You might be interested in http://www.hellion.org.uk/ivtv/index.html
 which are my ivtv packages for the 0.2 and 0.3 branches of ivtv.

There has not been any more traffic in this bug report since August,
and ivtv has not yet shown up in Debian. Any news on this?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#319583: ITP: pcmciautils -- PCMCIA userspace utilities (Linux 2.6.13+)

2005-11-01 Thread Marc Haber
On Sun, Jul 31, 2005 at 07:00:37PM +0200, Per Olofsson wrote:
 retitle 319583 ITP: pcmciautils -- PCMCIA userspace utilities (Linux 2.6.13+)
 thanks
 
 I'm the maintainer of pcmcia-cs so I'm intending to package
 pcmciautils.

May I ask for the status of this ITP?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#260077: acknowledged by developer (WNPP bug closing)

2005-09-23 Thread Marc Haber
reopen 260077
thanks

On Thu, Sep 22, 2005 at 04:20:11PM -0700, Debian Bug Tracking System wrote:
 This is an automatic mail sent to close the RFP you have reported or 
 are involved with.
 
 Your RFP wnpp bug is being closed because of the following reasons:
 - It is, as of today, older than 365 days.
 - It hasn't had any activity recently.

I still find the software useful and think that it should be in
Debian. Unfortunately, upstream doesn't seem to be active any more,
but the web page still exists.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#204969: acknowledged by developer (WNPP bug closed)

2005-09-14 Thread Marc Haber
reopen 204969
thanks

On Wed, Sep 14, 2005 at 11:20:19AM -0700, Debian Bug Tracking System wrote:
 If your bug shouldn't be closed, you are more than free to re-open it,
 for example, if you still have intentions to package the software in
 question

That is the case.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#323912: RFP: rrdutils -- Utilities to create and graph RRD files

2005-08-19 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: rrdutils
  Version : 4.0.1
  Upstream Author : Javier Palacios Bermejo [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/rrdutils
* License : GPL
  Description : Utilities to create and graph RRD files

This is a set of tools intended to help creation and graphing of RRD
files. The RRD characteristics (data sources, consolidation functions)
and the graphs are described in a configuration file that we can use to
create new instances of a RRD, and to generate the graphs for them.

Initial developement performed at RedIRIS
(http://www.rediris.es/app/rrdUtils).

The latest version is reachable through
http://rrdutils.sourceforge.net/


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#323913: RFP: tstat -- TCP STatistic and Analysis Tool

2005-08-19 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: tstat
  Version : 1.01
  Upstream Author : Dario Rossi [EMAIL PROTECTED]
Marco Mella [EMAIL PROTECTED]
* URL : http://tstat.tlc.polito.it/
* License : GPL [only explicitly stated in the code]
  Description : TCP STatistic and Analysis Tool

Tstat analyzes network traffic and generates three different types of
measurement collections:

 -  Histograms storing the distribution of a given quantity during a time
interval.
 -  Round Robin Database stores the same quantities, but uses the  RRD
interface. 
 -  Log files storing a complete transport-level log of all the measured
parameters.


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



Bug#309238: RFP: password-gorilla -- A cross-platform Password Manager

2005-05-15 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: password-gorilla
  Version : 1.1
  Upstream Author : Frank Pilhofer [EMAIL PROTECTED]
* URL : http://www.fpx.de/fp/Software/Gorilla/
* License : GPL
  Description : A cross-platform Password Manager

The Password Gorilla helps you manage your logins. It stores all your
user names and passwords, along with login information and other
notes, in a securely encrypted file. A single master password is
used to protect the file. This way, you only need to remember the
single master password, instead of the many logins that you use. 

If you want to log in to a service or Web site, the Password Gorilla
copies your user name and password to the clipboard, so that you can
easily paste it into your Web browser or other application. Because
the password does not appear on the screen, Password Gorilla is safe
to use in the presence of others. 

The convenience of Password Gorilla allows you to choose different,
non-intuitive passwords for each service. An integrated random
password generator can provide one-time passwords, tunable to various
services' policies.

Password Gorilla is a tcl/tk application which can run on Linux and
Windows, and the files written are supposed to be compatible between
platforms. This is important for collaboration in heterogenous
environments.


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



Bug#217258: Package is not in unstable (was: Experimental upload now in unstable)

2005-03-24 Thread Marc Haber
On Thu, Mar 24, 2005 at 03:55:56AM -0700, Martin Michlmayr wrote:
 This WNPP bug was tagged fixed-in-experimental, but the package has
 since then moved to unstable.

If so, that move was done without consulting and giving any
information about this to the maintainer. The upload went to
experimental for a reason: Upstream doesn't consider the package fit
for release at the momen. They will release RSN, and that version can
go into unstable.

In my opinion, this bug needs to be re-opened.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#217258: Re: RFP: rageircd -- Rage IRC Server daemon

2005-03-19 Thread Marc Haber
tags #217258 fixed-in-experimental
thanks

On Wed, Dec 29, 2004 at 03:56:15PM +0100, Marc Haber wrote:
 On Thu, Oct 23, 2003 at 05:12:53PM +0200, Marc Haber wrote:
  Package: wnpp
  Severity: wishlist
  
  * Package name: rageircd
Version : 2b1
Upstream Author : Alasdair McWilliam [EMAIL PROTECTED]
  Kyle Williamson [EMAIL PROTECTED]
  * URL : http://rageircd.sourceforge.net/
  * License : GPL V2

The License is actually GPL V2 with OpenSSL exeption.

Description : Rage IRC Server daemon
 
 I have finally come around to preparing a package which will be ready
 for experimental in very early 2005.

A packaged version of a prerelease version has been accepted, and will
be in experimental after tomorrow's dinstall run. Don't expect a
package in unstable before upstream's 2.0 release, and please test the
experimental package.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#264567: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-16 Thread Marc Haber
On Wed, 16 Mar 2005 09:50:36 +0100, Gergely Nagy [EMAIL PROTECTED]
wrote:
retitle 264567 RFA: dpatch -- patch maintenance system for Debian source 
packages
thanks

I don't have time to properly maintain dpatch, nor do I use it anymore,
so a new maintainer is probably justified, to say the least.

You might consider this an O:, even. It is only RFA, because I do not
want to upload a new, probably half-broken dpatch just to orphan it.

I would be willing to be part of a dpatch team, if I am considered
acceptable by the other people wanting to take over the package.

I do, however, neither have knowledge, expertise nor time to take the
package alone.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



Bug#264567: RFA: dpatch -- patch maintenance system for Debian source packages

2005-03-16 Thread Marc Haber
On Wed, 16 Mar 2005 22:40:33 +0900, Junichi Uekawa
[EMAIL PROTECTED] wrote:
Since I do care about dpatch, and I do use it a lot in my packages,
I will be willing to help out / adopt this package.

After organizing on IRC, Junichi and I will take over the package.
Gergely has agreed, and an upload will be done in the next seven days.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Marc Haber
On Thu, Jan 27, 2005 at 11:24:01AM -0200, Henrique de Moraes Holschuh wrote:
 However, if invoke-rc.d searches /usr/local/sbin/policy-rc.d first, this
 whole safety net is disabled.

One could argue that the local admin explicitly requested to have that
net disabled.

 So invoke-rc.d could be changed to look under /usr/local/sbin/policy-rc.d as
 well, but only if it failed to find a runnable policy-rc.d at
 /usr/sbin/policy-rc.d.

So how do I override a non-fitting /usr/sbin/policy-rc.d? Being forced
to use a local diversion is not nice.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Marc Haber
On Thu, Jan 27, 2005 at 12:09:11PM -0200, Henrique de Moraes Holschuh wrote:
 Remove the package providing it.

That might be a non-option.

Greetins
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#204969: Outstanding ITP - package-pool-helper

2005-01-04 Thread Marc Haber
On Tue, Jan 04, 2005 at 12:29:19PM -0500, Justin Pryzby wrote:
 This is a batch mailing regarding your stated ITP (Intent To Package)
 of the following Debian package; I apologize in advance if it is sent
 in error.
 
   package-pool-helper -- Simple scripts to manage a local package pool
 
 Do you still intend to create this package?  If so, please keep the
 bugtracking system informed of progress and delays.  ITPs which are
 just waiting for a sponsor should be tagged 'patch'; I recommend the
 bts script from the devscripts package.

I am still interested in packaging, but ftpmaster has indicated that
the package would not be accepted for its triviality. I will
eventually publish the code on wiki.debian.net, and intend to keep
this bug open to indicate that another package allowing the management
of package pools is not appreciated by the project.

In the mean time, however, the package debpool has been published,
which might be better suited to the task. Once I get around to trying
debpool, and decide that all jobs that package-pool-helper does can be
done by debpool as well, I will close this ITP.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



Bug#217258: RFP: rageircd -- Rage IRC Server daemon

2004-12-29 Thread Marc Haber
retitle #217258 ITP: rageircd -- Rage IRC Server daemon
thanks

On Thu, Oct 23, 2003 at 05:12:53PM +0200, Marc Haber wrote:
 Package: wnpp
 Severity: wishlist
 
 * Package name: rageircd
   Version : 2b1
   Upstream Author : Alasdair McWilliam [EMAIL PROTECTED]
 Kyle Williamson [EMAIL PROTECTED]
 * URL : http://rageircd.sourceforge.net/
 * License : GPL V2
   Description : Rage IRC Server daemon

I have finally come around to preparing a package which will be ready
for experimental in very early 2005.

Greetings
Marc



Bug#269249: ITP: mlmmj -- A mail server independent mailing list manager

2004-09-01 Thread Marc Haber
On Tue, 31 Aug 2004 18:03:23 +0200, Søren Boll Overgaard
[EMAIL PROTECTED] wrote:
A mailing list manager with the same functionality as ezmlm, but with a 
decent license and mail server independence.

What are the advantages over mailman or sympa?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Bug#257890: RFP: klat -- A LaTeX editor for KDE 3

2004-07-06 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: klat
  Version : 0.5.1
  Upstream Author : Jori Liesenborgs [EMAIL PROTECTED]
* URL : http://lumumba.luc.ac.be/jori/klat/klat.html
* License : GPL
  Description : A LaTeX editor for KDE 3

Klat is a LaTeX editor for KDE 3. It uses a 'kate' component as its
editor. It provides a menu to run programs like 'latex', 'dvips',
'pdflatex' etc. This menu can be modified by the user: commands can be
added, deleted and edited. Shortcut keys can be assigned to the
defined commands. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-vash
Locale: LANG=C, LC_CTYPE=C



Bug#236496: ITP: pkgsync -- automated package list synchronization

2004-03-07 Thread Marc Haber
On Sat, 06 Mar 2004 15:09:18 +0100, Steinar H. Gunderson
[EMAIL PROTECTED] wrote:
pkgsync is a tool for keeping multiple machines reasonably similar and
clean. Packages can either be in a `must be installed', `may be
installed' or `must not be installed' list (which is presumed to be
distributed separately using a tool such as rdist or cfengine).  pkgsync
will take care of meeting the demands put down in the lists, and then
removing everything that is not in the `must' or `may' list and is not
necessary for their operations (as determined by aptitude).

Can't this be solved with a local, equivs-created package with
appropriate depends and conflicts clauses? That package could be on a
locally aptable archive, which would also - in cooperation with
cron-apt - serve as means of distribution.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Bug#225999: ITP: debsync -- installed packages synchronization tool

2004-01-04 Thread Marc Haber
On Sat, 03 Jan 2004 14:53:28 +0100, Julien BLACHE [EMAIL PROTECTED]
wrote:
A really useful tool (written in Python) that should have been written
long ago already. If nobody opposes, I'll upload shortly (in the hope
NEW will get unstuck soon).

Why, oh why, does everybody insist using a language whose interpreter
is a bitch to backport, and whose minor versions are so subtletly
incompatible to each other that we need to have three versions of the
interpreter around. All of them, of course, interwoven with each other
in a way that makes it impossible to do careful backports, making it
necessary to backport all interpreter and all packages using it at a
time.

It's even worse than Java.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Bug#217258: RFP: rageircd -- Rage IRC Server daemon

2003-10-23 Thread Marc Haber
Package: wnpp
Severity: wishlist

* Package name: rageircd
  Version : 2b1
  Upstream Author : Alasdair McWilliam [EMAIL PROTECTED]
Kyle Williamson [EMAIL PROTECTED]
* URL : http://rageircd.sourceforge.net/
* License : GPL V2
  Description : Rage IRC Server daemon

RageIRCd v2 is a versatile and flexible IRC Server daemon with a lot
of features, including a easy-to-understand, bind-like configuration
file and very flexible ban/autojoin options. These features don't only
make the server suitable for building IRC Networks, but also for local
installations that wish to restrict channel creation.

This is the current beta version of RageIRCd v2. However, it is still
under heavy development, and you can use it at your own risk! As it is
still being heavily modified, there will be bugs, some of which fatal.

Upstream strongly advises against running this version of RageIRCd v2
on a production network and will accept no responsibility for any
damages undertaken as a result of using this software. However, if you
do attempt to run it, upstream would appreciate your feedback. :)

The package will probably only be suitable for experimental for the
time being.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux kes 2.4.22-kes #1 Tue Oct 7 07:49:10 UTC 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#186828: Update and retitle

2003-10-07 Thread Marc Haber
retitle #186828 RFP: rrfw -- Round Robin Database Framework
thanks

Hi,

this is intended to be a short update:

- libxml-libxml-perl is now in unstable in a recent enough version to
  allow rrfw to be packaged.
- libberkeleydb-perl is now in unstable compiled against the right db
  library.
- libproc-daemon-perl is in experimental and will probably be uploaded
  to unstable tonight.

Hence, there is nothing holding up rrfw being packaged for Debian any
more. However, I have changed jobs, and the new job does not seem to
be interested in rrfw any time soon. Hence, I have to retract my ITP,
retitling the bug to RFP.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Karlsruhe, Germany |  lose things.Winona Ryder | Fon: *49 721 966 32 15
Nordisch by Nature |  How to make an American Quilt | Fax: *49 721 966 31 29



Bug#212583: RFP: rottlog -- a more powerful substitute for logrotate

2003-09-24 Thread Marc Haber
Package: wnpp
Version: N/A; reported 2003-09-24
Severity: wishlist

* Package name: rottlog
  Version : 0.51alpha
  Upstream Author : Stefano Falsetto [EMAIL PROTECTED]
* URL : http://www.nongnu.org/rottlog/
* License : GPL
  Description : a more powerful substitute for logrotate

rottlog is a shell script that can be used as a substitute for
logrotate. It has a number of additions that look quite interesting.
For example, you can specify Macros that are expanded to create the
target file name, probably including date and time stamp. That way, it
is possible to rotate logs in a way that a file rotated once is never
touched again before its deletion, making log rotation much more
compatible with host-based intrusion detection schemes like aide.

Greetings
Marc

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux torres 2.4.21-ipsec #1 Sat Jul 5 11:02:08 UTC 2003 i586
Locale: LANG=C, LC_CTYPE=de_DE




  1   2   >