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

2005-11-24 Thread Daniel Schepler
what is wrong here? Have other maintainers of Qt/KDE-related packages perhaps experienced this? Try debian/patches/common/07_disable_no_undefined.diff from any of the core KDE packages. -- Daniel Schepler

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

2005-11-28 Thread Daniel Schepler
, the link would actually succeed eventually despite all the warnings, but that might have changed since then.) With the patch, KDE falls back to its old behavior of resolving this by linking a fake object file against the library object files before linking the libraries. -- Daniel Schepler

New make is breaking several packages

2005-12-20 Thread Daniel Schepler
, here's a list of some packages I've run into this with, which is by no means complete: debconf dwww gsfonts-x11 jade libogg libvorbis opensp psmisc (and I notice the buildds choke on the recent upload too) -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: New make is breaking several packages

2005-12-20 Thread Daniel Schepler
Le Mardi 20 Décembre 2005 14:10, Marco d'Itri a écrit : On Dec 20, Daniel Schepler [EMAIL PROTECTED] wrote: This is due to changes in make 3.80+3.81.b3-1 concerning how the lines are passed to the shell. Previously, they would be concatenated; now they are passed verbatim to the shell

Re: New make is breaking several packages

2005-12-20 Thread Daniel Schepler
Le Mardi 20 Décembre 2005 14:29, Frank Küster a écrit : Daniel Schepler [EMAIL PROTECTED] wrote: Le Mardi 20 Décembre 2005 14:10, Marco d'Itri a écrit : It breaks a widely used feature. Why should this change not be considered a make bug? In make's NEWS.Debian.gz it says this change

Re: New make is breaking several packages

2005-12-28 Thread Daniel Schepler
Le Vendredi 23 Décembre 2005 09:11, Robert Luberda a écrit : On Tue, 20 Dec 2005, Daniel Schepler wrote: Hi, Yes, a Makefile with all: echo 'foo'\ 'bar' will pass to the shell: (old make) echo 'foo''bar' (new make) echo 'foo'\ 'bar' And both will echo a single

Packages still Depending on xlibs-dev

2006-01-04 Thread Daniel Schepler
[EMAIL PROTECTED] beep-media-player-dev (Btw, dd-list should probably have an option to suppress converting to source packages, for situations like this where a list of binary packages is more useful.) -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

My New Years' resolution: fix one RC bug a day

2006-01-09 Thread Daniel Schepler
, I'll do an NMU for libwmf; and for tomorrow, I just noticed there's an RC bug against kdeedu for me to fix myself. I figure if I keep this up, I can take care of 30 RC bugs a month; and if just 9 other people join me, that will make 300 RC bugs a month. -- Daniel Schepler

Proposal: move /etc/{protocol,services,rpc} to base-files

2006-02-03 Thread Daniel Schepler
which could be installed without all the heavy dependencies of netbase. I'd especially like to hear the opinions of the netbase and base-files packages' maintainers on this. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: Proposal: move /etc/{protocol,services,rpc} to base-files

2006-02-03 Thread Daniel Schepler
Le Vendredi 03 Février 2006 13:30, Marco d'Itri a écrit : On Feb 03, Daniel Schepler [EMAIL PROTECTED] wrote: So I'd like to propose moving those data files from netbase to base-files. If No. The correct solution is to fix netbase by moving update-inetd to each *inetd package. But aj

ITP: sjfonts -- Some Juicy Fonts handwriting fonts

2006-02-09 Thread Daniel Schepler
of an X-Debbugs-CC... my local mail relay is silently dropping anything I send through exim for some reason, direct connections to external SMTP ports are blocked, and I couldn't figure out how to get kmail to do an X-Debbugs-CC.) -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug #352041: ITP: sjfonts -- Some Juicy Fonts handwriting fonts

