Bug#833682: ITP: cmark -- CommonMark parsing and rendering library and program in C

2016-08-07 Thread Peter Eisentraut
Package: wnpp Severity: wishlist Owner: Peter Eisentraut * Package name: cmark Version : 0.26.1 Upstream Author : John MacFarlane * URL : https://github.com/jgm/cmark * License : BSD, MIT Programming Lang: C Description : CommonMark parsing and

Re: Clarification on the Origin: field in the Patch Tagging Guidelines?

2012-06-21 Thread Peter Eisentraut
On fre, 2012-06-15 at 09:39 -0400, Theodore Ts'o wrote: > I'm trying to understand a better way of using the Origin: field as > specified by DEP-3. > > I'm currently using something like this: > > Origin: > http://git.kernel.org/?p=fs/ext2/e2fsprogs.git;a=commitdiff;h=8f00911a21 > f4e95de84c60e0

many packages fail to build twice in a row again

2011-12-20 Thread Peter Eisentraut
With recent dpkg(-source) changes, many packages are again failing to build twice in a row, because of uncommitted upstream changes. Fixing this was a lenny release goal, maybe it should be one again?!? Most importantly, maybe someone who has access to one of those build grids can run the old tes

Bug#602441: ITP: check-postgres -- script for monitoring PostgreSQL databases

2010-11-04 Thread Peter Eisentraut
Package: wnpp Severity: wishlist Owner: Peter Eisentraut * Package name: check-postgres Version : 2.14.3 Upstream Author : Greg Sabino Mullane * URL : http://bucardo.org/wiki/Check_postgres * License : BSD Programming Lang: Perl Description : script

hardening-wrapper and debug symbols

2009-10-23 Thread Peter Eisentraut
I found out the hard way that when a package is built with hardening-wrapper, then debugging it with gdb results in seriously suboptimal backtraces like this: #0 0xb7d01424 in __kernel_vsyscall () #1 0xb7816d11 in ?? () #2 0xb7e973a2 in ?? () #3 0xb7e9784b in ?? () #4 0xb7f1c8fd in ?? () #5

Re: Policy §10.4 as a divergence from usptream (renamings to remove extensions like .pl and .sh).

2009-09-29 Thread Peter Eisentraut
On Tue, 2009-09-29 at 13:36 +0900, Charles Plessy wrote: > I know that there has already been much of talk about this, but I am am > getting > more and more uncomfortable removing .pl or .sh extensions from programs when > upstream does not. At least in cases where the programs/scripts could be c

Re: renamings to remove extensions