2006-02-09 Thread Daniel Schepler
Le Jeudi 09 Février 2006 10:57, Daniel Schepler a écrit : (And sorry about the CC instead of an X-Debbugs-CC... my local mail relay is silently dropping anything I send through exim for some reason, direct connections to external SMTP ports are blocked, and I couldn't figure out how to get

Re: pbuilder, xvfb and nonexisting /tmp/.X11-unix

2006-02-13 Thread Daniel Schepler
to policy-rc.d, thanks to patch from Aurelien Jarno (Closes: #337541). Fixes interaction with xvfb. Please recreate base.tgz for this to take effect. -- Junichi Uekawa [EMAIL PROTECTED] Fri, 11 Nov 2005 08:46:38 +0900 -- Daniel Schepler

Re: May a package assume that builds are performed with root-like rights? (was: jadetex: FTBFS: mktexdir failed)

2006-02-23 Thread Daniel Schepler
PROTECTED] -- just as well, since you misspelled reassign. :) -- Daniel Schepler

Re: May a package assume that builds are performed with root-like rights?

2006-02-23 Thread Daniel Schepler
$HOME/.fonts/texmf or so) if it can't write to /var/cache/fonts? pbuilder does have $HOME set up to work all right with BUILDUSER{ID,NAME}. -- Daniel Schepler

Re: Building the whole Debian archive with GCC 4.1: a summary

2006-03-27 Thread Daniel Schepler
. (And I'm impatiently waiting for XOrg 7.0 to enter unstable, to see how that will affect the number of cycle-breaker scripts needed. :) -- Daniel Schepler

Re: Building the whole Debian archive with GCC 4.1: a summary

2006-03-27 Thread Daniel Schepler
Le Lundi 27 Mars 2006 11:54, vous avez écrit : On Mon, 27 Mar 2006, Daniel Schepler wrote: By the way: my latest experiment is putting in a hook script to build everything as if it were a binNMU, with a version of e.g. 1.2-3+pb1, in order to help apt distinguish those versions from

Re: Building the whole Debian archive with GCC 4.1: a summary

2006-03-28 Thread Daniel Schepler
now, and I'll be adding usertags to put them under http://bugs.debian.org/cgi-bin/[EMAIL PROTECTED]:binnmu . By the way, is there a way to assign the usertag right when I file a bug, assuming I want to keep using [EMAIL PROTECTED] as the submitter address? -- Daniel Schepler

ITP: tads

2001-01-09 Thread Daniel Schepler
I'm planning to package TADS, which is a system for writing or playing text games similar to the Z-code system (inform, xzip/frotz/etc). The license is non-free. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet

Re: Are build-dependancies mandatory?

2001-04-29 Thread Daniel Schepler
required to satisfy the build-time relationships (including any implied relationships). So officially, completely missing build-depends is a normal bug; incomplete build-depends is RC. Is this an inconsistency with the above quote from section 7.6, which uses the word may? -- Daniel Schepler

Re: SASL/LDAP/DB dependency hell. (was: Accepted cyrus-sasl 1.5.27-3.4 (i386 source))

2003-04-10 Thread Daniel Schepler
, so somebody can tell me if I'm wrong. Actually, though, it seems libdb4.0 and libdb4.1 don't have versioned symbols -- so if a program links against -lsasl and -ldb4.0 there's still a possibility of problems afaict. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED

Re: SASL/LDAP/DB dependency hell.

2003-04-10 Thread Daniel Schepler
there was no such output. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Re: Proposal: removing libc5, altgcc and all their old-days dependencies

2003-06-18 Thread Daniel Schepler
from source because of bug #168592. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Mass bug filing: Build-Depends on libgdbmg1-dev and/or imlib-dev

2003-06-29 Thread Daniel Schepler
PROTECTED] Marco Kuhlmann [EMAIL PROTECTED] Shuichi OONO [EMAIL PROTECTED] Stephen Frost [EMAIL PROTECTED] Uwe Hermann [EMAIL PROTECTED] -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Re: Mass bug filing: Build-Depends on libgdbmg1-dev and/or imlib-dev

2003-06-30 Thread Daniel Schepler
Adam Heath [EMAIL PROTECTED] writes: On Sat, 28 Jun 2003, Daniel Schepler wrote: I don't know why my previous message on this topic didn't get through, so let me try again... murphy has been having load issues, amoung other things. I'm planning to file bugs against source packages which

Re: automake/autoconf in build-dependencies

2005-03-12 Thread Daniel Schepler
concerning making diff.gz's readable. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: combining fakeroot and distcc/SSH

2005-03-12 Thread Daniel Schepler
running pbuilder locally. If you mean dh_testroot in the clean target, on the other hand, that's a different story; clean is allowed to require root access. (IIRC, the reason is to be able to clean files created in the build directory during the make install phase.) -- Daniel Schepler

Bug#213964: ITP: qtads -- Qt TADS interpreter

2003-10-03 Thread Daniel Schepler
games from the 1980's. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Re: Debian Light Desktop - meta package

2006-04-14 Thread Daniel Schepler
to determine which install will likely fill the HD? On laptops running powersaved, /proc/cpuinfo will show the current CPU speed instead of the maximum possible. So you need to be careful about depending on /proc/cpuinfo. -- Daniel Schepler

Re: Getting rid of circular dependencies, stage 4

2006-05-10 Thread Daniel Schepler
kcal_kabc.so and kcal_remote.so) depend on libkdepim. I don't see any easy way to disentangle these. -- Daniel Schepler

Re: Getting rid of circular dependencies, stage 4

2006-05-10 Thread Daniel Schepler
understand myself why they can't just make kaffe be a metapackage depending on everything, and still make it possible to install just the runtime if you really want. -- Daniel Schepler

Re: Build failure with autoconf 2.60: requires autoconf 2.53 or newer

2006-07-25 Thread Daniel Schepler
never got any email asking if I could handle the upload of kdepim myself, which I could have. But thanks anyway for taking care of that.) -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#156346: [ITP]: tads2-mode -- Emacs mode for editing TADS code

2002-08-11 Thread Daniel Schepler
, in the tadsr package). -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Re: Bug#159037: general: Time Problem

2002-09-01 Thread Daniel Schepler
see how this could be the cause since, as far as I know, the bios clock is only read or set at boot time or shutdown. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Bug#159037: general: Time Problem

2002-09-01 Thread Daniel Schepler
or shutdown. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Another mass bug filing: get rid of xlib6g*

2002-11-21 Thread Daniel Schepler
release. (If this was pulled in by ${shlibs:Depends}, all you should need to do to fix this bug is rebuild the package. However, if your source package is missing Build-Depends, you may need to add these for the autobuilders to work.) -- Daniel Schepler Please don't disillusion me. I

Re: Another mass bug filing: get rid of xlib6g*

2002-11-21 Thread Daniel Schepler
Josip Rodin [EMAIL PROTECTED] writes: On Thu, Nov 21, 2002 at 02:03:06PM -0800, Daniel Schepler wrote: Binary packages (excluding those in source packages listed above): wmmoonclock, xaw3dg-dev, xcin2.3, xdigger, xdkcal, xgraph, xsol

Should pure virtual dependencies be allowed?

2002-11-21 Thread Daniel Schepler
I'm forwarding this message to the list with the permission of the author, since it relates to the recent thread about mass filing of bugs regarding libxaw-dev. ---BeginMessage--- On Wed, Nov 20, 2002 at 10:27:25PM -0800, Daniel Schepler wrote: Package: acfax Severity: normal This package

Gradual mass bug filing for C++ transition / gcc-4.0 issues

2005-07-15 Thread Daniel Schepler
transitioned, whichever is longer. Right now I have my eyes on jade/opensp/openjade, and possibly db*. By the way, any estimates on how long it will be before we get a glibc upload correcting the problems mentioned above? -- Daniel Schepler Please don't disillusion me. I [EMAIL

Re: Gradual mass bug filing for C++ transition / gcc-4.0 issues

2005-07-15 Thread Daniel Schepler
Aurelien Jarno [EMAIL PROTECTED] writes: On Fri, Jul 15, 2005 at 11:00:08AM -0700, Daniel Schepler wrote: package transitioned, whichever is longer. Right now I have my eyes on jade/opensp/openjade, and possibly db*. I have already NMUed opensp, but it is still in incoming because