2009-09-29 Thread Peter Eisentraut
On Tue, 2009-09-29 at 19:30 +1000, Ben Finney wrote: > "Steve M. Robbins" writes: > > > I agree with Charles: this is unncessary, unproductive busy-work. > > The same characterisation could be given to other changes that raise the > quality of software in Debian (e.g. ensuring that commands are

Re: Status of new source formats project

2009-08-07 Thread Peter Eisentraut
On Wednesday 05 August 2009 14:21:54 Cyril Brulebois wrote: > Michael Banck (05/08/2009): > > On Wed, Aug 05, 2009 at 10:15:22AM +0900, Charles Plessy wrote: > > > And for the format of the patch, I do not know what to tell them > > > apart that unified diff is the preferred format of some Debian

Re: [Debconf-discuss] using OpenPGP notations to indicate keysigning practices

2009-06-24 Thread Peter Eisentraut
On Wednesday 24 June 2009 16:58:52 Gunnar Wolf wrote: > Driving licenses are expressly not accepted as official ID documents > in Mexico, even if they are government-issued. That just begs the question: official to whom, and why? Ultimately, the office clerk, the bar tender, or the key signer wi

Re: CDBS - how to source a shell fragement before running ./configure?

2009-06-23 Thread Peter Eisentraut
On Tuesday 23 June 2009 08:22:17 Carsten Aulbert wrote: > Hi, > > as suggested on debian-user I repost my question here (sorry for the > cross post, but I think it's better than send to individual emails to > both lists, feel free to remove the other list) > > I'm currently packaging some "internal

cc vs gcc

2009-06-21 Thread Peter Eisentraut
There is a bit of discussion in bug #487546 about whether using cc or gcc as the compiler is appropriate. Particular questions: * Are Debian packages supposed to be built by default using /usr/bin/gcc (or whatever gcc is first in the path)? Or is it valid to use cc? * What interface is the "c

Re: architecture wildcards, type-handling, etc.

2009-05-15 Thread Peter Eisentraut
On Friday 15 May 2009 12:28:07 Riku Voipio wrote: > a release goal is IMHO something that needs fixes in a sweep of > packages in archive before release. This change OTOH just needs fixes > to sbuild and then some infrastructure work (deploying new sbuild/buildd > everywhere). Per upstream, this w

Re: architecture wildcards, type-handling, etc.

2009-05-14 Thread Peter Eisentraut
On Wednesday 13 May 2009 21:55:00 Guillem Jover wrote: > So, there's missing support in sbuild (#501230), which arguably is > a pretty recent bug report, but AFAIR I sent a mail to Ryan long time > ago when drafting the wildcard support and never heard back, but then > I never insisted again, so th

architecture wildcards, type-handling, etc.

2009-05-13 Thread Peter Eisentraut
Since etch, dpkg has supported architecture wildcards such as "linux-any" and "any-powerpc", which can, among other things, be used to express Linux-only build dependencies like this: Build-Depends: libcap2-dev [linux-any] instead of one of the previous approaches: Build-Depends: libcap2-dev |

Re: Environment variables, debian/rules and dpkg-buildpackage

2009-05-11 Thread Peter Eisentraut
On Monday 11 May 2009 09:49:31 Raphael Hertzog wrote: > On Mon, 11 May 2009, Peter Eisentraut wrote: > > Well, debuild calls dpkg-buildpackage most of the time, unless you give a > > specific target (which would again possibly be of interest to those who > > are interested in

Re: postfix as default-mta? [Re: Bug#508644: new release goal default-mta?]

2009-05-11 Thread Peter Eisentraut
On Monday 11 May 2009 07:45:02 Manoj Srivastava wrote: > Changing defaults with a large installed base begs the > question: Why? Random churn for churns sake is not the answer. But upgrades would (should?) keep exim installed. A new default would only affect new installations. -- To

Re: Environment variables, debian/rules and dpkg-buildpackage

2009-05-10 Thread Peter Eisentraut
On Monday 11 May 2009 00:06:09 Steve Langasek wrote: > Or maybe I've misunderstood, and there are > Debian developers who are building official packages for *upload* by > calling debian/rules by hand, and that's what people are concerned about > preserving while still getting the benefits of these

Re: Environment variables, debian/rules and dpkg-buildpackage

2009-05-10 Thread Peter Eisentraut
On Sunday 10 May 2009 13:56:04 Steve Langasek wrote: > I thought it was generally recognized that it's a Bad Idea to implement > config files using your interpreter's 'include' functionality, but that's > basically what we have here. Guillem pointed out one problem: Either you do it via a make inc

Re: Possible mass bug filing: non-doc packages recommending doc packages

2009-05-10 Thread Peter Eisentraut
On Saturday 09 May 2009 00:58:56 Russ Allbery wrote: > Wouldn't our users expect to get the documentation > with many of these packages by default? Normally you do get some > documentation with things, and I've always been surprised by, say, ntp > not including any documentation without installing

Re: postfix as default-mta? [Re: Bug#508644: new release goal default-mta?]

2009-05-09 Thread Peter Eisentraut
On Saturday 09 May 2009 02:35:18 Micah Anderson wrote: > Some people clearly want postfix as the default MTA in Debian (I do), > and some people dont want the default to change from Exim. There are > some people who want something else, but so far that something else has > not be technically satisf

Re: Environment variables, debian/rules and dpkg-buildpackage

2009-05-04 Thread Peter Eisentraut
On Monday 04 May 2009 23:53:15 Manoj Srivastava wrote: > On Mon, May 04 2009, Peter Eisentraut wrote: > > Please be sure to use > > > > FOO = bar > > > > instead of ":=", unless you have determined that you really wanted ":=". > > In most

Re: Environment variables, debian/rules and dpkg-buildpackage

2009-05-04 Thread Peter Eisentraut
On Monday 04 May 2009 08:35:18 Guillem Jover wrote: I like this proposal. A small nit: > ,-- /usr/share/dpkg/build-options.mk > # distro defaults > FOO := distro Please be sure to use FOO = bar instead of ":=", unless you have determined that you really wanted ":=". In most cases it won't m

Re: ignoring the CoC in regards to cc:s (Re: Can we ship sources of a PDF file in the Debian diff?

2009-04-27 Thread Peter Eisentraut
On Tuesday 28 April 2009 05:11:26 Russ Allbery wrote: > Noah Slater writes: > > As far as I see it: > > > > * Debian has dropped the Reply-To header because it is "harmful" in > > some way. > > > > * Debian has mandated that all replies must behave as if Reply-To > > existed. > > If this w

Re: Outdated config.{sub,guess} package list

2009-04-24 Thread Peter Eisentraut
On Saturday 25 April 2009 02:51:40 Bradley Smith wrote: > In light of the recent outdated config.{sub,guess} discussion I have > decided to generate a list[0] of packages that have these files from before > June 2006, which is when the AVR32 architecture was added. > The list was generated using l

Considering the removal of ntpdate

2009-04-23 Thread Peter Eisentraut
As described in bug #514318 and elsewhere, the upstream NTP Project has deprecated the ntpdate program a long time ago, and it may be time to drop it from the Debian distribution. Most of the functionality of ntpdate is now provided by ntpd (stepping the clock without threshold, stepping the cl

Bug#479953: uniform header for automated package maintenance emails

2008-05-07 Thread Peter Eisentraut
Package: general Severity: wishlist With all the (helpful) email that a package maintainer gets nowadays, BTS, PTS, Dak, DDPOMail robot, BTS link, etc., it becomes ever weirder to just filter them into appropriate mail folders. To illustrate that, here are procmail rules that I have assembled

Bug#475361: ITP: chkconfig -- system tool to enable or disable system services

2008-04-10 Thread Peter Eisentraut
Package: wnpp Severity: wishlist Owner: Peter Eisentraut <[EMAIL PROTECTED]> * Package name: chkconfig Version : 10.3-90 Upstream Author : Michael Schroeder <[EMAIL PROTECTED]> * License : GPL Programming Lang: Perl Description : system tool to enabl

Bug#474299: ITP: semantik -- mindmapping tool

2008-04-04 Thread Peter Eisentraut
Package: wnpp Severity: wishlist Owner: Peter Eisentraut <[EMAIL PROTECTED]> * Package name: semantik Version : 0.6.4 Upstream Author : Thomas Nagy <[EMAIL PROTECTED]> * URL : http://freehackers.org/~tnagy/semantik.html * License : QPL Program

Bug#460504: dh_desktop/dh_icons madness

2008-01-13 Thread Peter Eisentraut
Josselin Mouette wrote: > You are completely wrong on this topic. If you don’t use dh_icons, the > icons shipped in your package won’t be available even to the application > itself. I don't claim to know the technical details of this, but I don't have update-icon-caches installed and I have never

Bug#460504: dh_desktop/dh_icons madness

2008-01-13 Thread Peter Eisentraut
Josselin Mouette wrote: > Debian has always been about integration. Don’t you register your > documentation with doc-base so that your application integrates with > centralized documentation systems? I'm glad you bring up this comparison, but this is different. If someone neglects to do doc-base

Bug#460504: dh_desktop/dh_icons madness

2008-01-13 Thread Peter Eisentraut
Package: general Severity: normal For a while now some folks have been going around asking various package maintainers to inject dh_icons and/or dh_desktop calls into the package build rules. The basic argument appears to be that your package needs to do this so that my desktop environment will w

debian/rules and environment variables

2007-09-05 Thread Peter Eisentraut
It has been suggested in bug #411520 that cdbs should be set up so that it preserves CFLAGS set in the environment. But I haven't found any clear specification about how debian/rules, being a makefile, should deal with environment variables. The best I could find is Policy 10.1 which states th

Updating NEWS.Debian

2007-08-09 Thread Peter Eisentraut
I have seen some packages lately, most prominently apache2, that replace the entire NEWS.Debian file when they have some news to report. That way, older news are lost, and users who don't upgrade to every intermediate version (say, those who upgrade only between stable releases) are left in the

egroupware upgrade drops several applications -- suggestions?

2006-06-16 Thread Peter Eisentraut
The upgrade to the new egroupware upstream drops several applications such as the trouble-ticket system and the forum (because they were unmaintained or the functionality was picked up by something else). I'm not sure how to arrange an upgrade to this new version. On the one hand, no one wants

Bug#373824: RFH: ntp -- Network Time Protocol: network utilities

2006-06-15 Thread Peter Eisentraut
Package: wnpp Severity: normal We could use a few more people to help with the ntp package. We have a new mailing list and a subversion repository hosted under the pkg-ntp project on alioth. There is a boatload of bugs to deal with, most of which are not that hard but need someone with a little

Please remove rules.old

2006-04-17 Thread Peter Eisentraut
There are a few dozen source packages in the archive that contain a file called debian/rules.old. In many cases, this was apparently the backup copy during a cdbs conversion or something similar that should have been removed. If you appear below, please consider fixing this. Guenter Geiger (D

Fwd: Bug#344758: init.d script should create /var/run/dirmngr

2006-01-04 Thread Peter Eisentraut
What do you think about this request? It seems reasonable, but I think if this should be supported, there ought to be a general policy (formal or informal) on it because I think many other init scripts will suffer from similar problems. -- Forwarded message -- Subject: Bug#3

md5sum output format

2005-12-01 Thread Peter Eisentraut
Has the tech-ctte decision regarding the output format of md5sum [0] been withdrawn in some form? It seems to be back to the old format: $ md5sum http://lists.debian.org/debian-ctte/2004/06/msg00032.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C

Re: possible freetype transition; improved library handling needed for all C/C++ packages

2005-11-24 Thread Peter Eisentraut
Steve Langasek wrote: > * Use Debian's libtool. I took one affected package (kmldonkey) from your list, relibtoolized it as described, and rebuilt it, which failed spectacularly. Then, I took another one (rekall), relibtoolized it, rebuilt it, and that failed with a strikingly similar pattern. k

Bug#337401: ITP: ggz -- libraries, games, and programs for network and online games

2005-11-04 Thread Peter Eisentraut
Package: wnpp Severity: wishlist Owner: Peter Eisentraut <[EMAIL PROTECTED]> * Package name: ggz Version : 0.0.12 Upstream Author : Josef Spillner <[EMAIL PROTECTED]> * URL : http://www.ggzgamingzone.org/ * License : GPL Description : libr

Clarification of NMU policy

2005-10-31 Thread Peter Eisentraut
I have been in a discussion with a fellow developer about the exact meaning of the "0-day NMU policy" that is currently in effect. Questions: 1. Does the 0-day policy only apply to RC bugs or to all bugs? 2. Does the "0 day" apply to the delay after the upload or to the delay between the subm

unixODBC vs. iODBC

2005-03-31 Thread Peter Eisentraut
Debian currently ships two ODBC driver managers, unixODBC (source package "unixodbc") and iODBC (source package "libiodbc2"). These basically do the same thing. Every package that wants to provide database access through ODBC has to pick at build time which driver manager to use. That in tur

Bug#301061: ITP: apt-rpm -- tools to create APT RPM repository

2005-03-23 Thread Peter Eisentraut
Package: wnpp Severity: wishlist Owner: Peter Eisentraut <[EMAIL PROTECTED]> * Package name: apt-rpm Version : 0.5.15cnc6 Upstream Author : Gustavo Niemeyer <[EMAIL PROTECTED]> Alfredo K. Kojima <[EMAIL PROTECTED]> ba

Re: installing a source tree?

2004-12-15 Thread Peter Eisentraut
Chasecreek Systemhouse wrote: > Its a Accounting/Ledger system from http://www.sql-ledger.org/ -- apt-get install sql-ledger

Re: forwarding bugs to other packages

2004-10-18 Thread Peter Eisentraut
Bernd Eckenfels wrote: > Perhaps we need a "read this before submitting bugs against my > package" function in reportbugs :) That already exists: /usr/share/bug/. "reportbug galeon" provides a reasonable example run.

Re: Automake & dependency tracking

2004-10-11 Thread Peter Eisentraut
Wouter Verhelst wrote: > Is there any other reason why we would still need to use automake's > dependency tracking anyway? I don't think so. You may want to use it while working on the package, but it seems like a fine idea to turn it off when finalizing the package.

Re: proposal: 'xterm' alternatives entry

2004-10-10 Thread Peter Eisentraut
martin f krafft wrote: > What do you think of this proposal. Are there any string points > *against* it? I have written scripts that explicitly call xterm because other terminal emulator programs under X (which I had preferred otherwise) couldn't handle certain programs. So in those situations

Re: Common set of debconf templates

2004-10-10 Thread Peter Eisentraut
Marc Haber wrote: > Do we have infrastructure to handle different answers for the same > question? Maybe I'd like to have a different dbadmin password on my > postgresql database than on mysql? This discussion is about having a common set of chunks of text available somewhere for use in the debco

Re: RFC: best practice creating database

2004-10-07 Thread Peter Eisentraut
Philipp Matthias Hahn wrote: > What is consideres best practice when a package uses a SQL database > (mysql, postgresql) and needs to create its own catalog and/or > tables? I say, create the tables when the package starts for the first time. As an analogy, programs using Berkeley-type databases

Re: [GENERAL] Debian packages of 7.4

2003-11-18 Thread Peter Eisentraut
e ago, or were never even in there in the first place. -- Peter Eisentraut [EMAIL PROTECTED]