libcurl3-dev's reverse Build-Depends

2005-10-19 Thread Daniel Schepler
your intention to force all maintainers to choose explicitly between the openssl and gnutls versions immediately, in which case there should be a mass bug filing. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Filing FTBFS bugs and packages in NEW

2007-06-01 Thread Daniel Schepler
. Thank you. Sorry about that. I usually try to search in NEW and in incoming.debian.org before filing those bugs, but I must have missed it in this case. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Can we require build-arch/indep targets for lenny?

2007-06-18 Thread Daniel Schepler
target. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Daniel Schepler
that automatically. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: GCC 4.2 transition

2007-06-28 Thread Daniel Schepler
just ended up making things more confused. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Problems with closing certain bugs

2007-06-29 Thread Daniel Schepler
into this? Maybe, just a random guess, it's not working on bug numbers containing a 0? -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: GCC 4.2 transition

2007-06-29 Thread Daniel Schepler
the officially sanctioned, nondeprecated way to revert the effects of a versioned message to [EMAIL PROTECTED] -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Mass bug filing: Versioned Build-Depends on linux-kernel-headers

2007-07-14 Thread Daniel Schepler
PROTECTED] inotify-tools Noah Meyerhans [EMAIL PROTECTED] iputils Josselin Mouette [EMAIL PROTECTED] gnome-vfs2 -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Mass bug filing: Versioned Build-Depends on linux-kernel-headers

2007-07-15 Thread Daniel Schepler
On Saturday 14 July 2007 17:20:42 pm Daniel Schepler wrote: I intend to do a mass bug filing soon on packages that FTBFS because they have a versioned Build-Depends on linux-kernel-headers, which has been removed from sid. (Unversioned Build-Depends are fine for now, since linux-libc-dev

Re: Debian on the Desktop - plans for Lenny?

2007-08-08 Thread Daniel Schepler
in the web browsers obeying this directive. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Testing parallel builds

2007-10-08 Thread Daniel Schepler
the issue. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 07:49:09 am Pierre Habouzit wrote: On Mon, Oct 08, 2007 at 10:53:05AM +, Daniel Schepler wrote: Inspired by today's new upload of dpkg, I'm going to try doing a rebuild of the archive using dpkg-buildpackage -j3 and submit bugs as I find them. The bugs

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 07:50:58 am Domenico Andreoli wrote: On Mon, Oct 08, 2007 at 06:53:05AM -0400, Daniel Schepler wrote: Inspired by today's new upload of dpkg, I'm going to try doing a rebuild of the archive using dpkg-buildpackage -j3 and submit bugs as I find them. The bugs

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 08:07:12 am Daniel Schepler wrote: Especially when the easy work-around, if you don't want to bother adding the proper dependencies to the make targets, is just to add .NOPARALLEL: somewhere in the Makefile. Sorry, that should be .NOTPARALLEL:. -- Daniel Schepler

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 08:30:53 am Pierre Habouzit wrote: On Mon, Oct 08, 2007 at 12:07:12PM +, Daniel Schepler wrote: On Monday 08 October 2007 07:49:09 am Pierre Habouzit wrote: On Mon, Oct 08, 2007 at 10:53:05AM +, Daniel Schepler wrote: Inspired by today's new upload

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
that manually. Or is there some magic which results into $(MAKE) beeing make -jn ? The question I was answering was about DEB_BUILD_OPTIONS, so I didn't see any reason to mention that it also sets MAKEFLAGS=-jn. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
this: I'll submit patches for all the bugs I've filed so far on this issue, and for any bugs I submit in the future. That way, the only person's time I'm wasting (according to you) will be my own. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Testing parallel builds, again

2007-10-08 Thread Daniel Schepler
: using -j1. Add `+' to parent make rule. in the build log. But contrary to what the message says, the correct fix is usually to replace an explicit call to make with $(MAKE). -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Daniel Schepler
. How about not suggesting that the majority of Debian developers who voted for that GR were crazy people making a decision with no rational basis? You might disagree with it, but at least try to understand that there was a reason for it that seemed valid to a lot of people. -- Daniel Schepler

Packages with empty directories

2007-11-20 Thread Daniel Schepler
/~schepler/empty-dirs-maint.txt and the full list of empty directories found is at http://people.debian.org/~schepler/empty-dirs.txt . Obviously, a lot of these will be false positives, so I definitely won't file mass bugs based on this list without checking the full details first. -- Daniel Schepler

Re: Packages with empty directories

2007-11-21 Thread Daniel Schepler
pkg often doesn't match the binary package name exactly, I don't see any easy way to detect these cases. -- Daniel Schepler

Re: Packages with empty directories

2007-11-21 Thread Daniel Schepler
as bug #452316. It lists empty directories matching directories from base-files, as well as any empty subdirectories of /usr/include, /usr/share/man, and some others where they clearly make no sense. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Parallel build results

2007-12-01 Thread Daniel Schepler
FAILED, even with regular build 8986 succeeded 1014 succeeded, but with jobserver warnings These are not encouraging statistics, especially considering the fact that there are undoubtedly many false negatives, so I'll hold off on submitting bug reports for now. -- Daniel Schepler

Re: Parallel build results

2007-12-02 Thread Daniel Schepler
to execute /usr/bin/install -c detoxrc /tmp/buildd/detox-1.1.1/debian/tmp/etc/detoxrc.sample which failed because debian/tmp/etc was not yet created. So it appears the upstream package's Makefile is not parallel-safe, at least with regards to the install target. -- Daniel Schepler

Re: Parallel build results

2007-12-03 Thread Daniel Schepler
got changed in the parallel build. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Parallel build results

2008-01-02 Thread Daniel Schepler
about 100% bit-by-bit reproducibility of package builds, I don't see any good way to detect that case automatically. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Parallel build results

2008-01-02 Thread Daniel Schepler
On Monday 31 December 2007 04:07:15 pm Robert Millan wrote: On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: I finally got through the test builds of all the source packages in sid for i386 using dpkg-buildpackage -j3 on a dual core machine. The results as before

Re: missing package conflicts

2008-04-16 Thread Daniel Schepler
, that seems fine. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Mass bug filing: FTBFS because of using imake without Build-Depends on xutils-dev

2008-06-07 Thread Daniel Schepler
. It seems there were several packages which fall into this category (at this point, I've found 11 packages starting with [0-9a-d]). So unless there are any objections, I'll start filing bugs as I find them. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Mass bug filing: FTBFS because of using imake without Build-Depends on xutils-dev

2008-06-08 Thread Daniel Schepler
packages. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

texi2html -split_chapter destination changed

2009-10-27 Thread Daniel Schepler
in diff before, but now it's putting them just in the current directory. Before I started filing bug reports, I wanted to know: is this an intentional change in behavior, or is it a bug in texi2html? -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org

Re: cdrtools

2006-08-11 Thread Daniel Schepler
, then distribute a resulting binary with B statically linked in. (Which is not the same thing as saying this would make B a derived work of A.) -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: GPL question [Was: Re: cdrtools]

2006-08-11 Thread Daniel Schepler
, only it's the system dynamic linker doing the work instead of the user doing it manually. Anyway, as somebody else pointed out, this is off-topic for debian-devel, and I apologize. Please direct any replies to debian-legal (too bad kmail doesn't let me set Followup-To afaik). -- Daniel

Re: gdm/Gnome/KDE and device permissions

2006-10-11 Thread Daniel Schepler
setting. That doesn't prevent a user from e.g. writing a program to keep /dev/dsp open after logout and then on request play a sound clip designed to embarrass the current user. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: malsync ready for adoption

2006-10-16 Thread Daniel Schepler
that the submitter of #389353 and the kpilot maintainer were the same person? I'm not Peter Robin. :) -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#322762: no blocking bugs anymore

2007-01-06 Thread Daniel Schepler
as outlined in the first message in the bug, right? It appears that inform's postinst still creates a /usr/doc symlink, and this seems to have been missed. What's the appropriate severity for a bug to be filed against inform? -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Where could I upload x32 port bootstrap?

2012-11-09 Thread Daniel Schepler
is likely to be in the dozens of GB... which means probably putting it on people.debian.org would be too much. Might alioth.debian.org have enough storage space for this? -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: Where could I upload x32 port bootstrap?

2012-11-10 Thread Daniel Schepler
will work. This should give us a pretty clear idea, and could go a long way to prove the case for x32 as a full arch as far as memory goes. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Where could I upload x32 port bootstrap?

2012-11-11 Thread Daniel Schepler
On Sun, Nov 11, 2012 at 10:59 AM, Wouter Verhelst wou...@debian.org wrote: On Fri, Nov 09, 2012 at 02:06:15PM -0800, Daniel Schepler wrote: I've asked a couple people in private mail about this, and haven't gotten any answer, so I thought I'd ask here for ideas. Where would be a good place

Re: History of Debian bootstrapping/porting efforts

2012-11-14 Thread Daniel Schepler
or a pointer type, and the asm snippet uses explicit q sizing suffixes (or there are other mismatches). -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

x32 port bootstrap is uploaded

2012-11-19 Thread Daniel Schepler
this a bit more on the wiki, create a stub root index.html redirecting to the wiki, and possibly create an x32.debian.net alias. Many thanks to Thomas Goirand and gplhost.com for hosting this archive. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject

Re: x32 port bootstrap is uploaded

2012-11-20 Thread Daniel Schepler
On Mon, Nov 19, 2012 at 11:47 AM, Daniel Schepler dschep...@gmail.com wrote: Later I'll try to document this a bit more on the wiki, [snip] OK, I've now created http://wiki.debian.org/X32Port . -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject

Re: jessie release goals

2013-05-12 Thread Daniel Schepler
could get this buildd support. -- Daniel Schepler

Re: jessie release goals

2013-05-12 Thread Daniel Schepler
On Sun, May 12, 2013 at 8:06 AM, Matthias Klose d...@debian.org wrote: Am 12.05.2013 16:18, schrieb Daniel Schepler: Maybe we could have a release goal of dropping as many lib32* and lib64* packages as possible in favor of multi-arch. (And also as many package dependencies on libc6-[i386

Re: x32 “half” arrived… now what?

2013-06-07 Thread Daniel Schepler
. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2694027.5QWCrBo70u@frobozz

Re: x32 “half”arrived… now what?

2013-06-12 Thread Daniel Schepler
dependencies on lib32gcc1 to alternatives libgcc1:i386 | lib32gcc1, etc. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2985791.MzHV9NCblm@frobozz

Re: x32 “half”arrived… now what?

2013-06-12 Thread Daniel Schepler
of sync. That makes it impossible to autobuild gcc on the out-of-date architecture to correct the situation. (That's probably more of an issue on other slower architectures like mips/mipsel.) -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org

Re: on bootstrapping ports (was: Re: Bits from the Release Team (Jessie freeze info))

2013-10-27 Thread Daniel Schepler
. 1473 source packages I get with my criteria.) -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2085384.4n0ClPvkx6@frobozz

Re: on bootstrapping ports (was: Re: Bits from the Release Team (Jessie freeze info))

2013-10-29 Thread Daniel Schepler
On Monday, October 28, 2013 12:15:09 PM Emmanuel Bourg wrote: Le 27/10/2013 16:30, Daniel Schepler a écrit : (To be honest, the Java packages are such a tangled mess that I've given up on trying to bootstrap that part of the archive for now -- and many of those do get pulled

Bug#752189: ITP: mariadb-client-lgpl -- LGPL version of MariaDB client libraries

2014-06-20 Thread Daniel Schepler
Package: wnpp Severity: wishlist Owner: Daniel Schepler dschep...@scalable-networks.com * Package name: mariadb-client-lgpl Version : 2.0.0 Upstream Author : MariaDB Foundation * URL : https://mariadb.org/ * License : LGPL 2.1 Programming Lang: C

Accepted ddd 1:3.3.12-2 (source all amd64)

2010-09-11 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 11 Sep 2010 11:28:06 -0700 Source: ddd Binary: ddd ddd-doc Architecture: source all amd64 Version: 1:3.3.12-2 Distribution: unstable Urgency: low Maintainer: Daniel Schepler schep...@debian.org Changed-By: Daniel Schepler schep

Accepted qtads 2.1.1-1 (source amd64)

2011-04-02 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 02 Apr 2011 13:27:52 -0700 Source: qtads Binary: qtads Architecture: source amd64 Version: 2.1.1-1 Distribution: unstable Urgency: low Maintainer: Daniel Schepler schep...@debian.org Changed-By: Daniel Schepler schep

Accepted libcapsinetwork 0.3.0-7 (source amd64)

2011-07-18 Thread Daniel Schepler
...@qa.debian.org Changed-By: Daniel Schepler schep...@debian.org Description: libcapsinetwork-dev - C++ network server library, development files libcapsinetwork0c2a - C++ network server library Changes: libcapsinetwork (0.3.0-7) unstable; urgency=low . * Orphaning package (see #634498). * Remove .la

Accepted monopd 0.9.3-5 (source amd64)

2011-07-18 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jul 2011 22:07:44 -0700 Source: monopd Binary: monopd Architecture: source amd64 Version: 0.9.3-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Daniel Schepler schep

Accepted libmath++ 0.0.4-4 (source all amd64)

2011-07-19 Thread Daniel Schepler
...@qa.debian.org Changed-By: Daniel Schepler schep...@debian.org Description: libmath++-dev - C++ Math Type Library, development files libmath++-doc - API documentation for libmath++ libmath++0c2a - C++ Math Type Library Closes: 628307 Changes: libmath++ (0.0.4-4) unstable; urgency=low . * Orphaning

Accepted libcapsinetwork 0.3.0-4 (source amd64)

2007-10-10 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 10 Oct 2007 08:01:53 -0400 Source: libcapsinetwork Binary: libcapsinetwork-dev libcapsinetwork0c2a Architecture: source amd64 Version: 0.3.0-4 Distribution: unstable Urgency: low Maintainer: Daniel Schepler [EMAIL PROTECTED

Accepted ddd 1:3.3.12-3 (source all amd64)

2011-12-03 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 03 Dec 2011 09:59:21 -0800 Source: ddd Binary: ddd ddd-doc Architecture: source all amd64 Version: 1:3.3.12-3 Distribution: unstable Urgency: low Maintainer: Daniel Schepler schep...@debian.org Changed-By: Daniel Schepler schep

Accepted qtads 1.6c-2 (source amd64)

2007-08-16 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 16 Aug 2007 15:51:37 -0400 Source: qtads Binary: qtads Architecture: source amd64 Version: 1.6c-2 Distribution: unstable Urgency: low Maintainer: Daniel Schepler [EMAIL PROTECTED] Changed-By: Daniel Schepler [EMAIL PROTECTED

Accepted gzip 1.3.12-3.1 (source amd64)

2007-08-18 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 18 Aug 2007 17:11:52 -0400 Source: gzip Binary: gzip Architecture: source amd64 Version: 1.3.12-3.1 Distribution: unstable Urgency: medium Maintainer: Bdale Garbee [EMAIL PROTECTED] Changed-By: Daniel Schepler [EMAIL PROTECTED

Accepted coreutils 5.97-5.4 (source all amd64)

2007-08-19 Thread Daniel Schepler
] Changed-By: Daniel Schepler [EMAIL PROTECTED] Description: coreutils - The GNU core utilities fileutils - The GNU file management utilities (transitional package) shellutils - The GNU shell programming utilities (transitional package) textutils - The GNU text file processing utilities

  1   2   3   4   >