Re: Is running dpkg-buildpackage manually from the command line forbidden?

2020-01-17 Thread Daniel Schepler
On Fri, Jan 17, 2020 at 2:05 AM Johannes Schauer  wrote:
> yes, probably a communication problem. I think you are talking about [1] from
> August 11 last year? I replied the same day, telling you to please file a bug
> with your patches to continue discussion there. But then there was no response
> from you anymore and I don't find your bug in the BTS. Maybe my mail got lost
> somehow or I fail finding the bug you filed?

It seems the reply must have gotten lost somehow - I don't see it anywhere.

> I'm also very excited about having yet another chroot backend being integrated
> into sbuild! Though my first comment would be the same as I gave those asking
> for a docker backend in #867176: maybe try adding that backend to autopkgtest
> first. Then more people would profit from having that type of backend 
> available
> and no additional changes would be needed in sbuild because sbuild can already
> use autopkgtest backends for package building.

OK, I'll try to get the patch submitted either tonight or tomorrow.
(What I need to clean up is that it's interspersed with changes I made
to have it run with a personal distribution build I've been tinkering
with.  On a quick review, I now notice it's also interspersed with
changes to support using eatmydata only on the apt install commands
and only if not in schroot-update mode, instead of having to put it
into schroot config to apply to all commands - which seems reasonable
to split out into a separate patch to submit.  I also haven't yet
updated documentation files.)

One quick question: I don't see any mention of
$options->{'DISABLE_NETWORK'} in lib/Sbuild/ChrootAutopkgtest.pm,
whereas my new lib/Sbuild/ChrootNspawn.pm does support it.  If I'm not
missing something, then I wonder what it would take to add
DISABLE_NETWORK support to the autopkgtest sbuild engine.
-- 
Daniel Schepler



Re: Is running dpkg-buildpackage manually from the command line forbidden?

2020-01-16 Thread Daniel Schepler
On Thu, Jan 16, 2020 at 11:18 AM Ondřej Surý  wrote:
> while your effort is valiant, I see a little value in it as there’s no real 
> world use case. While your arguments are valid, you are imposing additional 
> work on generally already overloaded maintainers with unclear goal and 
> purpose.
>
> Perhaps your energy and enthusiasm (which I appreciate) could be spent on 
> helping fixing reproducible builds in packages or cross-building. Those are 
> practical and you won’t find any resistance in accepting patches for these 
> two use cases.

OK, makes sense.  This was, in fact, an offshoot of the beginning
stages of a project to create some way to automate bootstrapping an
architecture starting with automated cross builds of the core
packages.

(Incidentally, another offshoot was creating local patches to sbuild
which add an operation mode using systemd-nspawn --ephemeral to start
a container (along with the base being a BTRFS subvolume to speed up
the cloning), systemd-run -M debian-sid-amd64-xxx
[--property=PrivateNetwork=yes] cmd..., etc.  When I sent a message to
sbu...@packages.debian.org there didn't seem to be any interest in
having me clean up the patches and send them on.  Still, do you think
if I posted bug reports for issues I found due to the builds running
under seccomp filters, as wishlist bugs and with either suggested
patches or a request for advice on further debugging it myself where I
got stuck, that maintainers might be willing to consider them?

Also, by the way, the amd64 -> i386 cross built core packages largely
worked OK, with the exception of gcc-9, which ended up with incorrect
include-fixed/limits.h, and with a compiler that required -lssp when
building with -fstack-protector-strong or -fstack-protector as almost
all Debian packages do.  To anybody on the list: is there something I
did wrong with the cross build there, which was to run
"dpkg-buildpackage -a i386 -B -Pcross"?)
-- 
Daniel Schepler



Is running dpkg-buildpackage manually from the command line forbidden?

2020-01-16 Thread Daniel Schepler
I've been running a manual test bootstrap of Debian (starting with
cross-compiled packages amd64 -> i386 up to the point I was able to
install debhelper), and posting a few bugs I've found along the way.
These are where I found that having extra packages installed during
the dpkg-buildpackage run either failed or resulted in broken
packages.  (Some examples of the type of thing I mean: #948522,
#887902.)

However, I've been getting push back on some of these, with
maintainers of the opinion that it isn't actually a bug.  So, I
thought I'd consult here to get more opinions on whether these are
true bugs, or whether I'm at fault for trying to run dpkg-buildpackage
manually instead of using it through pbuilder or sbuild.

My arguments in favor of such things being bugs:

1. I've been using Debian since before pbuilder or sbuild even
existed, and I don't remember ever seeing any announcements along the
lines of "using pbuilder or sbuild is now mandatory, running
dpkg-buildpackage manually is forbidden".  (Just announcements that of
course, testing package builds using one of those before uploading is
strongly encouraged.)
2. The mere existence of the Build-Conflicts field.
3. The general principle that the Build-Depends are meant not to
describe every possible way the package *could* be built, but to pin
down the exact environment in which the package *should* be built, in
order to avoid unnecessary differences in the resulting packages
between architectures.
4. The build-essential package set could evolve over time, and in a
few cases that could come back to bite maintainers.  For a
hypothetical example: what if Debian eventually decided to add cmake,
ninja, and meson to the build-essential set?  Or, what if there were a
source package that made a build time check of whether a libpopt.so.2
file exists to be dlopen()ed, but if it's found enabled broken code;
and then, eventually, one of the build-essential packages added a
dependency on libpopt?

Possible arguments I can anticipate against such things being considered bugs:

1. It would be very difficult to impossible to test for every possible
combination of packages that satisfy the Build-Depends.  (Though I
would think a vast majority of such bugs would be detected by a
reproducible-builds type setup with one build being the standard
minimal chroot, and the other build using a chroot with as many
packages as possible installed.)
2. It would be pointless to worry about such things, especially now
that all uploads to the archives must be source only.  (To which my
answer would be: requiring use of pbuilder or sbuild would place a
burden on users who previously would have made local patches by a
sequence of "apt-get source package; cd package-*/; edit;
dpkg-buildpackage -b -uc; sudo apt-get install ../*.deb )

(Somewhat related to this: I've also found a few packages that hang
when building from the command line, waiting for input from stdin;
whereas in pbuilder or sbuild, with input redirected to /dev/null or
similar, the builds succeed.  Would these be considered bugs as well?
Of course, in some situations it looks like it detects an
incontrovertible bug, such as when an "rm" command hangs on the prompt
for confirmation on a read-only file, and the /dev/null stdin case
would just result in those files being left in place.  I've especially
been seeing the latter sort of thing related to Perl packages now that
recent Perls install lots of files as read only.)
-- 
Daniel Schepler



Accepted mariadb-client-lgpl 2.0.0-1 (source amd64) into unstable, unstable

2014-08-26 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Jul 2014 12:00:19 -0700
Source: mariadb-client-lgpl
Binary: libmariadb-client-lgpl-dev libmariadb2 libmariadb-client-lgpl-dev-compat
Architecture: source amd64
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers pkg-mysql-ma...@lists.alioth.debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description:
 libmariadb-client-lgpl-dev - MariaDB Client Library for C, development files
 libmariadb-client-lgpl-dev-compat - MariaDB Client Library for C, 
compatibility symlinks
 libmariadb2 - MariaDB Client Library for C
Closes: 752189
Changes:
 mariadb-client-lgpl (2.0.0-1) unstable; urgency=low
 .
   * Initial release.  Closes: #752189.
Checksums-Sha1:
 b5dde5deaceca78dca2ac6e366c56bffd486d113 1433 mariadb-client-lgpl_2.0.0-1.dsc
 bd92f8c5ab55777c66492a6f3566d013f19c9bbe 1923436 
mariadb-client-lgpl_2.0.0.orig.tar.gz
 7327b2dfba0bac4e25fb21480040475d6c07904a 5252 
mariadb-client-lgpl_2.0.0-1.debian.tar.xz
 316f2ec8a611d32e6e6179282cc46981ea63f683 185858 
libmariadb-client-lgpl-dev_2.0.0-1_amd64.deb
 c9942ab8c769482326df89d716bd18dd66769740 107172 libmariadb2_2.0.0-1_amd64.deb
 9d17dfc681beb5dc312e57664ea112936c960040 2288 
libmariadb-client-lgpl-dev-compat_2.0.0-1_amd64.deb
Checksums-Sha256:
 5b9c25351ea6f8f42044a0e85959b7938995a3d1de8031963079ec16b661fc41 1433 
mariadb-client-lgpl_2.0.0-1.dsc
 fd2f751dea049c1907735eb236aeace1d811d6a8218118b00bbaa9b84dc5cd60 1923436 
mariadb-client-lgpl_2.0.0.orig.tar.gz
 025548e0a2506eef1ed1b2b16c090bd3c6577f0995ffe8fed70e269863675cb6 5252 
mariadb-client-lgpl_2.0.0-1.debian.tar.xz
 30797bc886e1e76078bab7b56768b46f6eea9f8ab33f32f9dabe9bffcf373a03 185858 
libmariadb-client-lgpl-dev_2.0.0-1_amd64.deb
 0a4ce32c65826f45746c0c9e558528cedb60f9b97f3d476020136bb3e98c1009 107172 
libmariadb2_2.0.0-1_amd64.deb
 ca378c2d3118dcfa0d0bfaf2234e3b3e8d6698e80860808d2e561fb57e10abf0 2288 
libmariadb-client-lgpl-dev-compat_2.0.0-1_amd64.deb
Files:
 037ca981458c1956567ff683ff5afadd 185858 libdevel optional 
libmariadb-client-lgpl-dev_2.0.0-1_amd64.deb
 fb0b0fc87ddf7ac07e5c5a396b01942b 107172 libs optional 
libmariadb2_2.0.0-1_amd64.deb
 1b4f21c324b3980cdadc72f018505803 2288 libdevel extra 
libmariadb-client-lgpl-dev-compat_2.0.0-1_amd64.deb
 7ceebb4ed603c482de9afd9f452ab4e0 1433 libs optional 
mariadb-client-lgpl_2.0.0-1.dsc
 a233181e03d3c307668b4c722d881661 1923436 libs optional 
mariadb-client-lgpl_2.0.0.orig.tar.gz
 f58650f10969ddda8aef739f928759d6 5252 libs optional 
mariadb-client-lgpl_2.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPKwrgACgkQNC3LAyACFJBGswCgkAcBtyxAEMph+VyOdkHVQiGa
tggAnA4C0Rmi2tmD+HNCZ/Pnrp+kqnWM
=b9yq
-END PGP SIGNATURE-


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



Accepted libfcgi 2.4.0-8.2 (source amd64)

2014-07-01 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 04 Mar 2013 08:10:42 -0800
Source: libfcgi
Binary: libfcgi-dev libfcgi0ldbl
Architecture: source amd64
Version: 2.4.0-8.2
Distribution: unstable
Urgency: low
Maintainer: Tatsuki Sugiura s...@nemui.org
Changed-By: Daniel Schepler schep...@debian.org
Description:
 libfcgi-dev - Header files of FastCGI
 libfcgi0ldbl - Shared library of FastCGI
Closes: 727286
Changes:
 libfcgi (2.4.0-8.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Update libtool at build time using dh-autoreconf, to support new
 architectures (Closes: #727286)
Checksums-Sha1:
 0979dd4c6d6aa9e279fc9745b964ac66416a7fa3 1825 libfcgi_2.4.0-8.2.dsc
 067d6530a7efd29714453ed48ae38a4173824f3a 213948 libfcgi_2.4.0-8.2.debian.tar.xz
 dea17c2cee57176f86adba164c29b00cb6cc5a87 31276 libfcgi-dev_2.4.0-8.2_amd64.deb
 21c435a9638cf5632f64edc95c11280202b86de3 160910 
libfcgi0ldbl_2.4.0-8.2_amd64.deb
Checksums-Sha256:
 6ec21deeab4b961b37501cbd35ef7538786f42adbb26494876f827593fa617e1 1825 
libfcgi_2.4.0-8.2.dsc
 ef8adb066df28d3683e7ffbbf985fbdc1648993ca551b56b56e0e2be87438859 213948 
libfcgi_2.4.0-8.2.debian.tar.xz
 f84d62e76ac66754b4178880d11b6b4655b72184fe5387279a73ef4d1f786551 31276 
libfcgi-dev_2.4.0-8.2_amd64.deb
 d714c6b211b85265fdee9504ce8d234fec28fb017315233f9429955ec35dd989 160910 
libfcgi0ldbl_2.4.0-8.2_amd64.deb
Files:
 e15e122a14cd8a021eb40c6ecfd2f3c1 31276 libdevel optional 
libfcgi-dev_2.4.0-8.2_amd64.deb
 c42466ab70e7442f59dbfd7e23fa6233 160910 libs optional 
libfcgi0ldbl_2.4.0-8.2_amd64.deb
 e03832548261cd8c9732acee263c8ded 1825 libs optional libfcgi_2.4.0-8.2.dsc
 eb51d74b770a22b06fab0feaaedc369d 213948 libs optional 
libfcgi_2.4.0-8.2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTsvpqAAoJEPuGMlGob55HvloQAJ06/PrPm5Y91/c7dUp1Tz8r
nr3fapH4S+QxSwzD4fSXImINIp2Jv6sBzfeMFChSJTe15tqm8bN2Em5QxqSYIdLc
gTE5dVWzU6D3WiYjH7dTbxn/rLsJlcMoqM3gP7AWtwMzGrNgE5K0sjBZgjtLTaiv
h330GiODL/5CPWcrReYdYdkA2fo+R1qSAsfNlZvtMXndXzvlP/o43UsBTp4Mv1LR
MnUcr72k1Xig6P24L7Sbc3xOXKGHmNO9zS/e6NJZsbG5ulXGN+kqt+pVGIZY/Xsd
KKWaLXM8d3m1xYuQ1FyLJR2FZBUsKr/rI6AwHeUMQonE8OfPqcGcyiwFBTzsJCOV
f2bMssk7mb1mzQcIlXkFpXAM3SstTk048qZqqU7G0Nxqe907NdimbAgf3pvpQkSH
XTsbW67/D4tedVjcY+Xrc96rUeL9T9lGivGNlXQyjk2DPOEoMI4u5dJ1Dg93UxWx
DYPWScOcx+14XXB5/k+2MxcWGjNSY3P3hs6mrcfw6PWJhq3czQGtLaTaGcL/O3JY
O+OsBTIZEkV4Psj3VXjj60QGbstwIsC3z6tvZKZ2zpM3wriLkxn+owm93jLDrwpO
Iwpi8YJPZVyDh9cjjuKyGh4MT/XprYXD5jPjUM2dhKSMkVdtu4lDUK3j6nAMKNqv
N9RqjpGShPxp+OztQGPY
=oEva
-END PGP SIGNATURE-


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



Accepted xzip 1:1.8.2-4 (source amd64)

2014-06-21 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 21 Jun 2014 11:00:24 -0700
Source: xzip
Binary: xzip
Architecture: source amd64
Version: 1:1.8.2-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description:
 xzip   - Interpreter of Infocom-format story-files
Changes:
 xzip (1:1.8.2-4) unstable; urgency=low
 .
   * Incorporate upload from mentors.debian.net, thanks David Gilman.
 + Non-maintainer upload.
 + Bump debhelper compat
 + Add Homepage: field
 + Bump Standards-Version to 3.9.5
 + Add watchfile
 + Change to 3.0 (quilt) format
 + Add remove_conflicting_function_names patch to compile under c99
 + Add remove_test_target patch to remove long-broken test target
 + Add fix_manpage patch (closes LP: #1076095)
 + Add enable_hardening patch to switch to dpkg-buildflags
   * Replace remove_test_target patch with empty override_dh_auto_test.
   * Replace enable_hardening patch with respect_cflags_env patch so
 debhelper's dh_auto_build can set the variables.
Checksums-Sha1:
 a79e6fa8e82fc902c01eaf9830a4a8a535331921 1034 xzip_1.8.2-4.dsc
 65ca225eb24cc6961adf6a030f51155f668946a2 8988 xzip_1.8.2-4.debian.tar.xz
 27d89b62a530fdef3060ebd738a2b2658b32782c 51872 xzip_1.8.2-4_amd64.deb
Checksums-Sha256:
 2ffab2846942ac1a77c2b172621eeb9adb79048c07180a8d806a5e7447a3c457 1034 
xzip_1.8.2-4.dsc
 7ed0c5e5f7ea0e8d3fd10f243b98e65ce5ce0cdf3e2c4c48fbb8abcb74d732d0 8988 
xzip_1.8.2-4.debian.tar.xz
 259019a35477c5a03ea4f9ce04f6543854cffec1c7ef71a328e0744f0a25c3ad 51872 
xzip_1.8.2-4_amd64.deb
Files:
 889925f5533a11adfdc51976e55d0d87 51872 games optional xzip_1.8.2-4_amd64.deb
 d161d2d34fd2fc3c138237c2ad1caab4 1034 games optional xzip_1.8.2-4.dsc
 cc4d1bce0bc6f72f7269cde15418f39f 8988 games optional xzip_1.8.2-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOl0EMACgkQNC3LAyACFJDTLACeKBQTllVLH3zUmiIHENgPiDpR
+MMAnRtpTSEHoA4J/DfxvIwdGXpgSCmT
=x2KN
-END PGP SIGNATURE-


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



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
  Description : LGPL version of MariaDB client libraries

I would like to package the version of MariaDB client libraries from
mariadb_client-2.0.0-src.tar.gz, for the situations where an LGPL
client library is required.  Off the top of my head, there would be at
least libmariadb2, libmariadb-client-lgpl-dev, and possibly
libmariadb-client-lgpl-compat-dev with the compatibility symlinks for
libmysqlclient.so, libmysql.so, etc.

Of course, if somebody else in the MySQL Maintainers group is already
working on this and just hasn't filed the ITP yet, I'd be happy to
defer to them.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140620201943.30187.46068.report...@deb-dschepler.snt.loc



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 into the minimal set of ca. 1473 source packages I get with my
  criteria.)
 Hi Daniel, could you elaborate on the tangled mess of the Java packages?
 As someone who cares about the Java packages in general I'd be
 interested in hearing what could be improved.

(Let's take any more detailed discussions on this off debian-devel and leave it 
just on debian-java.)

The first task would be to bootstrap gcj and then openjdk (and the latter's 
binary dependencies on libatk-wrapper-java-jni, ca-certificates-java, tzdata-
java).  Then I have to bootstrap ant, which is made difficult by the fact that 
there are so many Build-Depends needed before it's possible to build a full 
version of ant-optional.  In the past I've done that by first building just ant 
from that package, and then whenever one of the indirect Build-Depends of ant-
optional has a Build-Depends on ant-optional itself, I build a throwaway 
version of ant-optional against whatever I have available at that point.  But 
now, with libgnumail-java having a Build-Depends on bnd which Build-Depends on 
some packages from eclipse, I don't really have any idea how to handle that, 
other than to drop the call to bnd and cross my fingers hoping nothing needs 
whatever the bnd call adds to that package.

Mixed in with that, I also have to bootstrap maven-repo-helper, and for a few 
packages that I need before I'm able to do that, I do the ugly thing of just 
taking the metadata files from existing packages and installing them by hand 
into bootstrapped packages.  Then, the next major hurdle is that many packages 
that are part of the Maven build system or its binary dependencies have Build-
Depends on maven-debian-helper themselves.  A while ago I figured out a way to 
bootstrap this using maven-ant-helper, but that's a long drawn-out process 
involving probably hundreds of packages.  And I'm not sure that my process 
will still work, as there are even more packages that have switched to using 
maven-debian-helper to build in the meantime, including libjaxen-java which 
has always been a headache because of its circular Build-Depends with dom4j, 
libjdom1-java, xom.  (Also, maven-ant-helper itself isn't necessarily that 
easy to bootstrap, as it Build-Depends on ant-contrib, which Build-Depends on 
ivy, which Build-Depends on libcommons-vfs-java, which needs maven-debian-
helper.)  And yes, maven-debian-helper is part of that set of ca. 1473 source 
packages, for example via the chain x11proto-core - fop - xmlgraphics-
commons - mockito - objenesis - maven-debian-helper.

Anyway, that's just an overview of the main issues I face with a bootstrap of 
the Java packages.  If you want, I could restart my bootstrap process and let 
you know in more detail what Build-Depends cycles I run into (and solutions 
where I've been able to find them in past iterations).

Obviously, though, very little of this will be relevant for the case of 
bootstrapping a new port, using the existing Architecture: all packages.
-- 
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/2411641.bXzH0chkUq@frobozz



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

2013-10-27 Thread Daniel Schepler
Johannes Schauer wrote:
 Indeed, none of the Type 1 Self-Cycles are needed to bootstrap the core of
 Debian. Unfortunately though, most of the Type 2 Self-Cycles are. You will 
find
 many surprising (at least to me) examples in the section of Type 2
 Self-Cycles under the above link.

On the other hand, if you count Build-Depends-Indep and Architecture: all 
packages as part of what you want to bootstrap, then gnat-4.6 does get pulled 
in...

gzip Build-Depends-Indep: mingw-w64
mingw-w64 Build-Depends: gcc-mingw-w64-{i686,x86_64}
gcc-mingw-w64 Build-Depends: gnat-4.6

(And also, you have the issue that gcc-4.8 Build-Depends on libantlr-java and 
libecj-java, whose builds require either gcj-4.8 from the same source package, 
or openjdk-7-jdk which also Build-Depends on ecj.)

I realize that these sorts of issues aren't as important for the practical 
problem of bootstrapping a new port; but ideally, from a philosophical point 
of view we should be able to bootstrap all our packages.  (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 
into the minimal set of ca. 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



Accepted autoconf 2.69-1.1 (source all)

2013-08-11 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Aug 2013 10:56:46 -0700
Source: autoconf
Binary: autoconf autoconf-doc
Architecture: source all
Version: 2.69-1.1
Distribution: unstable
Urgency: low
Maintainer: Ben Pfaff pfaff...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 autoconf   - automatic configure script builder
 autoconf-doc - automatic configure script builder documentation
Closes: 711297
Changes: 
 autoconf (2.69-1.1) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer's permission.
 + Backport a patch from upstream to fix build failures with
   texinfo 5.1.  Closes: #711297.
Checksums-Sha1: 
 51fb329d0c818559d6d5d8aa85001883bfb1025e 1268 autoconf_2.69-1.1.dsc
 23884242dec0ba8320daada6c51f3b3d4522a2ab 26084 autoconf_2.69-1.1.debian.tar.gz
 f466ade665690745cc317c3742344c642400b7be 335650 autoconf_2.69-1.1_all.deb
 06f479c2b17f65cec9359810db1b432a7fc4e3f0 2833680 autoconf-doc_2.69-1.1_all.deb
Checksums-Sha256: 
 200a3549df11ecb6c58d0bfa56e55e7974838f4cbee6fd29872a03f39297 1268 
autoconf_2.69-1.1.dsc
 c7876cbc3c1347fd20a43fbd9806fd706058eed76beb0f48b0853bc5ab99a14b 26084 
autoconf_2.69-1.1.debian.tar.gz
 c3e9bc126a5bfeaacd936ff02f7b7bec1faeea0c21630a9cd73337b12a77c707 335650 
autoconf_2.69-1.1_all.deb
 1f97cc4daa9d6779bebbb53839c9e1374f7f68596d954a29a608a39906dc175f 2833680 
autoconf-doc_2.69-1.1_all.deb
Files: 
 f4d833991b57e574a4aa9e2589400581 1268 devel optional autoconf_2.69-1.1.dsc
 70b66f9a77a8ce7712031ac7074cefc7 26084 devel optional 
autoconf_2.69-1.1.debian.tar.gz
 592c9f25daabe9777f2aa23b681d38b3 335650 devel optional 
autoconf_2.69-1.1_all.deb
 7bc027f4fda25151c8d9cf8e25534241 2833680 doc optional 
autoconf-doc_2.69-1.1_all.deb

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

iEYEARECAAYFAlIH1z0ACgkQNC3LAyACFJAy+wCgh+o84c1FBxjKj9Vn/LnbphNN
ockAni09Kee4J/5arBTbPexlv1hRN39Z
=7PIK
-END PGP SIGNATURE-


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



Accepted qtads 2.1.6-1 (source amd64)

2013-07-14 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 14 Jul 2013 11:32:39 -0700
Source: qtads
Binary: qtads
Architecture: source amd64
Version: 2.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 qtads  - Qt HTML interpreter for TADS
Changes: 
 qtads (2.1.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Standards-Version to 3.9.4.
   * Add new shared-mime-info file and icons.
Checksums-Sha1: 
 f4c442125fae96dca08c41ed423f737c57705419 1098 qtads_2.1.6-1.dsc
 2e26413b0f64f28604b8055649a03e16cba614c7 2523761 qtads_2.1.6.orig.tar.bz2
 63f0e8fea930ae1d1f3ff5fa31b8983a091cbe58 4236 qtads_2.1.6-1.debian.tar.gz
 555e2d6eb9759ebe8a8ef0529e7c7580eb20dee2 1192834 qtads_2.1.6-1_amd64.deb
Checksums-Sha256: 
 03009919bc5e681dcd7b8cc302310413b74d895253a438231392afd2979337e7 1098 
qtads_2.1.6-1.dsc
 33f29b4c1b225f1a1e7ad1405a1bb7eb8ec4b1d567eac48a120071f7793373c8 2523761 
qtads_2.1.6.orig.tar.bz2
 02044cc8eaa51c55e32880a66403c4a544b24827dbf819802d3ac41b045a91b9 4236 
qtads_2.1.6-1.debian.tar.gz
 788db208632f1c9df1db54c3acbf553549d8fc107e2fa3616c99c8fbb993ef5d 1192834 
qtads_2.1.6-1_amd64.deb
Files: 
 f72cff077abefee248c5347cc4dd24c6 1098 games optional qtads_2.1.6-1.dsc
 58ed4a2cb3e9615cbeaca266998b86d4 2523761 games optional 
qtads_2.1.6.orig.tar.bz2
 8d5c84f279a56e09583091d7781fb150 4236 games optional 
qtads_2.1.6-1.debian.tar.gz
 5200a699fb1202f1384c30e78b71a2ec 1192834 games optional qtads_2.1.6-1_amd64.deb

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

iEYEARECAAYFAlHi9vQACgkQNC3LAyACFJCtigCeOq6aExQNVOZtRMRsrKyr6bQ/
L7cAn0lVjwXM79DUWXIFDWgnjPoMaQkJ
=T0VZ
-END PGP SIGNATURE-


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



Accepted frobtads 1:1.2.3-1 (source all amd64)

2013-07-14 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 14 Jul 2013 15:06:27 -0700
Source: frobtads
Binary: frobtads tads2-dev tads3-dev tads3-common
Architecture: source all amd64
Version: 1:1.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 frobtads   - Text mode interpreter for TADS version 2 and 3 game files
 tads2-dev  - TADS version 2 development tools
 tads3-common - TADS version 3 runtime support files
 tads3-dev  - TADS version 3 development tools
Changes: 
 frobtads (1:1.2.3-1) unstable; urgency=low
 .
   * New upstream release.
 + Comes as a single tarball, remove previous debian/rules code to
   handle three tarballs.
   * Switch to 3.0 (quilt) format.
   * Add a debian/watch file.
Checksums-Sha1: 
 e7820ab4abec4f36b0b030eb420a2219e4ebf184 1301 frobtads_1.2.3-1.dsc
 330217c0b6ee298bf9db986bc4ce84b86aa5e3e2 5227704 frobtads_1.2.3.orig.tar.gz
 0e5bfb5437aa7d276e2add4cb4e99b5478869536 4146 frobtads_1.2.3-1.debian.tar.gz
 6873765226d5dc028b33a482a4203782541422c4 29946 tads3-common_1.2.3-1_all.deb
 5dc7117c3160c0e3b3b4b68106a16a28e401f6ca 881898 frobtads_1.2.3-1_amd64.deb
 3f080bf6bca89674067db6a9472d0ee6cdcf2803 194458 tads2-dev_1.2.3-1_amd64.deb
 62cccde527364e1bdcdae54e65b37b01adbbb8ad 2525314 tads3-dev_1.2.3-1_amd64.deb
Checksums-Sha256: 
 5ff2a0728fa0e84482e26c5fb428ac1f92a90664acb354b981fbcf01ee14 1301 
frobtads_1.2.3-1.dsc
 88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788 5227704 
frobtads_1.2.3.orig.tar.gz
 33687325b9e30d4555c21ee75fd27eccbe9f3485f522be39423a9c948c103c30 4146 
frobtads_1.2.3-1.debian.tar.gz
 23c5577ccf477c837b4f0878cfce47e21547d69867545fc5b4efcaaa11c7a73a 29946 
tads3-common_1.2.3-1_all.deb
 f27596661c4a74e5811afdfc42f1ecb54dd881c0870e7412aa073d76e8665bed 881898 
frobtads_1.2.3-1_amd64.deb
 6d4e864ce24674ccc8e766a259ad65ed11f40fe387d429a37f306b76d1f2c109 194458 
tads2-dev_1.2.3-1_amd64.deb
 11814d941893a429d4740e6b4d026240aacf17f671db12476841006d5beaf0f4 2525314 
tads3-dev_1.2.3-1_amd64.deb
Files: 
 62229f828ae70fd53b7f3479351875e1 1301 non-free/games optional 
frobtads_1.2.3-1.dsc
 c6ed8cd6dac04b3ee6f4422cea688979 5227704 non-free/games optional 
frobtads_1.2.3.orig.tar.gz
 87a98933c3a8c3269a66cc70b31b9183 4146 non-free/games optional 
frobtads_1.2.3-1.debian.tar.gz
 cfcaf8e849c5fde7c5b25474b01b6476 29946 non-free/games optional 
tads3-common_1.2.3-1_all.deb
 08dbbb873793e0a3db3c63478935c4a5 881898 non-free/games optional 
frobtads_1.2.3-1_amd64.deb
 51e79c7d3325cf0bc38461c44fb5c19a 194458 non-free/devel optional 
tads2-dev_1.2.3-1_amd64.deb
 fa49c75dffe7cef43b13fd0be5cc 2525314 non-free/devel optional 
tads3-dev_1.2.3-1_amd64.deb

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

iEYEARECAAYFAlHjKh0ACgkQNC3LAyACFJCmdACeJ6VerGmKBRyuE9WLfohTfet5
mjUAn3qGm4ofXd12NFx1Joy0wVJBEcFk
=Opca
-END PGP SIGNATURE-


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



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

2013-07-06 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Jul 2013 12:50:28 -0700
Source: ddd
Binary: ddd ddd-doc
Architecture: source all amd64
Version: 1:3.3.12-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 ddd- The Data Display Debugger, a graphical debugger frontend
 ddd-doc- Additional documentation for the Data Display Debugger
Closes: 714657
Changes: 
 ddd (1:3.3.12-5) unstable; urgency=low
 .
   * Switch from lesstif to motif.  Closes: #714657.
   * Use dh-autoreconf instead of the previous hand-rolled version.
   * Remove old ddd-doc.preinst which was for upgrading from older versions
 than what's in oldstable.
Checksums-Sha1: 
 defc55865f226278674f31f738a960993df521ee 1204 ddd_3.3.12-5.dsc
 c3dec27a42b4eea4a817b23e6ed5e6471cb81286 25088 ddd_3.3.12-5.debian.tar.gz
 1b012126572793da43d623d442b2ffa3e85a54f6 1876658 ddd-doc_3.3.12-5_all.deb
 339d3ec6bb76705ccdc3c6f87e5663ef8603e40f 1431014 ddd_3.3.12-5_amd64.deb
Checksums-Sha256: 
 f23d2c5a8ceb70af316bbafc95d7a128ecd8db06cc259e3506a670d75ed401ed 1204 
ddd_3.3.12-5.dsc
 81bda6172e87879d98c576ec448c8fec6d479956c1a37f459070d840c0238a4a 25088 
ddd_3.3.12-5.debian.tar.gz
 e0d61134e923dc48cdbe0ef6c4edb9d6982bba01c7e11fc90465531f02add9a7 1876658 
ddd-doc_3.3.12-5_all.deb
 9c0b08a1476c2dc58c4c672166a4df389b77e7b02fe5dfd065cb6a2b1cc350e8 1431014 
ddd_3.3.12-5_amd64.deb
Files: 
 c40f6db1147ccec3acb03e073ed615ee 1204 devel optional ddd_3.3.12-5.dsc
 2291950f21af11264a7a4158b0366ae5 25088 devel optional 
ddd_3.3.12-5.debian.tar.gz
 da33aff899ead154a6588e9eed0afa17 1876658 doc optional ddd-doc_3.3.12-5_all.deb
 7775248fb2d9ee5477adc8c370064d7c 1431014 devel optional ddd_3.3.12-5_amd64.deb

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

iEYEARECAAYFAlHYfBcACgkQNC3LAyACFJAJVgCgpXdMFLZ3+caxJN8NEy0bCJ1z
otUAoJCtFvt7E/SUEo83PQaumk+5NzFF
=faTt
-END PGP SIGNATURE-


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



Re: x32 “half”arrived… now what?

2013-06-12 Thread Daniel Schepler
Matthias Klose wrote:
Multi-Arch isn't there yet. And even if it is, the multilib builds should be
kept for some more releases.  There is a lot to do on the Debian side, and on
the upstream side.  So maybe it helps your understanding to get the required
patches upstream to get multilib working with a multiarch setup.

OK, maybe this weekend I'll work on creating patches to the gcc packaging to 
allow gcc-multilib to use multiarch libraries.  My basic idea right now would 
be something like:

* Both lib32gcc1:amd64 and libgcc1:i386 provide an alternative for 
/usr/lib/gcc/i386-linux-gnu/libgcc_s.so pointing to its version of 
libgcc_s.so.*, with libgcc1:i386 having the higher priority.
* The gcc-4.8 packaging (for lib32gcc-4.8-dev:amd64) makes 
/usr/lib/gcc/x86_64-linux-gnu/4.8/32/libgcc_s.so a symlink to 
/usr/lib/gcc/i386-linux-gnu/libgcc_s.so.
* Then the rest is just adjusting 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
Adam Borowski wrote:
 Wouldn't it be easier to have lib32gcc1:amd64 merely depend on libgcc1:i386?
 It'd save a massive amount of complexity.

But that reintroduces the problem which convinced me there's a reason to keep 
lib32gcc1 in the first place: suppose libgcc1:i386 and libgcc1:amd64 get out 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
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2939148.PGM52SdYmI@frobozz



Re: x32 “half” arrived… now what?

2013-06-07 Thread Daniel Schepler
(Sorry about the lack of threading... for some reason I'm unable to find the 
links to download mbox archives for replying to the messages.)

In response to Adam's comments about debootstrap not working because findutils 
FTBFS: Yes, I'm aware of that, and for now you have to include unreleased as 
well using multistrap with the instructions at http://wiki.debian.org/X32Port 
.  (And apologies for the inconvenience...  That will also get you a newer 
version of binutils:x32 which makes elf32_x86_64 the default target -- which 
is really only important if your source package is using ld -r or otherwise 
running ld manually.)

For the reason we still have multilib packages instead of relying on 
multiarch, see the thread starting at
http://lists.debian.org/debian-devel/2013/05/msg00692.html .  (The one good 
argument there IMO is that dropping libc6-i386 in favor of libc6:i386 could 
cause difficulties autobuilding gcc-multilib when e.g. libgcc1:i386 and 
libgcc1:amd64 get out of sync because of buildd delays.  I still don't see any 
good reason to keep the other multilib packages like lib32gmp10.)

In answer to Russ's concerns about sizeof(time_t)  sizeof(long): that hasn't 
really been a major concern in my experience (the biggest impact is that it 
causes gobject-introspection to FTBFS -- #699024).  The bigger porting 
concerns are code using x86_64 asm, and the fact that x32 doesn't support the 
sysctl(2) interface.  On the latter point, I get the feeling that might be a 
result of another of Linus' decrees (new architectures shall not support this 
interface which was obsolete from the moment it was introduced), though 
that's just a pure guess.  Oh, and then there's the multitude of build 
failures because of the package's copy of libtool being out of date.
-- 
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: jessie release goals

2013-05-12 Thread 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|amd64] as possible, which would in addition
mean limiting some packages to arch:i386 if they currently provide a fake
arch:amd64 package with an i386 binary.)

Of course, to completely get rid of everything including libc6-* and
lib32gcc1, etc., we'd need special configuration on the buildds to continue
building gcc with multilib support; and the GCC maintainer has expressed
resistance to being that radical even if we 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|amd64] as possible, which would in addition
  mean limiting some packages to arch:i386 if they currently provide a fake
  arch:amd64 package with an i386 binary.)
 
  Of course, to completely get rid of everything including libc6-* and
  lib32gcc1, etc., we'd need special configuration on the buildds to
 continue
  building gcc with multilib support; and the GCC maintainer has expressed
  resistance to being that radical even if we could get this buildd
 support.

 Well, GCC should keep building with a sane amount of effort.  And that
 currently
 means not depending on a foreign architecture on the buildds.  So before
 this
 can happen:

  - get dpkg ready to accept b-d's on foreign architectures.

  - get GCC ready to search for gcc_lib_dir for foreign multilibs.
and get this submitted upstream before getting it to the Debian
packages.


I didn't need to do anything special on this back when I did the proof of
concept.  All I had to do was adjust the gcclibdir/32/libgcc_s.so symlink
created in the packaging to point to the multiarch location.


  - find a solution for multilibs which are not fully supported
 architectures,
but only partial ports, or ports maintained outside the archive.


That case could continue to use multilib without creating the (admittedly
minor) redundancy that multilib + multiarch creates.


  - get the buildd infrastructure ready.

  - find a solution that GCC's b-d's may not be installable anymore with
the current approach to binNMUs.


OK, that's a good point that I hadn't thought of before.  So, it does make
sense to keep libc6-i386 and lib32gcc1 if only for cross-architecture
version skew issues.  But I also think for most users it would make sense
to allow for the option of satisfying gcc-multilib's dependencies using
multiarch, and to make this the default option on multiarch systems.
Though that would probably involve adding alternatives somewhere which
might be more trouble than it's worth...


 It is wrong to drop the current multilib support before these are
 implemented
 and in place.

 So what do you commit to work on?

 I don't think that there are that many packages where you can or should
 drop
 multilib support.  So it would be wrong to drop multilib support for zlib
 (GCC,
 gdb), ncurses, readline, expat (gdb) now.  And there are not that many more
 packages providing multilib support.


Umm, maybe this is a stupid question, but why would we need to support
uploading packaged cross-compiled versions of gdb?  As for the others you
listed, I've gotten by just fine on x32 without any lib[32|64]z1 etc.
packages.

(Also, on a side note: do you have any idea why expat provides lib64expat1
but no lib32expat1?)
-- 
Daniel Schepler


Accepted libtool 2.4.2-1.2 (source all amd64)

2012-11-23 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 Nov 2012 15:26:44 -0800
Source: libtool
Binary: libtool libtool-doc libltdl7 libltdl-dev
Architecture: source all amd64
Version: 2.4.2-1.2
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx k...@roeckx.be
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 libltdl-dev - A system independent dlopen wrapper for GNU libtool
 libltdl7   - A system independent dlopen wrapper for GNU libtool
 libtool- Generic library support script
 libtool-doc - Generic library support script
Closes: 69
Changes: 
 libtool (2.4.2-1.2) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer's permission.
   * Backport support for x32 from upstream git.  Closes: #69.
Checksums-Sha1: 
 bfd2d32aed7a6b8faf7e66119e58c8245a4cdb46 1367 libtool_2.4.2-1.2.dsc
 cc88430bfdbe6b4891697565554ae4d610c52f00 16851 libtool_2.4.2-1.2.debian.tar.gz
 0046343e1e7f9413beac1f48f58b3201f3b50f3c 607156 libtool-doc_2.4.2-1.2_all.deb
 f09e3ba119ae1480a689af3688dee870351c058e 620584 libtool_2.4.2-1.2_amd64.deb
 011b7e779d3662504883abea307b5268f75fe0fa 352246 libltdl7_2.4.2-1.2_amd64.deb
 bcb46cd1fff5bca8aed790a7c7edd4ab3e5d3269 205566 libltdl-dev_2.4.2-1.2_amd64.deb
Checksums-Sha256: 
 74449e5fd10666e6011d2bfc0cb911a37baf027666cb9aa11e6413f442de912a 1367 
libtool_2.4.2-1.2.dsc
 aec479073ca16f6aea53174aa5590f8814a6315e8b3562b8574f56df1f2b7b00 16851 
libtool_2.4.2-1.2.debian.tar.gz
 cc77d6cda47e8bfca89a39dbd1df722505e1cb40035f2cf2db47b1c40e32f0a9 607156 
libtool-doc_2.4.2-1.2_all.deb
 a4660f3491581724080f36dbf2eed5e6b2e91b47edc8e51dd20837494fce8f7b 620584 
libtool_2.4.2-1.2_amd64.deb
 56777860ec11c4962e6d8761f539c2b3a54c5e127696c0c0fc677079d203a7a1 352246 
libltdl7_2.4.2-1.2_amd64.deb
 6f0b1fad1ab9467aa9efd8975eb0b6cf6aa1965226a54b424cdbe71387be90d1 205566 
libltdl-dev_2.4.2-1.2_amd64.deb
Files: 
 0171b628a9ccbea78b271e9ca961194b 1367 devel optional libtool_2.4.2-1.2.dsc
 8693cb73c72e221fe676d7379a241835 16851 devel optional 
libtool_2.4.2-1.2.debian.tar.gz
 55a46a89a77fa3703126471fb29bbdcf 607156 doc optional 
libtool-doc_2.4.2-1.2_all.deb
 b1c85674a6e7d87529cd0a763b20542c 620584 devel optional 
libtool_2.4.2-1.2_amd64.deb
 6005c000d315ef213a73a23df0630bd6 352246 libs optional 
libltdl7_2.4.2-1.2_amd64.deb
 985a1082211e5935db3d48f29d15266f 205566 libdevel optional 
libltdl-dev_2.4.2-1.2_amd64.deb

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

iEYEARECAAYFAlCwExIACgkQNC3LAyACFJD56QCeKhixlXavZt00nPE2dJrLWk+o
tEYAn3hVrK7v6V+mi1Fz59gicDvXS2B7
=qkxN
-END PGP SIGNATURE-


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



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 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CADf0C46P44e4Tr1R2NkDgLPHuQ3jRQ5K5pW+6h0RD9==zrh...@mail.gmail.com



x32 port bootstrap is uploaded

2012-11-19 Thread Daniel Schepler
I've finally finished the initial upload of my current x32 bootstrap
archive, which is now available at http://87.98.215.228/debian/ .
Assuming you're running an amd64 kernel with x32 support (3.4.0 or
later with CONFIG_X86_X32=y, can download my build of 3.6.4 from
http://87.98.215.228/debian/byhand/l/linux/ ), you should be able to
debootstrap using something like

wget http://87.98.215.228/debian/dists/archive.pub
debootstrap --arch=x32 --components=main,byhand,partial \
  --keyring=`pwd`/archive.pub \
  sid /root/x32-chroot/ http://87.98.215.228/debian/

Later I'll try to document 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 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CADf0C45pX_Zk3J5uUw_vZBkVOfL=Bk0AsArV1Ojg=zuz76o...@mail.gmail.com



Re: History of Debian bootstrapping/porting efforts

2012-11-14 Thread Daniel Schepler
I read your recent post to debian-devel with great interest, as I've
done some bootstrapping efforts in the past, and I'm currently in the
middle of a port for the x32 ABI.  In the past, what I've done
(mostly privately) was to develop a script I called pbuildd which
essentially just runs through the list of currently unbuilt packages
and tries running pbuilder on them all, then installs anything that
succeeds into a local repository and starts up the loop again.  Then,
when things got stuck, I just did a manual inspection of the
unsatisfied dependencies to find the cycles, and chose one to break.
In fact, I've just started uploading my current iteration of this to
http://87.98.215.228/debian/ -- you might want to especially look at
scripts/pbuildd which is the central script to run this loop.  (And
over time, it's gathered various optimizations to speed up the
installation into local repository step, try to avoid invoking
pbuilder if it can easily determine that certain Build-Depends aren't
present at all, etc.)

Initially, when I needed to break a cycle, I would just build
something by hand and stick it into the partial directory, but over
time I started developing automated cycle-breaker scripts, which are
currently under scripts/cb.inactive (the pbuildd script looks for them
under scripts/cb).  The scripts tend to become outdated over time,
though, with a moving target, and I'm sure the current state is no
exception.  My personal heuristics for what I preferred were: first,
prefer cycle-breaking which just removes Build-Depends which are there
to build documentation.  Then, prefer cycle-breaking which ignores
Build-Depends on one or a few libraries which provide purely optional
features.  If I couldn't find anything of this sort, I'd just try to
find the cycle-breaking point which would be (fuzzily) least
invasive and least likely to break the resulting packages, at least
as far as packages that Build-Depend on them.

In the past, pbuildd was mainly geared towards trying to build all of
Debian (including the binary-indep packages) starting from a minimal
chroot and with minimal extra package downloads, but on an established
architecture.  It was only recently that I started applying it to
bootstrapping x32.  The way I started that was actually: I started off
mainly following the instructions from Linux From Scratch, though of
course adjusting it to cross-building to x32 as necessary.  I also
inserted dpkg into the process as soon as possible after the first LFS
stage creating the chroot with /tools, and from then on ran installs
into temporary directories, and built dummy dpkg packages with no
dependencies.  Then, after the LFS builds were over, I started
building real Debian packages from the actual .dsc source packages,
and eventually had enough packages built in this way that I was able
to do a debootstrap, and start the pbuildd process.  (So yes, x32
might be a special case in that it runs on already widely available
hardware, and I could develop from an existing Debian installation.
But I'd imagine that was probably the case as well, though possibly to
a smaller degree, for the amd64 and ia64 ports, and possibly other
recent ports to new ABIs on existing hardware (armhf?).)

As for specifics on the x32 port -- currently the most common issues I
see (roughly from most common to least common) are:
* Outdated libtool, which causes it to want to ld -r with the wrong -m
target type.  (And also ld -r more often than usual, because getconf
ARG_MAX outputs undefined on x32 in certain circumstances, which
the outdated libtool can't handle properly.)  Of course this isn't an
issue for packages that autoreconf at build time.
* Issues which will hit every architecture once we switch to eglibc
2.16.  Out of this, by far the most common is gnulib (other than very
recent git versions) wanting to attach a warning to the gets
prototype, which is no longer exported by default in eglibc 2.16.
* Code still using sysctl(2), which is no longer supported in x32.
* Code which unconditionally uses 64-bit asm snippets if __x86_64__ or
__amd64__ is defined -- which causes assembler failures if one of the
inputs or outputs is a long 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/CADf0C45igv-SnQcEz8v_A0vH=VKRJ+eFc7cwt2j5U=8rcyf...@mail.gmail.com



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 to upload what I have so far from bootstrapping an x32
 port of Debian?

 Have you talked to the debian-ports.org people? They have a (secondary)
 mirror and buildd network that all our no longer active ports have moved
 to, as well.

Yes, I've emailed ad...@debian-ports.org as Guillem Jover suggested.
I'll wait until the end of the day tomorrow to see if I get a
response, and if not, I might take up Thomas Goirand on his offer of
temporary hosting.
-- 
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/CADf0C46hL2753aK_E2Dx_qWr8H=r7-gbxte5cjf6wstcaqt...@mail.gmail.com



Re: Where could I upload x32 port bootstrap?

2012-11-10 Thread Daniel Schepler
(Sorry for broken threading, I'm not currently subscribed to debian-devel.)

At some time in the past, Henrique de Moraes Holschuh h...@debian.org wrote:
 Can someone give us numbers?  Using VMs or even the bare metal, it should be
 possible to gather some statistics about memory usage for x32 versus amd64
 for:

 1) Desktop running gnome or kde (or both, whatever) with iceweasel open on
 the www.debian.org page.

Well, currently, neither gnome nor kde is fully installable, and
iceweasel doesn't build at all.

 2) Maximum memory usage for a kernel, x.org or libreoffice build run.

libreoffice also doesn't build, waiting for dependencies.  (I was
surprised x.org builds successfully for x32, but I haven't actually
tested the resulting server.)

 3) Memory usage of some common server workload.  E.g. email with
 amavisd-new+spamassassin (perl is a memory pig in amd64), or a LAMP stack
 with some common web application.

mysql builds successfully, but looking at the log from the testsuite,
it looks like at least the server is probably totally broken.  Also,
php5 fails to build because of the previously mentioned assumption
that __x86_64__ means x86_64 asm assuming 64-bit pointers 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...@lists.debian.org
Archive: 
http://lists.debian.org/CADf0C46D2JzbAUhUAtnr3gXYkWrBuS5WE5z1vsu=xnaz6s0...@mail.gmail.com



Where could I upload x32 port bootstrap?

2012-11-09 Thread Daniel Schepler
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 to upload what I have so far from bootstrapping an x32
port of Debian?  So far I have over 13000 source packages built, so
the total size 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? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cadf0c443jajm-usbup0_czvyzmscrjfq_uehuhacbsholwn...@mail.gmail.com



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

2012-08-21 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Aug 2012 19:10:20 -0700
Source: ddd
Binary: ddd ddd-doc
Architecture: source all amd64
Version: 1:3.3.12-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 ddd- The Data Display Debugger, a graphical debugger frontend
 ddd-doc- Additional documentation for the Data Display Debugger
Closes: 682627
Changes: 
 ddd (1:3.3.12-4) unstable; urgency=low
 .
   * Remove broken ICE_MOTIF_DIALOGS_OWN_SELECTION_LIST configure test,
 which caused the configure process to thrash the swap and hang.
 Closes: #682627.
Checksums-Sha1: 
 e0da465e6beaa6b253c4950457ad6ab8fd9fa2f1 1220 ddd_3.3.12-4.dsc
 1dd317d5daf634bd609019f2e5f1879e1487c18a 24975 ddd_3.3.12-4.debian.tar.gz
 573aaa4b754bae5c27964ca56dce65d90fa35947 1876692 ddd-doc_3.3.12-4_all.deb
 41f1a0dd4598e015418cd28d57921c3143c8aa65 1426772 ddd_3.3.12-4_amd64.deb
Checksums-Sha256: 
 96a3a385eaa8f593d2997b2af8bb9041ba7d51c3b4fdcc62d05d7517ed257ebd 1220 
ddd_3.3.12-4.dsc
 7e0caf8e7d11cfde28c71c7219608937ff8e78cd69edc4885c5b5990d9eca03c 24975 
ddd_3.3.12-4.debian.tar.gz
 bb9c6a8eb984f936113aba3aaf66fa639caed6e4efbcb2c18abbbdca302adfef 1876692 
ddd-doc_3.3.12-4_all.deb
 d8d92b6d0f6ac6dc7a79e3bc72190de1bb70639d13981df09e517ed2c81a1123 1426772 
ddd_3.3.12-4_amd64.deb
Files: 
 759b5e372794d0aa1ad0b4c184bc9dd7 1220 devel optional ddd_3.3.12-4.dsc
 a4c90b6fbc6a2fcc3de6159ad150e6bb 24975 devel optional 
ddd_3.3.12-4.debian.tar.gz
 77b0f7a62b0e6ddf7c677038ea231170 1876692 doc optional ddd-doc_3.3.12-4_all.deb
 8662e52568324e33e0edf19bf4ed9ddf 1426772 devel optional ddd_3.3.12-4_amd64.deb

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

iEYEARECAAYFAlA0SgkACgkQNC3LAyACFJA76ACgrD6spXkgo6fsRmD/CtmIg/c+
3S8AoIES12MsxKjvfxGycrm7NRZcNKvT
=Fruk
-END PGP SIGNATURE-


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



Accepted qtads 2.1.3-1 (source amd64)

2012-06-10 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Jun 2012 14:42:39 -0700
Source: qtads
Binary: qtads
Architecture: source amd64
Version: 2.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 qtads  - Qt HTML interpreter for TADS
Closes: 671979 676503
Changes: 
 qtads (2.1.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Add Build-Depends on pkg-config.  Closes: #671979.
   * Update watch file to look for tar.bz2 files.  Closes: #676503.
   * Disable CONFIG=silent for Debian build.
   * Bump Standards-Version to 3.9.3.
Checksums-Sha1: 
 fd40f77cb8209b9beaac17f6f734b33f6fa36d95 1098 qtads_2.1.3-1.dsc
 d5678f227b44025569ae7d599fe7a4503646e488 1848787 qtads_2.1.3.orig.tar.bz2
 eaf459992ba040be69238cc1c33bfc38e7bd380c 4047 qtads_2.1.3-1.debian.tar.gz
 6f75dde22993efc3826ef01c0094c47080b16925 937382 qtads_2.1.3-1_amd64.deb
Checksums-Sha256: 
 f404b8fba85e28af24c566e7f95643d3df863dc20c6b8cddab95941df9fdc2c3 1098 
qtads_2.1.3-1.dsc
 6f7a9fafd7d6cb91ea276a7929f3a2def78f04092dd89d5cde8b8d4b1765856f 1848787 
qtads_2.1.3.orig.tar.bz2
 ed3ed54b6723ce0e1309e433a71a3ed4846709201c05b62a5c224f766c769ca6 4047 
qtads_2.1.3-1.debian.tar.gz
 99dcbd9330e47e71bcb354bfca1c9fb92f20a749785313d5efdea5639bb4953f 937382 
qtads_2.1.3-1_amd64.deb
Files: 
 fba1d34dab2456b121fb1294b6814c21 1098 games optional qtads_2.1.3-1.dsc
 326c6726b7cd9238137ba2d4aa5ad8bb 1848787 games optional 
qtads_2.1.3.orig.tar.bz2
 0995c792fcc7ef00ae12d77e1c72 4047 games optional 
qtads_2.1.3-1.debian.tar.gz
 e734da5169ebfa943fd4f93945f012a7 937382 games optional qtads_2.1.3-1_amd64.deb

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

iEYEARECAAYFAk/VFuEACgkQNC3LAyACFJChWQCghqPmmh5s//zApnWAJMf0lKfn
grUAn202XWv6g79vVLMspzskoR8Koeuv
=cyy+
-END PGP SIGNATURE-


Accepted:
qtads_2.1.3-1.debian.tar.gz
  to main/q/qtads/qtads_2.1.3-1.debian.tar.gz
qtads_2.1.3-1.dsc
  to main/q/qtads/qtads_2.1.3-1.dsc
qtads_2.1.3-1_amd64.deb
  to main/q/qtads/qtads_2.1.3-1_amd64.deb
qtads_2.1.3.orig.tar.bz2
  to main/q/qtads/qtads_2.1.3.orig.tar.bz2


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



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...@debian.org
Description: 
 ddd- The Data Display Debugger, a graphical debugger frontend
 ddd-doc- Additional documentation for the Data Display Debugger
Closes: 623640 646170
Changes: 
 ddd (1:3.3.12-3) unstable; urgency=low
 .
   * Add -ltinfo to the search path for termcap libraries.  Closes: #646170.
   * Add Build-Depends on info and texinfo.
   * Remove libxp-dev from Build-Depends, and force configure script not to
 search for it.  Closes: #623640.
   * Add -Wl,--as-needed to LDFLAGS, to get rid of useless direct linking
 against SM, ICE, Xpm, Xext libraries.
Checksums-Sha1: 
 cce438bbb1c51260156bfc8c974c12ae8f6d2920 1220 ddd_3.3.12-3.dsc
 4f6fbfd690658a3c7520edaf99b79ecdf32efd0e 24149 ddd_3.3.12-3.debian.tar.gz
 0cd953e51fd61ae2bb3d8b83f28abf50d0b7d651 1876094 ddd-doc_3.3.12-3_all.deb
 a9fd407f742949238903a0250627b69a794e6b9b 1448102 ddd_3.3.12-3_amd64.deb
Checksums-Sha256: 
 e866dc5749d3bb06e8b176d7d0bafbc92fb54e1080ff1027cec91a9dbfff82e5 1220 
ddd_3.3.12-3.dsc
 e4abafc0f1a92495da5fdd1f5c4970ded869f695847965d0d85019caeee17a03 24149 
ddd_3.3.12-3.debian.tar.gz
 46753412f71c4fc76421023b61dee55498011f0bf7b49e003666cf03ff99f7a8 1876094 
ddd-doc_3.3.12-3_all.deb
 aefaf1483f3afab32a87d382c11463249d3b3ff086371cf8b9bf977dc8216076 1448102 
ddd_3.3.12-3_amd64.deb
Files: 
 cebe39346c2bf30dcacae0481de4f51a 1220 devel optional ddd_3.3.12-3.dsc
 66e3b5714bd98bcd570dd02160b18b66 24149 devel optional 
ddd_3.3.12-3.debian.tar.gz
 f99210f199adc413e82b85c0b23577c2 1876094 doc optional ddd-doc_3.3.12-3_all.deb
 6e10a940534a0bfbd228fd25234009e9 1448102 devel optional ddd_3.3.12-3_amd64.deb

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

iEYEARECAAYFAk7aceQACgkQNC3LAyACFJAqjACglDDR+9JSMrCINfLoJLS73+rT
76EAnRqYqLEAWesypoy1Yu82MqYrZvSc
=pinb
-END PGP SIGNATURE-


Accepted:
ddd-doc_3.3.12-3_all.deb
  to main/d/ddd/ddd-doc_3.3.12-3_all.deb
ddd_3.3.12-3.debian.tar.gz
  to main/d/ddd/ddd_3.3.12-3.debian.tar.gz
ddd_3.3.12-3.dsc
  to main/d/ddd/ddd_3.3.12-3.dsc
ddd_3.3.12-3_amd64.deb
  to main/d/ddd/ddd_3.3.12-3_amd64.deb


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



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

2011-07-19 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 18 Jul 2011 21:12:06 -0700
Source: libmath++
Binary: libmath++-dev libmath++0c2a libmath++-doc
Architecture: source all amd64
Version: 0.0.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@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 package.  (See #634497).
   * Build against latest automake, now that libtool is incompatible with
 automake1.7.  Closes: #628307.
   * Remove .la file from -dev package.
   * Multiarchify.
   * Bump Standards-Version to 3.9.2.
   * Update to 3.0 (quilt) source format.
Checksums-Sha1: 
 bef6770fb23d2c7cd1cce789e4212409457083a2 1134 libmath++_0.0.4-4.dsc
 524c1f0f574ce7f3e610bd0d9360adf0da0e5a43 3395 libmath++_0.0.4-4.debian.tar.gz
 2647519e726f1f5d4af02d3b1a904b5902e61bf6 559420 libmath++-doc_0.0.4-4_all.deb
 aac28f2eca293a7336175e635213b3c6db679274 32886 libmath++-dev_0.0.4-4_amd64.deb
 2e3a7e507b9032815ac39f58077419f0c4ec5f56 11252 libmath++0c2a_0.0.4-4_amd64.deb
Checksums-Sha256: 
 85eb3235848f42e3ecf65ba90e4a3e9fcee3513965db824568a438a4577977a6 1134 
libmath++_0.0.4-4.dsc
 201e6590f20494f0cb625e1d9541ef7b58c7c8933084cebb5f3b462c8d2bbd36 3395 
libmath++_0.0.4-4.debian.tar.gz
 87f5445f79623233837e48ca5834f316762444ff9400fce54800d03ea54cfa76 559420 
libmath++-doc_0.0.4-4_all.deb
 0e50efec8eda433d8680fcec6aa197f95398080a81e5e6f5aa523388c796dc9e 32886 
libmath++-dev_0.0.4-4_amd64.deb
 e25de6b5198213b21553adc7cf256cf3583c70418017b2aa8903fecd83b14b53 11252 
libmath++0c2a_0.0.4-4_amd64.deb
Files: 
 740f25ca785fad817f81f82768df3a50 1134 math optional libmath++_0.0.4-4.dsc
 df68de65f60422dcfeec6b598095081c 3395 math optional 
libmath++_0.0.4-4.debian.tar.gz
 23b3b1ffd4d050b8accf61af9071a9b6 559420 doc optional 
libmath++-doc_0.0.4-4_all.deb
 f4bb52a02a36dde854e3e41c6649eeba 32886 libdevel optional 
libmath++-dev_0.0.4-4_amd64.deb
 f3adf9a06644fc2287660a8b03aae907 11252 libs optional 
libmath++0c2a_0.0.4-4_amd64.deb

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

iEYEARECAAYFAk4lE9cACgkQNC3LAyACFJCBegCgiCa5cOxJ5szOIRW65V/Nak2a
iOUAnj2VGk8Q9y4UUIiFAXkt8kgokcQB
=l/bE
-END PGP SIGNATURE-


Accepted:
libmath++-dev_0.0.4-4_amd64.deb
  to main/libm/libmath++/libmath++-dev_0.0.4-4_amd64.deb
libmath++-doc_0.0.4-4_all.deb
  to main/libm/libmath++/libmath++-doc_0.0.4-4_all.deb
libmath++0c2a_0.0.4-4_amd64.deb
  to main/libm/libmath++/libmath++0c2a_0.0.4-4_amd64.deb
libmath++_0.0.4-4.debian.tar.gz
  to main/libm/libmath++/libmath++_0.0.4-4.debian.tar.gz
libmath++_0.0.4-4.dsc
  to main/libm/libmath++/libmath++_0.0.4-4.dsc


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



Accepted libcapsinetwork 0.3.0-7 (source amd64)

2011-07-18 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 18 Jul 2011 21:56:38 -0700
Source: libcapsinetwork
Binary: libcapsinetwork-dev libcapsinetwork0c2a
Architecture: source amd64
Version: 0.3.0-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@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 file from -dev package.
   * Multiarchify.
   * Bump Standards-Version to 3.9.2.
   * Update to 3.0 (quilt) source format.
Checksums-Sha1: 
 5e8c6794bd66fe19dc14fa495958aca05fc9712f 1124 libcapsinetwork_0.3.0-7.dsc
 9a385c2959e6405cc4e1e8dd261fab9c5660fd01 4369 
libcapsinetwork_0.3.0-7.debian.tar.gz
 f8c1e86934376dd633897d6f92425bdc28a6f953 14080 
libcapsinetwork-dev_0.3.0-7_amd64.deb
 b72919f32d58b6fbb0d5e0fdc12ddcf9aace26fd 13458 
libcapsinetwork0c2a_0.3.0-7_amd64.deb
Checksums-Sha256: 
 410f79e20e6f2416ed60321f6a7f81ce7990dadc0eab37df3237aa605e5284bf 1124 
libcapsinetwork_0.3.0-7.dsc
 d150330a0d7e1a289db12e98d2757fadcbc6afeebceb8a7502cd1831d3af4f0d 4369 
libcapsinetwork_0.3.0-7.debian.tar.gz
 0ff6e3656fb78f9aef9ce2df73f9f36d44a91b7505f949ba6e13a70b3168d5ff 14080 
libcapsinetwork-dev_0.3.0-7_amd64.deb
 dde69b1ab13346f69539ecc46aa774a4d313cfeba371b674307f323be8765f7a 13458 
libcapsinetwork0c2a_0.3.0-7_amd64.deb
Files: 
 d77c2f463347789cfde8a99025a8e33d 1124 net optional libcapsinetwork_0.3.0-7.dsc
 a0f269cb62e53d82ccd8b9e58b0fcd2f 4369 net optional 
libcapsinetwork_0.3.0-7.debian.tar.gz
 11d4d4bc098d14e5122a7e08f10b0404 14080 libdevel optional 
libcapsinetwork-dev_0.3.0-7_amd64.deb
 910d16c68ae65d8ee9a8d5fc8c844a7e 13458 libs optional 
libcapsinetwork0c2a_0.3.0-7_amd64.deb

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

iEYEARECAAYFAk4lE+sACgkQNC3LAyACFJAagACffK/MGbSFCMaDlXo2hhnkdb80
YoUAnjYu9Pw8oJNBKGljPNaCMsdIU7H1
=1JE4
-END PGP SIGNATURE-


Accepted:
libcapsinetwork-dev_0.3.0-7_amd64.deb
  to main/libc/libcapsinetwork/libcapsinetwork-dev_0.3.0-7_amd64.deb
libcapsinetwork0c2a_0.3.0-7_amd64.deb
  to main/libc/libcapsinetwork/libcapsinetwork0c2a_0.3.0-7_amd64.deb
libcapsinetwork_0.3.0-7.debian.tar.gz
  to main/libc/libcapsinetwork/libcapsinetwork_0.3.0-7.debian.tar.gz
libcapsinetwork_0.3.0-7.dsc
  to main/libc/libcapsinetwork/libcapsinetwork_0.3.0-7.dsc


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



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...@debian.org
Description: 
 monopd - Monopoly game network server
Changes: 
 monopd (0.9.3-5) unstable; urgency=low
 .
   * Orphaning package (see #634499).
   * Bump Standards-Version to 3.9.2.
   * Update to 3.0 (quilt) source format.
Checksums-Sha1: 
 e856109c50c713ed1f21e7d7463e88811c9090b7 1044 monopd_0.9.3-5.dsc
 9448b4b7f945e1785d62981ca11409f726a95a0d 4886 monopd_0.9.3-5.debian.tar.gz
 0b1afc74b789099a9eb8b4e94fbb5c4ee2935f0b 161132 monopd_0.9.3-5_amd64.deb
Checksums-Sha256: 
 da11f3c6de2e10e47b3e44c3d3d8ed6518c40aad45e87c2c1aa8c4b4316be83f 1044 
monopd_0.9.3-5.dsc
 2a17ccd78de5c97d69480b7ef4b0b8bc0ee8b3ad21ce279b2358101ed15cc0b4 4886 
monopd_0.9.3-5.debian.tar.gz
 28b7b09bea1c5c633cc6089813ad2df1bd0facc892415b06dfb0651ea424fc3e 161132 
monopd_0.9.3-5_amd64.deb
Files: 
 a33ee2352b922b047bbef2e9b3e62baf 1044 games optional monopd_0.9.3-5.dsc
 1898a39c121819f565c9848c09937bf8 4886 games optional 
monopd_0.9.3-5.debian.tar.gz
 c053c5b1c9f3f9ce874020b1f629c9f2 161132 games optional monopd_0.9.3-5_amd64.deb

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

iEYEARECAAYFAk4lFBQACgkQNC3LAyACFJCjLACdHmE56k53BTPeiEaLnX9yMsBf
magAoK6c3CPr+hsglTSUTRrLDATf0T1z
=N9sO
-END PGP SIGNATURE-


Accepted:
monopd_0.9.3-5.debian.tar.gz
  to main/m/monopd/monopd_0.9.3-5.debian.tar.gz
monopd_0.9.3-5.dsc
  to main/m/monopd/monopd_0.9.3-5.dsc
monopd_0.9.3-5_amd64.deb
  to main/m/monopd/monopd_0.9.3-5_amd64.deb


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



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...@debian.org
Description: 
 qtads  - Qt HTML interpreter for TADS
Closes: 604582
Changes: 
 qtads (2.1.1-1) unstable; urgency=low
 .
   * New upstream release.
 + Ported to Qt4.  Closes: #604582.
 + Update debian/control to reflect the fact that this version
   supports HTML TADS.
   * Update to 3.0 (quilt) source format.
Checksums-Sha1: 
 12ade83e0e0b40e208702adcbe388ceb56980c55 1045 qtads_2.1.1-1.dsc
 20d2e52d204e619b800596393ef51c01621071c1 1260039 qtads_2.1.1.orig.tar.bz2
 4af531fb6ecc054fe73dff5d643289cad6c0ea2d 3747 qtads_2.1.1-1.debian.tar.gz
 1e8779f61c618be84570cb4c5f518666748dd888 661008 qtads_2.1.1-1_amd64.deb
Checksums-Sha256: 
 9cc3469b9a91fa6095014d4a8fb0f3b4a49f2fbb7a3e43ffdf82c31a4c086363 1045 
qtads_2.1.1-1.dsc
 d11b9525ace199506c862b5e00c69aaeb2da5fb0aa1e7df9572dd2b39ccdb0da 1260039 
qtads_2.1.1.orig.tar.bz2
 36a0195222b3d1c1ca79681bd9c481bc2d534d4f2e6f0bdadeed56f1ca2ebb65 3747 
qtads_2.1.1-1.debian.tar.gz
 392751c27c0e13918b093acc85196b99c1c47a5bd10ddc0196db76c62f66941d 661008 
qtads_2.1.1-1_amd64.deb
Files: 
 a1fdb9639fc84ad7ec1831931b0a0255 1045 games optional qtads_2.1.1-1.dsc
 352473247ed0768429930cfc3648abbf 1260039 games optional 
qtads_2.1.1.orig.tar.bz2
 e63555b50da14139f1d944be274efeb3 3747 games optional 
qtads_2.1.1-1.debian.tar.gz
 16878e3055e6d7848a1fe6ff5b305ea9 661008 games optional qtads_2.1.1-1_amd64.deb

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

iEYEARECAAYFAk2XmxQACgkQNC3LAyACFJDMnQCeNnX+/G1tN9YkLq5VI057hOAp
T48An2i1ohF5l55TXYLs6R7AhIzVi6Z8
=8s1g
-END PGP SIGNATURE-


Accepted:
qtads_2.1.1-1.debian.tar.gz
  to main/q/qtads/qtads_2.1.1-1.debian.tar.gz
qtads_2.1.1-1.dsc
  to main/q/qtads/qtads_2.1.1-1.dsc
qtads_2.1.1-1_amd64.deb
  to main/q/qtads/qtads_2.1.1-1_amd64.deb
qtads_2.1.1.orig.tar.bz2
  to main/q/qtads/qtads_2.1.1.orig.tar.bz2


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



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...@debian.org
Description: 
 ddd- The Data Display Debugger, a graphical debugger frontend
 ddd-doc- Additional documentation for the Data Display Debugger
Closes: 592983
Changes: 
 ddd (1:3.3.12-2) unstable; urgency=low
 .
   * Drop versioned lpr Build-Depends and instead force LPR=lpr in the
 configure script's environment. This will hopefully allow ddd to build
 on kfreebsd-* and migrate into testing, addressing #595849.
   * Do the same for other utilities not actually used at build time other
 than to fill out the app-defaults file.
   * Update to 3.0 (quilt) source format.
   * Install icon referenced by ddd.desktop.  Closes: #592983.
Checksums-Sha1: 
 cf7e262193d7f5063be9b8e76ccde36e3c6789a6 1147 ddd_3.3.12-2.dsc
 59d79067487ab166b522e3a2323e48854d53e4b5 23442 ddd_3.3.12-2.debian.tar.gz
 e5b0fdf11e98eb3fae5119e9f20217524c4b49e8 1876334 ddd-doc_3.3.12-2_all.deb
 b8eb2a3430851b03c30110df6de7fd7591fd2ecc 1485204 ddd_3.3.12-2_amd64.deb
Checksums-Sha256: 
 8677e6d88f5132c3890b497bab613fcc0e03bcc9116d4d73790144bf854ac52d 1147 
ddd_3.3.12-2.dsc
 100c12141abc60e0bd7c98345a836df0f0d8fe21d190265d185a2902bf97cd98 23442 
ddd_3.3.12-2.debian.tar.gz
 bee3cf8b5fbbc1bd7972d5a2b5ab93601dd05e260c860729bbe3f2cc925ec397 1876334 
ddd-doc_3.3.12-2_all.deb
 cf6fc7e227c2bbaa922cd8ba136eafbadf8997bd1ea81fa2b5a8bbb31173d921 1485204 
ddd_3.3.12-2_amd64.deb
Files: 
 7122faa9ba70c7dec55c1a07cd4dae2b 1147 devel optional ddd_3.3.12-2.dsc
 4fca5593daba37d3b94f5c7914e0b5f1 23442 devel optional 
ddd_3.3.12-2.debian.tar.gz
 75004566b9a77dec229f9dd498b291c5 1876334 doc optional ddd-doc_3.3.12-2_all.deb
 a9478f42759867ca1ac70eb4e833c3c8 1485204 devel optional ddd_3.3.12-2_amd64.deb

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

iEYEARECAAYFAkyL0PgACgkQNC3LAyACFJBldgCfY7AfQXEkd8yj5TNgn74iZAil
9xcAn38WiBfriDxTsSbTX6nQm0argDgO
=cXtX
-END PGP SIGNATURE-


Accepted:
ddd-doc_3.3.12-2_all.deb
  to main/d/ddd/ddd-doc_3.3.12-2_all.deb
ddd_3.3.12-2.debian.tar.gz
  to main/d/ddd/ddd_3.3.12-2.debian.tar.gz
ddd_3.3.12-2.dsc
  to main/d/ddd/ddd_3.3.12-2.dsc
ddd_3.3.12-2_amd64.deb
  to main/d/ddd/ddd_3.3.12-2_amd64.deb


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



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

2009-11-22 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Nov 2009 14:01:10 -0800
Source: ddd
Binary: ddd ddd-doc
Architecture: source all amd64
Version: 1:3.3.12-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 ddd- The Data Display Debugger, a graphical debugger frontend
 ddd-doc- Additional documentation for the Data Display Debugger
Closes: 460139 504868 513640 553746 11
Changes: 
 ddd (1:3.3.12-1) unstable; urgency=low
 .
   * New upstream release.  Closes: #11.  Thanks to giagim...@libero.it
 for pointing out that upstream had moved.
 + Includes new .desktop file.  Closes: #513640.
   * Put version on lpr Build-Depends to make sure providing package
 doesn't result in wrong command in app-default file.
   * Adjust Build-Depends for readline 6 transition.  Closes: #553746.
   * Fix build error with g++-4.4.  Closes: #504868.
   * Minor improvement to package description, thanks to Reuben Thomas.
 Closes: #460139.
Checksums-Sha1: 
 a4c7f2ec102934f9fa6171fafb379fa6f2e9fb96 1163 ddd_3.3.12-1.dsc
 b91d2dfb1145af409138bd34517a898341724e56 5687115 ddd_3.3.12.orig.tar.gz
 67a4007b3842c07db1a534421754c0e70f039a97 22030 ddd_3.3.12-1.diff.gz
 5a3e98765139d0573e5e13d5baeab688932de1cd 1876180 ddd-doc_3.3.12-1_all.deb
 6c6089ed23730459979d53746aef77d0d36506da 1473964 ddd_3.3.12-1_amd64.deb
Checksums-Sha256: 
 69dd11d0430264d99850434d99675504138ecf44b6002c5d61a9e6b81c53a3a5 1163 
ddd_3.3.12-1.dsc
 3ad6cd67d7f4b1d6b2d38537261564a0d26aaed077bf25c51efc1474d0e8b65c 5687115 
ddd_3.3.12.orig.tar.gz
 25ed89502e90b80ce49315baa2a651d0cc3df9d1a3fb438301f7eccfc04c8ffe 22030 
ddd_3.3.12-1.diff.gz
 9ee3f7cccf3712c027263d0437a858b070f9dc61a45491cf25b5ecf670a8cc08 1876180 
ddd-doc_3.3.12-1_all.deb
 2ea0b3269e72d40cec03c127d70e7184f23b15e1d6552110aedc727be20397c0 1473964 
ddd_3.3.12-1_amd64.deb
Files: 
 702fd976993a181be91873992b465df1 1163 devel optional ddd_3.3.12-1.dsc
 c50396db7bac3862a6d2555b3b22c34e 5687115 devel optional ddd_3.3.12.orig.tar.gz
 4639022261ad31b043eed9c0eb8fbfb3 22030 devel optional ddd_3.3.12-1.diff.gz
 05066f5a83e1a46631b850570b8da00a 1876180 doc optional ddd-doc_3.3.12-1_all.deb
 90a2dd9415107f94806e2bf376ae437d 1473964 devel optional ddd_3.3.12-1_amd64.deb

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

iEYEARECAAYFAksJsLsACgkQNC3LAyACFJALdgCffhOtALcG1Yic80l6yAi/F1Py
tVkAn33v5rwwGYxWeaiUYQwuv8zQNYgI
=igWQ
-END PGP SIGNATURE-


Accepted:
ddd-doc_3.3.12-1_all.deb
  to main/d/ddd/ddd-doc_3.3.12-1_all.deb
ddd_3.3.12-1.diff.gz
  to main/d/ddd/ddd_3.3.12-1.diff.gz
ddd_3.3.12-1.dsc
  to main/d/ddd/ddd_3.3.12-1.dsc
ddd_3.3.12-1_amd64.deb
  to main/d/ddd/ddd_3.3.12-1_amd64.deb
ddd_3.3.12.orig.tar.gz
  to main/d/ddd/ddd_3.3.12.orig.tar.gz


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



Accepted frobtads 1:0.13-2 (source all amd64)

2009-11-22 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Nov 2009 10:34:13 -0800
Source: frobtads
Binary: frobtads tads2-dev tads3-dev tads3-common
Architecture: source all amd64
Version: 1:0.13-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 frobtads   - Text mode interpreter for TADS version 2 and 3 game files
 tads2-dev  - TADS version 2 development tools
 tads3-common - TADS version 3 runtime support files
 tads3-dev  - TADS version 3 development tools
Changes: 
 frobtads (1:0.13-2) unstable; urgency=low
 .
   * Fix error in short description of frobtads package.
   * Mark package as autobuildable.
Checksums-Sha1: 
 d19f236391bc7b010d6415532422470715e7b4d7 1026 frobtads_0.13-2.dsc
 8e20a7e54e4e1b03bac80ec8cd1e4a9ed7382bc7 4733 frobtads_0.13-2.diff.gz
 567f7b319a12958db9ccf89eb795d4a8a3bc32ee 29804 tads3-common_0.13-2_all.deb
 e11bc2063b71f0af470a0e806b148190ee84a70b 397994 frobtads_0.13-2_amd64.deb
 45df5fcd416931332dcc57ac2902ce0580605b02 185462 tads2-dev_0.13-2_amd64.deb
 b960a633eaf5d4176e5cb56b5cbbf4cbbb0cff32 1835910 tads3-dev_0.13-2_amd64.deb
Checksums-Sha256: 
 a5762168671429e77499ac5798e2ac3a101b2728824d3e949e4c1dcf35e28e85 1026 
frobtads_0.13-2.dsc
 b763b0d1aef04ee116e33779d700f6985db1d317e3a60cd2d29f0d4237994cae 4733 
frobtads_0.13-2.diff.gz
 1e2e4c2394982371adf67dbf789b2d04c194e480328e9ad0ada1a536ef985cad 29804 
tads3-common_0.13-2_all.deb
 aed050e7c44a62e61e533b25d66440162b87de1b237f62e908bb08e539878243 397994 
frobtads_0.13-2_amd64.deb
 953ee4454519916bc11bc3d0247ffbac36f3cf0f0d4454d2a90ad43e3467ecee 185462 
tads2-dev_0.13-2_amd64.deb
 e654be39e430cc3096db0ff5b7c7ba65d6732fe2d861bdb95b6f31806c387e18 1835910 
tads3-dev_0.13-2_amd64.deb
Files: 
 7102ac72993e1a739beaf0401a9401b8 1026 non-free/games optional 
frobtads_0.13-2.dsc
 e0aef0f984cc6ec682ef957292841805 4733 non-free/games optional 
frobtads_0.13-2.diff.gz
 49c5c50581b1b5a27cc7368b3d4976b8 29804 non-free/games optional 
tads3-common_0.13-2_all.deb
 2689ba42c2791be1a746a28db03f9614 397994 non-free/games optional 
frobtads_0.13-2_amd64.deb
 80d16ce81f2bd6aae67411da10529706 185462 non-free/devel optional 
tads2-dev_0.13-2_amd64.deb
 2c579a9c6e71b39a18533a4518d0cb20 1835910 non-free/devel optional 
tads3-dev_0.13-2_amd64.deb

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

iEYEARECAAYFAksJvqoACgkQNC3LAyACFJDqeQCfeoLV6s29R03krINeFGpvcj04
I9UAniyyRuxdDP2fippaNH/PBg+DrLaD
=RY3O
-END PGP SIGNATURE-


Accepted:
frobtads_0.13-2.diff.gz
  to non-free/f/frobtads/frobtads_0.13-2.diff.gz
frobtads_0.13-2.dsc
  to non-free/f/frobtads/frobtads_0.13-2.dsc
frobtads_0.13-2_amd64.deb
  to non-free/f/frobtads/frobtads_0.13-2_amd64.deb
tads2-dev_0.13-2_amd64.deb
  to non-free/f/frobtads/tads2-dev_0.13-2_amd64.deb
tads3-common_0.13-2_all.deb
  to non-free/f/frobtads/tads3-common_0.13-2_all.deb
tads3-dev_0.13-2_amd64.deb
  to non-free/f/frobtads/tads3-dev_0.13-2_amd64.deb


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



Accepted qtads 1.9-1 (source amd64)

2009-11-22 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 22 Nov 2009 14:27:02 -0800
Source: qtads
Binary: qtads
Architecture: source amd64
Version: 1.9-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 qtads  - Qt text-only interpreter for TADS
Changes: 
 qtads (1.9-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 c30d68144b84b7201074a69933cb019cf22f69b9 980 qtads_1.9-1.dsc
 3a46c44f1babae45ee7daa4bfcbcefbf25e6f270 1253647 qtads_1.9.orig.tar.gz
 c39b5a5eac6e0ab8c78a5d7749229c6ffb281d24 4201 qtads_1.9-1.diff.gz
 735707a34eb91caa2f32baece597894b2e145002 569190 qtads_1.9-1_amd64.deb
Checksums-Sha256: 
 5125ac449268b90362934127f47be8a79046a5e27394de69e6d59095d5f759dc 980 
qtads_1.9-1.dsc
 8282da1d4de08271062a001223b45676c8f5f5f83852edb7b37ebfa47ab4e2f4 1253647 
qtads_1.9.orig.tar.gz
 93734d3e13502e3170b7cbc23c26b71ed7073ba52a861525121ebe9b45df0af7 4201 
qtads_1.9-1.diff.gz
 c25991cea546128eb7fa22cce1b85cb76db2e0ab222336b0ae322c3c34225a0f 569190 
qtads_1.9-1_amd64.deb
Files: 
 00e5cea7166ad5bb7e059b9177f2c729 980 games optional qtads_1.9-1.dsc
 ffa9d3f5048436d8375f10a145d268da 1253647 games optional qtads_1.9.orig.tar.gz
 8c7684a2ffd2e7bc35fc229eda6d344b 4201 games optional qtads_1.9-1.diff.gz
 7368f06ee9a8cce66347ae05589c5391 569190 games optional qtads_1.9-1_amd64.deb

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

iEYEARECAAYFAksJvAkACgkQNC3LAyACFJDD8ACeMzAmR7nM+12OWh4TE+3u/oJ9
kgEAnRy2bfQCycoVVX/uHe+ePwC1qshd
=9itC
-END PGP SIGNATURE-


Accepted:
qtads_1.9-1.diff.gz
  to main/q/qtads/qtads_1.9-1.diff.gz
qtads_1.9-1.dsc
  to main/q/qtads/qtads_1.9-1.dsc
qtads_1.9-1_amd64.deb
  to main/q/qtads/qtads_1.9-1_amd64.deb
qtads_1.9.orig.tar.gz
  to main/q/qtads/qtads_1.9.orig.tar.gz


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



texi2html -split_chapter destination changed

2009-10-27 Thread Daniel Schepler
Hi, with the current version of texi2html (1.82-1), I'm getting lots of build 
failures like (from diffutils-doc):

...
 debian/rules build
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/diffutils-doc-2.8.1'
makeinfo --output=diff.info diff.texi
texi2html -split_chapter diff.texi
make[1]: Leaving directory `/tmp/buildd/diffutils-doc-2.8.1'
touch build
 fakeroot debian/rules binary
rm -rf debian/tmp debian/diff-doc
install -d debian/tmp/DEBIAN debian/tmp/usr/share/doc/diffutils-doc \
debian/tmp/usr/share/doc-base debian/tmp/usr/share/info
install -m 644 debian/diffutils-doc debian/tmp/usr/share/doc-base
cp -p diff/*.html debian/tmp/usr/share/doc/diffutils-doc
cp: cannot stat `diff/*.html': No such file or directory
make: *** [binary-indep] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
2

It looks like it put the html files 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
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted frobtads 1:0.13-1 (source all amd64)

2009-08-31 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Aug 2009 14:06:01 -0700
Source: frobtads
Binary: frobtads tads2-dev tads3-dev tads3-common
Architecture: source all amd64
Version: 1:0.13-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 frobtads   - Text mode interpreter for TADS version 2 game files
 tads2-dev  - TADS version 2 development tools
 tads3-common - TADS version 3 runtime support files
 tads3-dev  - TADS version 3 development tools
Closes: 384362 486207
Changes: 
 frobtads (1:0.13-1) unstable; urgency=low
 .
   * New upstream release from new source.  Closes: #384362.
   * Redo packaging.
 + Builds with dash as /bin/sh.  Closes: #486207.
 + Use epoch so tads2-dev and tads3-dev will upgrade.
Checksums-Sha1: 
 b6162381ec51ccad270b89fdb3e79e9ac5cb3be2 1010 frobtads_0.13-1.dsc
 11c2d25fa08e010d30cd3f06853d7f25f7a3a826 3832916 frobtads_0.13.orig.tar.gz
 da01dbbc948af647758306f6cb646391d56cf3e4 4584 frobtads_0.13-1.diff.gz
 3042d1494a964330c913dd8a7883e32c7d07783d 29650 tads3-common_0.13-1_all.deb
 b8c6f927a90c9287385e970411c5a5c6b87f6d27 397854 frobtads_0.13-1_amd64.deb
 be93d3fcfeacab9e1cb17e0b07de2f8b29b789a0 185194 tads2-dev_0.13-1_amd64.deb
 3d07e5e44b274039f80aa3db6734f5560f9485c8 1835722 tads3-dev_0.13-1_amd64.deb
Checksums-Sha256: 
 da48469319efc56d8d0a548b76e25487ae66385617b08e1182ac9dc2acbdafd5 1010 
frobtads_0.13-1.dsc
 3e341c85acbb1ddfda89a7ad206062f4bce397a3241f6927c87f9cff34ee6748 3832916 
frobtads_0.13.orig.tar.gz
 04c4cf10908e32a4d9efae49d73e1b057de68c290e9fa846109bc33821001ff4 4584 
frobtads_0.13-1.diff.gz
 0739af34293ef9d147a648e202519e8e285ed79fe9c10e39018a707a3b8940f1 29650 
tads3-common_0.13-1_all.deb
 e6de1a9d600cb819ef23a0ccf7850209d9ee70933c4468d8d913e12c85985d0b 397854 
frobtads_0.13-1_amd64.deb
 0f52f9c0dc43c44e35e178b1c9409b539bc94ab91bcb3190261a0be8b4c2b155 185194 
tads2-dev_0.13-1_amd64.deb
 d7f3e5ef017ea558f02dec058fbc0816de52ce43504db825893fa3b72943d539 1835722 
tads3-dev_0.13-1_amd64.deb
Files: 
 2516ca3aacdad7ae68486f0055a4e5cf 1010 non-free/games optional 
frobtads_0.13-1.dsc
 f2c2f5309a19e6a5d84821c4e339eac7 3832916 non-free/games optional 
frobtads_0.13.orig.tar.gz
 964ed93cc38588505eaf5b3e770618bc 4584 non-free/games optional 
frobtads_0.13-1.diff.gz
 072e15966d1422ee54841d3b0734ae0f 29650 non-free/games optional 
tads3-common_0.13-1_all.deb
 9f8a8e8c5bf438fedd8e2e5909d6c5fb 397854 non-free/games optional 
frobtads_0.13-1_amd64.deb
 ab8fa44fa03f9416d74c905017d93033 185194 non-free/devel optional 
tads2-dev_0.13-1_amd64.deb
 99b7f5dfbb30101ba2b5467154ba9d7e 1835722 non-free/devel optional 
tads3-dev_0.13-1_amd64.deb

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

iEYEARECAAYFAkqR5XgACgkQNC3LAyACFJD9CACfan5azFOmPTEZDexpqhk4W4i+
yzUAniCYbu7wwCj65iKoBER0m8NZSJIb
=5usU
-END PGP SIGNATURE-


Accepted:
frobtads_0.13-1.diff.gz
  to pool/non-free/f/frobtads/frobtads_0.13-1.diff.gz
frobtads_0.13-1.dsc
  to pool/non-free/f/frobtads/frobtads_0.13-1.dsc
frobtads_0.13-1_amd64.deb
  to pool/non-free/f/frobtads/frobtads_0.13-1_amd64.deb
frobtads_0.13.orig.tar.gz
  to pool/non-free/f/frobtads/frobtads_0.13.orig.tar.gz
tads2-dev_0.13-1_amd64.deb
  to pool/non-free/f/frobtads/tads2-dev_0.13-1_amd64.deb
tads3-common_0.13-1_all.deb
  to pool/non-free/f/frobtads/tads3-common_0.13-1_all.deb
tads3-dev_0.13-1_amd64.deb
  to pool/non-free/f/frobtads/tads3-dev_0.13-1_amd64.deb


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



Accepted libcapsinetwork 0.3.0-6 (source amd64)

2009-08-18 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Aug 2009 20:20:05 -0700
Source: libcapsinetwork
Binary: libcapsinetwork-dev libcapsinetwork0c2a
Architecture: source amd64
Version: 0.3.0-6
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler schep...@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-6) unstable; urgency=low
 .
   * Fix FTBFS with automake 1.11 as automake package.
Checksums-Sha1: 
 0e58a622a01d4cbe41ae57c7f309300124f108dc 1082 libcapsinetwork_0.3.0-6.dsc
 739408f006cfc13d1585d257cb5cd5c792f4862d 3538 libcapsinetwork_0.3.0-6.diff.gz
 b2d180ffe73b7fee4af1244dcdfe9d6eeb6b1f65 15064 
libcapsinetwork-dev_0.3.0-6_amd64.deb
 23911f0854a852fef6ec2818adac67333f38b53e 13802 
libcapsinetwork0c2a_0.3.0-6_amd64.deb
Checksums-Sha256: 
 1870c8b169702b1c916e77af9b4bb1e911d64f5b8b4185db41eb49208fef372e 1082 
libcapsinetwork_0.3.0-6.dsc
 45dcb484684f7598de8fca614a9daa79eb3079eb1835480edf64fce3fb60891c 3538 
libcapsinetwork_0.3.0-6.diff.gz
 e6203da92aa07c6d04b49109ef5700d10ac41cdd2fcedd334e0baf2daab61d4d 15064 
libcapsinetwork-dev_0.3.0-6_amd64.deb
 a1b5570e5d4bfce85dc5e8fa77594f3bae9aca0580e8869783230ddfafaba93e 13802 
libcapsinetwork0c2a_0.3.0-6_amd64.deb
Files: 
 b74cd5cda2aa498d1ddf6092dc0042ea 1082 net optional libcapsinetwork_0.3.0-6.dsc
 6c210891fd64865aabee0c49072fcbf3 3538 net optional 
libcapsinetwork_0.3.0-6.diff.gz
 622e1d318efa9b78f871bdd29b7b177a 15064 libdevel optional 
libcapsinetwork-dev_0.3.0-6_amd64.deb
 ff42e8e39e4266de4255586218ae86ac 13802 libs optional 
libcapsinetwork0c2a_0.3.0-6_amd64.deb

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

iEYEARECAAYFAkqLcpkACgkQNC3LAyACFJC3HwCdHGlo8kaIEggC3UY45sI/jc15
nBwAnjW2DY4t80HuI82QKM9vDZ5Ii/lS
=tyiy
-END PGP SIGNATURE-


Accepted:
libcapsinetwork-dev_0.3.0-6_amd64.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork-dev_0.3.0-6_amd64.deb
libcapsinetwork0c2a_0.3.0-6_amd64.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork0c2a_0.3.0-6_amd64.deb
libcapsinetwork_0.3.0-6.diff.gz
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-6.diff.gz
libcapsinetwork_0.3.0-6.dsc
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-6.dsc


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



Accepted fam 2.7.0-13.4 (source all amd64)

2009-05-02 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 May 2009 09:15:40 -0700
Source: fam
Binary: fam libfam0 libfam0c102 libfam-dev
Architecture: source all amd64
Version: 2.7.0-13.4
Distribution: unstable
Urgency: low
Maintainer: Chuan-kai Lin ck...@debian.org
Changed-By: Daniel Schepler schep...@debian.org
Description: 
 fam- File Alteration Monitor
 libfam-dev - Client library to control the FAM daemon - development files
 libfam0- Client library to control the FAM daemon
 libfam0c102 - Dummy package for libfam0
Closes: 51
Changes: 
 fam (2.7.0-13.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS because of missing include.  Closes: #51.
Checksums-Sha1: 
 97cac6521d93fc76af935efaaa0ac11c4340c5c2 1026 fam_2.7.0-13.4.dsc
 429a1dfbeb7b24b4b2097b7c73d66db596e0349f 25291 fam_2.7.0-13.4.diff.gz
 27eb5b7abef8fc676ae64a019ced4f72d59e7abf 12864 libfam0c102_2.7.0-13.4_all.deb
 b4cd29a4198f9069cca166ec7f6d94cbe6e801ce 74394 fam_2.7.0-13.4_amd64.deb
 4c397477c980faa4ebde0613588cbe7acd6bfc26 28260 libfam0_2.7.0-13.4_amd64.deb
 8fe5a4cca56f766b32ab6267b52b0d26a33f8214 38660 libfam-dev_2.7.0-13.4_amd64.deb
Checksums-Sha256: 
 22036f91558f017d00601f5a8ba099c1b8e1da756ac55c05a8c563727d2f97c1 1026 
fam_2.7.0-13.4.dsc
 e49b11c3866372dc6c19e772a0385b9d86567e90677827da178148b5d7e6bb99 25291 
fam_2.7.0-13.4.diff.gz
 3e835649a31461fe6e4ea18c2aad0eff86e32d44dd7fbddae2a29ad4223a59e4 12864 
libfam0c102_2.7.0-13.4_all.deb
 c407dde960abb9e43ef7e0ac0124d8ab573f456eb0ae1cc27f0ee60b01b5a181 74394 
fam_2.7.0-13.4_amd64.deb
 183e3727235dcfe685e7922d3cb392d2405ac00a8d99736172b438f196242854 28260 
libfam0_2.7.0-13.4_amd64.deb
 26619a9926bf18d59231d892c88220f6cc744b20307c07e3bf385f4f14c37989 38660 
libfam-dev_2.7.0-13.4_amd64.deb
Files: 
 23273e46ccb0e503a87d777a197add2f 1026 admin optional fam_2.7.0-13.4.dsc
 b91306e3cd22ca29e89bf342584a305b 25291 admin optional fam_2.7.0-13.4.diff.gz
 74d29658f014cf3fe564ca0f95b33dff 12864 libs optional 
libfam0c102_2.7.0-13.4_all.deb
 fe4a7ee585b579d7cd3bcce360e44a68 74394 admin optional fam_2.7.0-13.4_amd64.deb
 5a35669288483a197f62a9d28359b3ce 28260 libs optional 
libfam0_2.7.0-13.4_amd64.deb
 c016f2dc62265f9bb0dbd2c1e3b6eda4 38660 libdevel optional 
libfam-dev_2.7.0-13.4_amd64.deb

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

iEYEARECAAYFAkn83Q0ACgkQNC3LAyACFJAK8gCfZEwcuCAjVg0ckQj388C7WN+V
il0AmgMIvApP34IPibFl8meCro07macg
=4rk3
-END PGP SIGNATURE-


Accepted:
fam_2.7.0-13.4.diff.gz
  to pool/main/f/fam/fam_2.7.0-13.4.diff.gz
fam_2.7.0-13.4.dsc
  to pool/main/f/fam/fam_2.7.0-13.4.dsc
fam_2.7.0-13.4_amd64.deb
  to pool/main/f/fam/fam_2.7.0-13.4_amd64.deb
libfam-dev_2.7.0-13.4_amd64.deb
  to pool/main/f/fam/libfam-dev_2.7.0-13.4_amd64.deb
libfam0_2.7.0-13.4_amd64.deb
  to pool/main/f/fam/libfam0_2.7.0-13.4_amd64.deb
libfam0c102_2.7.0-13.4_all.deb
  to pool/main/f/fam/libfam0c102_2.7.0-13.4_all.deb


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



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

2008-06-08 Thread Daniel Schepler
On Sunday 08 June 2008 02:55:23 am Julien Cristau wrote:
 On Sun, Jun  8, 2008 at 09:24:45 +0200, Lucas Nussbaum wrote:
  I found those issues as well (there are 84 packages failing to build
  because of that). I discussed this briefly on #debian-x, but it's not
  clear yet if the X maintainers want to revert this change.
 
  I would personally prefer if this change was reverted and done after
  lenny. We don't really need 84 new RC bugs...

 I think I told you I'd revert it.  But it would be nice if the mass bug
 filing was done anyway, at important severity, so people have a chance
 to fix that before it becomes RC when we drop the dependency again after
 lenny.

 Anyway, a serious bug against xutils 1:7.3+11 is in order for now.

 Cheers,
 Julien

OK, that sounds like a good plan.  I'll file the bug against xutils and then 
start filing important severity bugs against the affected packages.
-- 
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
From the changelog for xorg 1:7.3+11:

  * Remove the dependency of xutils against xutils-dev, it was only useful
for transitional purpose in Etch, closes: #418123.

This means that any package which used xmkmf/imake and had xutils, instead of 
xutils-dev, for the Build-Depends will now FTBFS.  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 of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted qtads 1.7-1 (source amd64)

2008-05-25 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2008 10:26:39 -0700
Source: qtads
Binary: qtads
Architecture: source amd64
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 qtads  - Qt text-only interpreter for TADS
Changes: 
 qtads (1.7-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 1bbb6537773168e8af7528c3f467ca0025352589 971 qtads_1.7-1.dsc
 40edded49e0538ed0d30dc0945f3126e81dea28b 1261687 qtads_1.7.orig.tar.gz
 c1cf006c2851879b19984b2a4f4e2bfb950cd2e5 4164 qtads_1.7-1.diff.gz
 dc3a64f5d1e55b2aeb8a16ed7e95d3554c8ef362 580870 qtads_1.7-1_amd64.deb
Checksums-Sha256: 
 9bf4281b86a2817d169ea8e9b8c58bfb798b7dad7d30d26547ffd0a6e1cd8feb 971 
qtads_1.7-1.dsc
 30d3683367fc839076971b46d3d7eb0461240595dc2300f908c33f6ca2a2988d 1261687 
qtads_1.7.orig.tar.gz
 f99f2e6e93838703b86fb6a766ae3b2fd63597f8e6ca18c2934f3e23b1e04fb7 4164 
qtads_1.7-1.diff.gz
 d8a66593d2eec137b91194b1d57c4117af060482eb5e643954b185f39ba93166 580870 
qtads_1.7-1_amd64.deb
Files: 
 d101026c3c4c93d32ada5de9a869312b 971 games optional qtads_1.7-1.dsc
 20ec190bed4028819cffd8c6e39bab6a 1261687 games optional qtads_1.7.orig.tar.gz
 12324e0fc9afe0b3bde9960a8d8e3944 4164 games optional qtads_1.7-1.diff.gz
 08214931f3e15b608e62a3ea541e5c7d 580870 games optional qtads_1.7-1_amd64.deb

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

iD8DBQFIOP6VNC3LAyACFJARAjFzAJ9kYSC0b7NGsVUW40jrQOzcj08mUgCeNT3j
Lzs8ki9wVNqlCI+lTs8Ecbs=
=Cejm
-END PGP SIGNATURE-


Accepted:
qtads_1.7-1.diff.gz
  to pool/main/q/qtads/qtads_1.7-1.diff.gz
qtads_1.7-1.dsc
  to pool/main/q/qtads/qtads_1.7-1.dsc
qtads_1.7-1_amd64.deb
  to pool/main/q/qtads/qtads_1.7-1_amd64.deb
qtads_1.7.orig.tar.gz
  to pool/main/q/qtads/qtads_1.7.orig.tar.gz


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



Re: missing package conflicts

2008-04-16 Thread Daniel Schepler
On Wednesday 16 April 2008 02:58:52 pm Ralf Treinen wrote:
 Hi,

 The following list contains packages that fail to install at the same time
 since one package tries to overwrite a file owned by the other package:

 http://edos.debian.net/missing-conflicts/

 In these package pairs, (at least) one of the two packages must declare
 a conflict with the other package.

 I will file bugs soon (hopefully before leaving on [VAC] on 18/4). One
 interesting question is: against which of the conflicting packages
 should the bug be filed? The less popular one according to popcon? The
 more recent one in the archive? The one with the more active
 maintainer?

 Here is how the clashes were detected:
 1) generate from the Contents file a list of package pairs that contain
at least one common file.
 2) use pkglab (one of the EDOS tools, debian packages are pending) to
 select from the list obtained in (1) those pairs of packages that are
 installable at the same time when looking only at dependency relationships.
 3) try installing the packages obtained from (2) in a sid chroot.

 Some statistics for amd64/sid:
 - 2432104 files listed in the Contents file
 - 867 package pairs that contain at least one common file
 - 102 package pairs that contain at least one common file, and that are
   co-installable according to the EDOS criteria
 - 27 package pairs that fail to install together due to attempted file
   overwrite

 -Ralf.

I'd be interested in seeing how there can be 75 package pairs with shared file 
names which coinstall successfully.  In the case of a Replaces making that 
possible, I'd say that the package with files being replaced should usually 
have a bug report submitted to get those obsolete files removed.  On the 
other hand, if there's a diversion involved, that seems fine.
-- 
Daniel Schepler


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



Accepted qtads 1.6c-3 (source amd64)

2008-02-21 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 21 Feb 2008 21:07:57 -0500
Source: qtads
Binary: qtads
Architecture: source amd64
Version: 1.6c-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 qtads  - Qt text-only interpreter for TADS
Closes: 454813
Changes: 
 qtads (1.6c-3) unstable; urgency=low
 .
   * New patch 02_gcc43_fix.diff: fix compilation with g++-4.3.
 Closes: #454813.
   * Remove QMAKE_STRIP=: workaround and Build-Depend on fixed version
 of cdbs.
   * Bump to debhelper compatibility level 6.
   * Bump standards-version to 3.7.3 (no changes needed).
   * Fix a couple lintian issues.
Files: 
 be032e48ce3b4078baf7a4c3582f4650 612 games optional qtads_1.6c-3.dsc
 02d98bc1a72aa11498c73597138cc144 4141 games optional qtads_1.6c-3.diff.gz
 3b36b85f6ce1b557ea70dd6bd553261d 553440 games optional qtads_1.6c-3_amd64.deb

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

iD8DBQFHvjS7NC3LAyACFJARAoydAJ9TLvUb5GzbZjeUDZLm3RCZgRkw8ACgkD7k
RjFsMZZ+wPz5KvYvDqAM7E0=
=l+rD
-END PGP SIGNATURE-


Accepted:
qtads_1.6c-3.diff.gz
  to pool/main/q/qtads/qtads_1.6c-3.diff.gz
qtads_1.6c-3.dsc
  to pool/main/q/qtads/qtads_1.6c-3.dsc
qtads_1.6c-3_amd64.deb
  to pool/main/q/qtads/qtads_1.6c-3_amd64.deb


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



Accepted monopd 0.9.3-4 (source amd64)

2008-01-11 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 11 Jan 2008 17:04:28 -0500
Source: monopd
Binary: monopd
Architecture: source amd64
Version: 0.9.3-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 monopd - Monopoly game network server
Changes: 
 monopd (0.9.3-4) unstable; urgency=low
 .
   * Add extra includes needed for compilation with current g++-4.3.
   * Add LSB dependency information to the init script, thanks Lintian.
   * Update Standards-Version to 3.7.3 (no changes needed).
Files: 
 7422255836deede902f082156e13 638 games optional monopd_0.9.3-4.dsc
 07e4adea593e450ef471c5c2c0fb6a9b 4136 games optional monopd_0.9.3-4.diff.gz
 cc7204b0a9ee5ed10e0743989d269f5e 187914 games optional monopd_0.9.3-4_amd64.deb

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

iD8DBQFHh+3FNC3LAyACFJARAgIvAKCKhgMtLsU/YtFL/LORwU3Ax1N48wCeItbt
r7bUTq8X5GHyKdqq0T8pjw4=
=3tjc
-END PGP SIGNATURE-


Accepted:
monopd_0.9.3-4.diff.gz
  to pool/main/m/monopd/monopd_0.9.3-4.diff.gz
monopd_0.9.3-4.dsc
  to pool/main/m/monopd/monopd_0.9.3-4.dsc
monopd_0.9.3-4_amd64.deb
  to pool/main/m/monopd/monopd_0.9.3-4_amd64.deb


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



Accepted libcapsinetwork 0.3.0-5 (source amd64)

2008-01-09 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 09 Jan 2008 17:53:32 -0500
Source: libcapsinetwork
Binary: libcapsinetwork-dev libcapsinetwork0c2a
Architecture: source amd64
Version: 0.3.0-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 libcapsinetwork-dev - C++ network server library, development files
 libcapsinetwork0c2a - C++ network server library
Closes: 454855
Changes: 
 libcapsinetwork (0.3.0-5) unstable; urgency=low
 .
   * Update 01_gcc43_includes.diff to add several more includes needed
 with the current g++-4.3.  Closes: #454855.
   * Update ${Source-Version} to ${binary:Version}, thanks Lintian.
   * Update standards version to 3.7.3, no changes needed.
   * Update debian/copyright to current notice in source files.
Files: 
 f89cd901422acdc0a3cf7dc1b9bc9eda 666 net optional libcapsinetwork_0.3.0-5.dsc
 528da59fa8b2b260903f2d4a474f521b 3524 net optional 
libcapsinetwork_0.3.0-5.diff.gz
 6ee888fa9d59f3446a4acea324f86b3e 15626 libdevel optional 
libcapsinetwork-dev_0.3.0-5_amd64.deb
 b28230be3210bb435e54c00042c4f1e3 14364 libs optional 
libcapsinetwork0c2a_0.3.0-5_amd64.deb

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

iD8DBQFHhVE1NC3LAyACFJARArygAJ9IrF6dxpFqoa/9vLxuZVN6MNOIjgCfcUCV
76GpXCZAh5o7j/LECqXo9TI=
=pYpg
-END PGP SIGNATURE-


Accepted:
libcapsinetwork-dev_0.3.0-5_amd64.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork-dev_0.3.0-5_amd64.deb
libcapsinetwork0c2a_0.3.0-5_amd64.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork0c2a_0.3.0-5_amd64.deb
libcapsinetwork_0.3.0-5.diff.gz
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-5.diff.gz
libcapsinetwork_0.3.0-5.dsc
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-5.dsc


-- 
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 Tuesday 01 January 2008 07:36:34 pm Aurelien Jarno wrote:
 Did you compare the contents of the package with and without -j? I am
 almost sure some of the successfully built packages are actually not
 correctly built and some files are missing.

 For example I remember having seen some python packages building one
 flavour after the other in different targets. I imagine this could
 result in one of the flavour being overwritten by the other, and thus
 not present in the resulting .deb file.

I compared the control files and file lists from the packages and marked the 
build broken if it found significant differences.  So that would have 
caught the case above.  But not a case where, for example, the compiler runs 
were started before patches were completely applied, probably resulting in a 
mix of patched and non-patched code.

However, due to the issues raised in the previous thread 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 are at
  http://people.debian.org/~schepler/build-logs/bymaint.html .

 Why -j3 ?  It's already quite an effort to aim for -j2.  Shouldn't we try
 to fix those first?

That's just my habit, the idea being to increase the probability that both 
CPUs have work to do while I/O is going on.

And besides, I don't see that much of a qualitative difference between -j2 
and -j3, for reasons already pointed out by others in the thread.
-- 
Daniel Schepler


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



Re: Parallel build results

2007-12-03 Thread Daniel Schepler
On Monday 03 December 2007 05:11:35 am Tim Cutts wrote:
 Well, am-utils lists as building broken packages, but when I looked at
 the log, it was just that the parallel build had produced the multiple
 binary packages in a different order from the serial build.  At least,
 that's my interpretation of the following from debdiff:

 Files moved or copied from at least TWO packages or to at least TWO
 packages
 ---
- -rw-r--r--  root/root   DEBIAN/control
  From packages: am-utils-doc, am-utils, libamu4, libamu-dev
 To packages: am-utils-doc, libamu4, libamu-dev, am-utils
 -rw-r--r--  root/root   DEBIAN/md5sums
  From packages: am-utils-doc, am-utils, libamu4, libamu-dev
 To packages: am-utils-doc, libamu4, libamu-dev, am-utils
 -rwxr-xr-x  root/root   DEBIAN/postinst
  From packages: am-utils-doc, am-utils, libamu4
 To packages: am-utils-doc, libamu4, am-utils
 -rwxr-xr-x  root/root   DEBIAN/postrm
  From packages: am-utils, libamu4
 To packages: libamu4, am-utils

 Or does that mean something more basic that's wrong with the packages?

The relevant difference is actually:

Control files of package am-utils: lines which differ (wdiff format)

Depends: libamu4 (= 6.1.5-7), portmap, {+libamu4,+} libc6 (= 2.6.1-1), 
libgdbm3, libhesiod0, libldap2 (= 2.1.17-1), libwrap0, perl, debconf (= 
1.2.0), ucf, debianutils (= 1.6)

So the Depends line 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

2007-12-02 Thread Daniel Schepler
On Sunday 02 December 2007 02:12:40 pm Patrick Schoenfeld wrote:
 Relevant parts for detox are:
 /usr/bin/install -c -d /tmp/buildd/detox-1.1.1/debian/tmp/etc
 /usr/bin/install: cannot create regular file
 `/tmp/buildd/detox-1.1.1/debian/tmp/etc/detoxrc.sample': No such file or
 directory
 make[1]: *** [install-sample-config] Error 1
 make[1]: *** Waiting for unfinished jobs
 /usr/bin/install: `/tmp/buildd/detox-1.1.1/debian/tmp/etc' exists but is
 not a directory
 make[1]: *** [install-base] Error 1
 make[1]: Leaving directory `/tmp/buildd/detox-1.1.1'

Earlier, the Makefile is trying 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


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



Parallel build results

2007-12-01 Thread Daniel Schepler
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 are at http://people.debian.org/~schepler/build-logs/bymaint.html .  
Some statistics:

204 built BROKEN packages
   1408 FAILED
230 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


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



Re: Packages with empty directories

2007-11-21 Thread Daniel Schepler
On Wednesday 21 November 2007 04:08:44 am Josselin Mouette wrote:
 Hi,

 Le mercredi 21 novembre 2007 à 05:20 +0100, Michael Biebl a écrit :
  Imho adding a lintian check for empty /usr/bin, /usr/sbin, /usr/lib and
  /usr/include directories (as created by dh-make) would be a good start.

 Maybe we could check for empty directories except for a number of common
 false positives (like the python-support directories or /var/games), and
 for the rest, grep in the maintainer scripts.

Some of the common false positives are /var/lib/pkg or /etc/pkg, or 
subdirectories under one of those.  Since 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
On Tuesday 20 November 2007 11:20:17 pm Michael Biebl wrote:
 Imho adding a lintian check for empty /usr/bin, /usr/sbin, /usr/lib and
 /usr/include directories (as created by dh-make) would be a good start.

I wrote a lintian check implementing the conservative approach, and submitted 
a patch 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. Trouble? Contact [EMAIL PROTECTED]



Packages with empty directories

2007-11-20 Thread Daniel Schepler
I recently noticed that many of the binary packages in Debian have unnecessary 
empty directories in them, so I wrote a script to find all packages with any 
empty directories.  The results are too numerous to post on the list.  The 
list by maintainer/uploader is at
http://people.debian.org/~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


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



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

2007-10-10 Thread Daniel Schepler
On Wednesday 10 October 2007 02:57:59 pm Robert Edmonds wrote:
 The only rationale for removing the *firmware* is compliance with GR
 2006-004...

Reading this feels about like reading someone write, The only rationale for 
not smoking cigarettes in this restaurant is compliance with state law.

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


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



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]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 libcapsinetwork-dev - C++ network server library, development files
 libcapsinetwork0c2a - C++ network server library
Closes: 444803
Changes: 
 libcapsinetwork (0.3.0-4) unstable; urgency=low
 .
   * Fix src/Makefile.am to generate proper dependencies, so that
 parallel builds will work.
   * Update to using automake 1.10.
   * Fix so that servers will not hang in a busy loop on 64-bit
 architectures.  Closes: #444803.
Files: 
 75b305d0dbc88a166f5fb03eb39f5376 666 net optional libcapsinetwork_0.3.0-4.dsc
 b93b616bdf2d21c936dbd2eac5f115ab 3030 net optional 
libcapsinetwork_0.3.0-4.diff.gz
 82bd169c39217eb86f6136a5a657bb1c 15692 libdevel optional 
libcapsinetwork-dev_0.3.0-4_amd64.deb
 c3c7924ffe4b3aa0ab48601e4d6f212a 13932 libs optional 
libcapsinetwork0c2a_0.3.0-4_amd64.deb

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

iD8DBQFHDMLpNC3LAyACFJARAlX2AJ4rtH+6616CNfVdH7IrRNjfpcb0ygCdGkty
5S4bXshn2nu0o8nbGlLTWJA=
=NNch
-END PGP SIGNATURE-


Accepted:
libcapsinetwork-dev_0.3.0-4_amd64.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork-dev_0.3.0-4_amd64.deb
libcapsinetwork0c2a_0.3.0-4_amd64.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork0c2a_0.3.0-4_amd64.deb
libcapsinetwork_0.3.0-4.diff.gz
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-4.diff.gz
libcapsinetwork_0.3.0-4.dsc
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-4.dsc


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



Testing parallel builds

2007-10-08 Thread Daniel Schepler
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 will be wishlist for now, and I'll assign usertag 
[EMAIL PROTECTED]:ftbfs-parallel to those bug reports for those 
interested in tracking 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 will be wishlist for now, and I'll assign usertag
  [EMAIL PROTECTED]:ftbfs-parallel to those bug reports for those
  interested in tracking the issue.

   Err please just don't. Many upstreams won't build properly with
 parallel builds because their makefile just don't support it. Most
 importantly, I believe that only the biggest packages benefit from a
 parallel build, hence it should be an opt-in option that packagers may
 use if their package support it, and if they believe it matters
 (packages where build time is under the few minutes won't benefit from
 it a lot e.g., as it's probable that most of the time is lost in the
 configure and Debianization stages).

Then isn't that something that should be fixed?  With dual-core processors 
becoming more and more common, I would expect some users (myself included) to 
be in the habit of typing `make -j2' or `dpkg-buildpackage -j3' to take 
advantage, and then get annoyed if it doesn't work.

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.

Anyway, I'm aware a lot of packages will probably break at the moment, which 
is why I'm using wishlist.
-- 
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: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 will be wishlist for now, and I'll assign usertag
  [EMAIL PROTECTED]:ftbfs-parallel to those bug reports for those
  interested in tracking the issue.

 hmm... i was just trying to understand how to enhance my packges for
 parallel build. (BTW how do you rebuild the whole archive?)

I personally use a perl script called pbuildd to make sure the new packages 
work ok for their reverse-build-depends, with a few hand-written scripts 
thrown in to break cycles in the build-depends graph.  A somewhat out-of-date 
version is somewhere in the pbuilder alioth CVS, I think, or you can write me 
if you want a more up-to-date version.  Or there's a script in the pbuilder 
source package which just goes through every available package one by one and 
calls pbuilder on each.

 if i got it right, those packages built using make  co should not need
 any modification, while others (eg boost) which use other build systems
 (eg bjam) may need some more work.

Well, as long as the Makefiles are properly written.  But if you do something 
like

foo: bar baz
bar:
touch $@
baz:
cp bar $@

(i.e. without proper dependencies) that will potentially break on parallel 
builds but won't on regular builds.

 in the latter case, is there any conventional way to parse
 DEB_BUILD_OPTIONS? last time i read about it there were a couple of ways
 both having dark sides... ah.. BTW google is not able to provide me any
 documentation of DEB_BUILD_OPTIONS. where is it documented?

It's documented in Debian policy, but parallel hasn't been added there yet.  I 
think the new dpkg-buildpackage -jn passes 
DEB_BUILD_OPTIONS=parallel=n.
-- 
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 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


-- 
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 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 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 will be wishlist for now, and I'll assign
usertag [EMAIL PROTECTED]:ftbfs-parallel to those bug reports
for those interested in tracking the issue.
  
 Err please just don't. Many upstreams won't build properly with
   parallel builds because their makefile just don't support it. Most
   importantly, I believe that only the biggest packages benefit from a
   parallel build, hence it should be an opt-in option that packagers may
   use if their package support it, and if they believe it matters
   (packages where build time is under the few minutes won't benefit from
   it a lot e.g., as it's probable that most of the time is lost in the
   configure and Debianization stages).
 
  Then isn't that something that should be fixed?  With dual-core
  processors becoming more and more common, I would expect some users
  (myself included) to be in the habit of typing `make -j2' or
  `dpkg-buildpackage -j3' to take advantage, and then get annoyed if it
  doesn't work.

   Well, try to fix the ocaml build-system to work in parallel, if you
 are able to do it, I'll gladly fix the rest of Debian makefiles :P

OK, I'll look into that when I get some free time.

  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.

   This is a GNU extension.

So is -j, I think.  It shouldn't break anything if the system make doesn't 
recognize it.

  Anyway, I'm aware a lot of packages will probably break at the moment,
  which is why I'm using wishlist.

   I still believe that you should not file such bugs, I still fail to
 see how it improves debian, as if we really need to build more packages
 at the same time, we could run many sbuild instances on the same
 machine.

What about the case of someone wanting to debug a large package that 
hasn't opted in under your model?  Then either I have to try calling 
dpkg-buildpackage with -j and run the risk that it might silently break 
somehow, or else put up with a longer build time.

Also, adding the -j flag to dpkg-buildpackage IMHO creates the expectation 
that it should work on most packages.  Are you going to file a bug on 
dpkg-dev asking for that to be removed?
-- 
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 08:39:21 am Bernd Zeimetz wrote:
  It's documented in Debian policy, but parallel hasn't been added there
  yet.  I think the new dpkg-buildpackage -jn passes
  DEB_BUILD_OPTIONS=parallel=n.

 this sounds like it should not break things, as you have to evaluate
 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 of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 08:30:53 am Pierre Habouzit wrote:
   I still believe that you should not file such bugs, I still fail to
 see how it improves debian, as if we really need to build more packages
 at the same time, we could run many sbuild instances on the same
 machine.

OK, how about 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. Trouble? Contact [EMAIL PROTECTED]



Testing parallel builds, again

2007-10-08 Thread Daniel Schepler
It looks like there are even more problems than I thought with the parallel 
builds, so I won't be able to submit bugs on them all in a timely manner.  So 
for now, I've posted the build logs so far at 
http://people.debian.org/~schepler/build-logs/ if you want to see the results 
sooner.  At this point, I've gotten through roughly the packages that 
Build-Depend only on debhelper, and I'll try to keep updating those pages 
regularly.

One comment: if the page lists succeeded but with jobserver warnings, that's 
because the script found warnings like

make[1]: warning: jobserver unavailable: 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 [EMAIL PROTECTED]



Accepted freeglut 2.4.0-5.2 (source amd64)

2007-09-15 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Sep 2007 13:25:04 -0400
Source: freeglut
Binary: freeglut3-dbg freeglut3-dev freeglut3
Architecture: source amd64
Version: 2.4.0-5.2
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 freeglut3  - OpenGL Utility Toolkit
 freeglut3-dbg - OpenGL Utility Toolkit debugging information
 freeglut3-dev - OpenGL Utility Toolkit development files
Closes: 362210
Changes: 
 freeglut (2.4.0-5.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix compilation with gcc-4.2.  Closes: #362210.
Files: 
 9e0bcb506870ab64bc53272e9078f6d2 806 graphics optional freeglut_2.4.0-5.2.dsc
 e9a2d5f9d10d77252891479b4ea340f4 392389 graphics optional 
freeglut_2.4.0-5.2.diff.gz
 375737a92180ae1988606bc566a9b209 96974 libs optional 
freeglut3_2.4.0-5.2_amd64.deb
 0f19bc11b9a628b42e03d90018979e47 169446 libdevel optional 
freeglut3-dev_2.4.0-5.2_amd64.deb
 a5e9af75034efd89ea9e3a3564acc41f 149264 libdevel optional 
freeglut3-dbg_2.4.0-5.2_amd64.deb

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

iD8DBQFG7CPONC3LAyACFJARAgdqAJ4pkbercsRk82YPJ3loHMf+oMPScACgqFvM
cJbaSK1A97iE30LnMBQrZmo=
=+uTH
-END PGP SIGNATURE-


Accepted:
freeglut3-dbg_2.4.0-5.2_amd64.deb
  to pool/main/f/freeglut/freeglut3-dbg_2.4.0-5.2_amd64.deb
freeglut3-dev_2.4.0-5.2_amd64.deb
  to pool/main/f/freeglut/freeglut3-dev_2.4.0-5.2_amd64.deb
freeglut3_2.4.0-5.2_amd64.deb
  to pool/main/f/freeglut/freeglut3_2.4.0-5.2_amd64.deb
freeglut_2.4.0-5.2.diff.gz
  to pool/main/f/freeglut/freeglut_2.4.0-5.2.diff.gz
freeglut_2.4.0-5.2.dsc
  to pool/main/f/freeglut/freeglut_2.4.0-5.2.dsc


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



Accepted ptex-bin 3.1.10~beta3+0.04b-4.1 (source amd64)

2007-08-27 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 27 Aug 2007 00:17:36 -0400
Source: ptex-bin
Binary: jbibtex-bin jmpost ptex-bin
Architecture: source amd64
Version: 3.1.10~beta3+0.04b-4.1
Distribution: unstable
Urgency: medium
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 jbibtex-bin - make a bibliography for ASCII p(La)TeX / NTT j(La)TeX
 jmpost - Japanized MetaPost, a system for drawing pictures
 ptex-bin   - The ASCII pTeX binary files
Closes: 429681 430175
Changes: 
 ptex-bin (3.1.10~beta3+0.04b-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Make libkpathsea-dev the default Build-Depends, instead of the
 obsolete libkpathsea4-dev.  Closes: #429681.
   * Also reorder dependencies to make texlive the default over tetex.
   * Fix linking against libkpathsea.  Closes: #430175.
   * Urgency medium for RC bug fixes.
Files: 
 adc55028b42f9784b2665a45429733f6 794 tex optional 
ptex-bin_3.1.10~beta3+0.04b-4.1.dsc
 a99b611544870b4d91c90f4932c713b5 19976 tex optional 
ptex-bin_3.1.10~beta3+0.04b-4.1.diff.gz
 5a62fe96278e4157c7e1c343d808de63 271354 tex optional 
ptex-bin_3.1.10~beta3+0.04b-4.1_amd64.deb
 cf4eb8f2bfaeca2e05ed35057615899c 63732 tex optional 
jbibtex-bin_3.1.10~beta3+0.04b-4.1_amd64.deb
 e089b61e3be7b1f65adc605e8b62692f 212252 tex optional 
jmpost_3.1.10~beta3+0.04b-4.1_amd64.deb

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

iD8DBQFG0mKmNC3LAyACFJARAl1VAJ4hRK2mdTbQVvxF0agRm9Ssf0mxhQCff1g2
VtbhcfxzfDkdQkbjLbS6MVQ=
=CVl8
-END PGP SIGNATURE-


Accepted:
jbibtex-bin_3.1.10~beta3+0.04b-4.1_amd64.deb
  to pool/main/p/ptex-bin/jbibtex-bin_3.1.10~beta3+0.04b-4.1_amd64.deb
jmpost_3.1.10~beta3+0.04b-4.1_amd64.deb
  to pool/main/p/ptex-bin/jmpost_3.1.10~beta3+0.04b-4.1_amd64.deb
ptex-bin_3.1.10~beta3+0.04b-4.1.diff.gz
  to pool/main/p/ptex-bin/ptex-bin_3.1.10~beta3+0.04b-4.1.diff.gz
ptex-bin_3.1.10~beta3+0.04b-4.1.dsc
  to pool/main/p/ptex-bin/ptex-bin_3.1.10~beta3+0.04b-4.1.dsc
ptex-bin_3.1.10~beta3+0.04b-4.1_amd64.deb
  to pool/main/p/ptex-bin/ptex-bin_3.1.10~beta3+0.04b-4.1_amd64.deb


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



Accepted coreutils 5.97-5.4 (source all amd64)

2007-08-19 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 18 Aug 2007 16:41:21 -0400
Source: coreutils
Binary: shellutils coreutils fileutils textutils
Architecture: source all amd64
Version: 5.97-5.4
Distribution: unstable
Urgency: medium
Maintainer: Michael Stone [EMAIL PROTECTED]
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 (transitional package)
Closes: 433394
Changes: 
 coreutils (5.97-5.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New patch 64_coreutils-futimens: rename futimens to cu_futimens,
 since glibc now defines an futimens function with a different
 prototype.  Closes: #433394.
   * Urgency medium for the RC bug fix.
Files: 
 2072f5b63364c9db2ed2466aaf61dbfd 863 utils required coreutils_5.97-5.4.dsc
 e3083dab1afeba9e16e2c1be759101a2 123092 utils required 
coreutils_5.97-5.4.diff.gz
 8cbac684c419c3db335d2bec72f12da6 12154 oldlibs extra textutils_5.97-5.4_all.deb
 04e835e2c41f24a7743c5709ca8c311b 12148 oldlibs extra fileutils_5.97-5.4_all.deb
 642ef72faf1a723fc004b1a02616c9ca 12148 oldlibs extra 
shellutils_5.97-5.4_all.deb
 516f2076edd6b6f58aef8a9ef3d8ca01 3213090 utils required 
coreutils_5.97-5.4_amd64.deb

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

iD8DBQFGx2TQNC3LAyACFJARAorfAJ9gjqjBOPPyrJ5tZWot40iN+xN/WQCfbsxZ
mUsSOJG8H237CDKu1j1UbeQ=
=JS70
-END PGP SIGNATURE-


Accepted:
coreutils_5.97-5.4.diff.gz
  to pool/main/c/coreutils/coreutils_5.97-5.4.diff.gz
coreutils_5.97-5.4.dsc
  to pool/main/c/coreutils/coreutils_5.97-5.4.dsc
coreutils_5.97-5.4_amd64.deb
  to pool/main/c/coreutils/coreutils_5.97-5.4_amd64.deb
fileutils_5.97-5.4_all.deb
  to pool/main/c/coreutils/fileutils_5.97-5.4_all.deb
shellutils_5.97-5.4_all.deb
  to pool/main/c/coreutils/shellutils_5.97-5.4_all.deb
textutils_5.97-5.4_all.deb
  to pool/main/c/coreutils/textutils_5.97-5.4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [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]
Description: 
 gzip   - The GNU compression utility
Closes: 433845
Changes: 
 gzip (1.3.12-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename futimens to gz_futimens, since glibc now defines an futimens
 function with a different prototype.  Closes: #433845.
   * Urgency medium for the RC bug fix.
Files: 
 8ddc7cba4229a66ca5f6864a0c4203e6 557 utils required gzip_1.3.12-3.1.dsc
 8dafb9d6afdcf723d3745c4b9014ae77 12137 utils required gzip_1.3.12-3.1.diff.gz
 9309e5fc0e758916dfcae0df1ecee564 105820 utils required 
gzip_1.3.12-3.1_amd64.deb

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

iD8DBQFGx2TCNC3LAyACFJARAgsGAJ4mMCVgPkSSb6r//3MNLHTai1fG2QCfebXw
+QOWS0554q+cYS4GP0u1A7M=
=i3qn
-END PGP SIGNATURE-


Accepted:
gzip_1.3.12-3.1.diff.gz
  to pool/main/g/gzip/gzip_1.3.12-3.1.diff.gz
gzip_1.3.12-3.1.dsc
  to pool/main/g/gzip/gzip_1.3.12-3.1.dsc
gzip_1.3.12-3.1_amd64.deb
  to pool/main/g/gzip/gzip_1.3.12-3.1_amd64.deb


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



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]
Description: 
 qtads  - Qt text-only interpreter for TADS
Closes: 437868
Changes: 
 qtads (1.6c-2) unstable; urgency=low
 .
   * Use cdbs' qmake support instead of our own.
   * Set QMAKE_STRIP=: to work around qmake's unconditional stripping
 of installed binaries.  Closes: #437868.
 (See also: #438417.)
   * Add debian/watch file.
   * Update debhelper compat level, Standards-Version.
Files: 
 fa1c9ff8898faa5a7e23dc753295c172 616 games optional qtads_1.6c-2.dsc
 040f2edf9d10910863f9420891d8d5ea 2447 games optional qtads_1.6c-2.diff.gz
 2c2adf432359cae53e776b3e8fdda427 546758 games optional qtads_1.6c-2_amd64.deb

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

iD8DBQFGxK8dNC3LAyACFJARAufPAJ9qqTy7YhlasXVd93Zua6FLTqIGSgCgrDSH
/rCPmTgm9affcQZ8E/eO3Sk=
=vchq
-END PGP SIGNATURE-


Accepted:
qtads_1.6c-2.diff.gz
  to pool/main/q/qtads/qtads_1.6c-2.diff.gz
qtads_1.6c-2.dsc
  to pool/main/q/qtads/qtads_1.6c-2.dsc
qtads_1.6c-2_amd64.deb
  to pool/main/q/qtads/qtads_1.6c-2_amd64.deb


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



Re: Debian on the Desktop - plans for Lenny?

2007-08-08 Thread Daniel Schepler
On Wednesday 08 August 2007 01:24:06 pm Tim Hull wrote:
  I guess that is a bug in iceweasel wrt. the default parameters.
 
  Anyway, you should use epiphany instead, which doesn't have this issue
  in etch :)

 It's not just etch - this happens on lenny/sid as well.
 I guess I should file a bug on this - it appears to be fixed in Ubuntu, so
 maybe there's a patch there that could be used.

 Regarding drivers, I know there are source packages in non-free (and main,
 for some free but out-of-tree drivers) and the module-assistant will build
 these.  I was just suggesting a more GUI-oriented approach (like Ubuntu
 Restricted Manager) - though non-free drivers would ONLY be displayed when
 non-free is in sources.list.

 Regarding frequency scaling - it didn't work for me (I had to manually
 enable it, though I didn't need a custom kernel or anything like that).
 I'll investigate further and possibly file a bug.

At least with debian.org, it appears the CSS specifies a font of Arial, 
Helvetica, sans-serif, which means if msttcorefonts isn't installed, it 
falls back to the ugly bitmap Helvetica fonts.  Which seems more like a bug 
in the CSS for a website for free software, than in the web browsers obeying 
this directive.
-- 
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 Provides it.)  According to a quick search through the index
 files, no binary packages are affected, at least on i386, and the source
 packages affected are:

Now submitted.  Check 
http://bugs.debian.org/cgi-bin/[EMAIL PROTECTED]:build-dep-linux-kernel-headers
if interested in tracking.
-- 
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
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 
Provides it.)  According to a quick search through the index files, no binary 
packages are affected, at least on i386, and the source packages affected 
are:

Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
   gem

Paul Bame [EMAIL PROTECTED]
   palo

Ben Collins [EMAIL PROTECTED]
   silo

Paul Cupis [EMAIL PROTECTED]
   eagle-usb

Debian multimedia packages maintainers 
[EMAIL PROTECTED]
   libdvb
   vls

Rene Engelhard [EMAIL PROTECTED]
   wavemon

Eric Evans [EMAIL PROTECTED]
   xsupplicant

Matthew Garrett [EMAIL PROTECTED]
   hotkey-setup

Debian QA Group [EMAIL PROTECTED]
   toshset

Daniel Jacobowitz [EMAIL PROTECTED]
   bogl

Peter Makholm [EMAIL 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]



Accepted gnome-vfsmm2.6 2.16.1-0.1 (source i386)

2007-07-06 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 04 Jul 2007 01:18:22 -0400
Source: gnome-vfsmm2.6
Binary: libgnome-vfsmm-2.6-dev libgnome-vfsmm-2.6-1c2a
Architecture: source i386
Version: 2.16.1-0.1
Distribution: unstable
Urgency: medium
Maintainer: Bradley Bell [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 libgnome-vfsmm-2.6-1c2a - C++ wrappers for GnomeVFS (shared library)
 libgnome-vfsmm-2.6-dev - C++ wrappers for GnomeVFS (development files)
Closes: 422813
Changes: 
 gnome-vfsmm2.6 (2.16.1-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Medium-urgency upload for RC bugfix.
   * New upstream release.
 + Fix build with newer versions of gnome-vfs2.  Closes: #422813.
   * Bump shlibs to 2.14.0, since according to NEWS new methods were
 added in 2.11.1.
Files: 
 92aa749296f2be01be4d94169f55012a 695 libs optional 
gnome-vfsmm2.6_2.16.1-0.1.dsc
 993ff177ce85a6b9284bdd89ef164b8e 475139 libs optional 
gnome-vfsmm2.6_2.16.1.orig.tar.gz
 73899901b6ae4cb7616ed27b9d31c123 9514 libs optional 
gnome-vfsmm2.6_2.16.1-0.1.diff.gz
 86f15e4ce97221105178b6b0e5a87e12 616200 libdevel optional 
libgnome-vfsmm-2.6-dev_2.16.1-0.1_i386.deb
 6c9fc2ff369f728784cb154cb007dde8 76804 libs optional 
libgnome-vfsmm-2.6-1c2a_2.16.1-0.1_i386.deb

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

iD8DBQFGjojkNC3LAyACFJARAt2AAKChRZ02ep6iVQogrfBOnoBiSUcM3wCghcqu
vLREr68sI2b03XuBi2VsxTc=
=QcgC
-END PGP SIGNATURE-


Accepted:
gnome-vfsmm2.6_2.16.1-0.1.diff.gz
  to pool/main/g/gnome-vfsmm2.6/gnome-vfsmm2.6_2.16.1-0.1.diff.gz
gnome-vfsmm2.6_2.16.1-0.1.dsc
  to pool/main/g/gnome-vfsmm2.6/gnome-vfsmm2.6_2.16.1-0.1.dsc
gnome-vfsmm2.6_2.16.1.orig.tar.gz
  to pool/main/g/gnome-vfsmm2.6/gnome-vfsmm2.6_2.16.1.orig.tar.gz
libgnome-vfsmm-2.6-1c2a_2.16.1-0.1_i386.deb
  to pool/main/g/gnome-vfsmm2.6/libgnome-vfsmm-2.6-1c2a_2.16.1-0.1_i386.deb
libgnome-vfsmm-2.6-dev_2.16.1-0.1_i386.deb
  to pool/main/g/gnome-vfsmm2.6/libgnome-vfsmm-2.6-dev_2.16.1-0.1_i386.deb


-- 
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
I appear to be unable to close certain bugs lately, while others work fine.  
One earlier example was #205163, which I was trying to close as it was fixed 
a long time ago.  Then yesterday closing #379237 and #387587 worked, but in 
the same message my attempt to close #378102 was rejected.  With both #205163 
and #378102 I got a bounce message saying that [EMAIL PROTECTED] was 
an unknown user.

I tried sending a mail to [EMAIL PROTECTED] about #205163 several days 
ago, which I haven't gotten any response to yet.  Does anybody else have any 
idea what's going on?  Anybody else who's run 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
On Friday 29 June 2007 08:21:18 am Philippe Cloutier wrote:
  BTW: anybody more versed in the bts system than I am, how can I get
  #359634 marked as not actually being fixed?

 Does a simple reopen not work?

I guess it does.  But I thought reopen was deprecated since the versioning 
stuff was added to the BTS.  However, the notfixed command issued earlier 
didn't completely remove the done status from the bug...  (And I thought 
I'd tried notfixed earlier -- how come it worked for Touko Korpela but not 
for me when afaict I tried exactly the same command?)

So my question remains: what's 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]



Re: GCC 4.2 transition

2007-06-28 Thread Daniel Schepler
I've been unable to reproduce any of the One Definition Rule bugs you filed.  
Jigdo builds fine; apt builds successfully apart from #428623 (and #359634 on 
my local setup); and gnome-vfsmm2.6 is fine until it hits #422813.  It looks 
like something was either fixed or reverted.  I also tried compiling jigdo 
using the current gcc-snapshot, and it built fine after I added some missing 
#includes.

So with your permission, I'd like to close those three bugs.

BTW: anybody more versed in the bts system than I am, how can I get #359634 
marked as not actually being fixed?  My clumsy attempts just ended up making 
things more confused.
-- 
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
On Wednesday 27 June 2007 16:45:06 pm Andreas Tille wrote:
 On Wed, 27 Jun 2007, Ben Pfaff wrote:
  OK, I can see now that /usr/lib/tk8.4/tkConfig.sh sets TK_PREFIX
  in the environment of configure.  But what is meant to
  propagate this environment variable into the Makefile?  I don't
  see anything intended to do that.  Autoconf does not
  automatically propagate all environment variables from
  configure into Makefiles (nor should it).
 
  It looks to me like there's a missing piece in the build system.

 Yes, you both seem to come to the same conclusion as I myself - but
 I have no idea how to fix this.  There must be some trick to propagate
 these variables, but how?  I've got no clue out of reading the
 texinfo docs.

For example, AC_SUBST(TK_PREFIX), then make sure Makefile.in has a line
TK_PREFIX = @TK_PREFIX@
-- unless it's generated by automake, which will put in lines like that 
automatically.
-- 
Daniel Schepler


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



Accepted sjfonts 2.0.2-1 (source all)

2007-06-19 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 19 Jun 2007 17:47:16 -0400
Source: sjfonts
Binary: ttf-sjfonts
Architecture: source all
Version: 2.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 ttf-sjfonts - Some Juicy Fonts handwriting fonts
Changes: 
 sjfonts (2.0.2-1) unstable; urgency=low
 .
   * New upstream release.  Thanks to Albert Astals Cid for calling my
 attention to it.
 + Adds Turkish characters to SteveHand.
   * Add debian/watch file.
Files: 
 e79bcc08a69212015003b3364fa168a2 600 x11 optional sjfonts_2.0.2-1.dsc
 1af8fbb7487485abf8d54c0403b13fb1 250977 x11 optional sjfonts_2.0.2.orig.tar.gz
 31e20af5edc95ec3daf691581d8d6747 1822 x11 optional sjfonts_2.0.2-1.diff.gz
 30bd8f05793b75560950ffc2c3e83774 90504 x11 optional ttf-sjfonts_2.0.2-1_all.deb

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

iD8DBQFGeE/uNC3LAyACFJARAs+vAJ9ftjV4MyCyU1rzspnwwstpmKF42QCeNmjL
oUbm0dLWS7exYEYtpz3RKuw=
=J1Ps
-END PGP SIGNATURE-


Accepted:
sjfonts_2.0.2-1.diff.gz
  to pool/main/s/sjfonts/sjfonts_2.0.2-1.diff.gz
sjfonts_2.0.2-1.dsc
  to pool/main/s/sjfonts/sjfonts_2.0.2-1.dsc
sjfonts_2.0.2.orig.tar.gz
  to pool/main/s/sjfonts/sjfonts_2.0.2.orig.tar.gz
ttf-sjfonts_2.0.2-1_all.deb
  to pool/main/s/sjfonts/ttf-sjfonts_2.0.2-1_all.deb


-- 
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
On Monday 18 June 2007 04:30:55 am Goswin von Brederlow wrote:
 Hi,

 I would like to gather up some momentum for a policy change. Namely
 that the build-arch/indep targets in debian/rules become required
 instead of being optional.

 The reason for this is that dpkg-buildpackage can't reliable detect
 the existance of the build-arch/indep targets and must call 'build'
 instead. This forces every source to compile both architecture
 specific and architecture independent code on all buildds and
 increases the Build-Depends of packages a lot.

How about instead requiring something like: the build-arch target must return 
successfully or with a status of 2 (the standard make error status 
for target not found), and in the latter case the build target must return 
successfully.  That is, if Build-Depends but not necessarily 
Build-Depends-Indep are installed, the shell snippet

  debian/rules build-arch || (test $? -eq 2  debian/rules build)

must work and exit with a status of 0.

This would make it possible for dpkg-buildpackage -B to be reliable while 
allowing most (or even all?) of the current packages to stay as they are 
until maintainers can add the recommended build-arch target.
-- 
Daniel Schepler


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



Accepted libcapsinetwork 0.3.0-3 (source i386)

2007-06-05 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 05 Jun 2007 11:32:23 -0400
Source: libcapsinetwork
Binary: libcapsinetwork-dev libcapsinetwork0c2a
Architecture: source i386
Version: 0.3.0-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 libcapsinetwork-dev - C++ network server library, development files
 libcapsinetwork0c2a - C++ network server library
Closes: 417322
Changes: 
 libcapsinetwork (0.3.0-3) unstable; urgency=low
 .
   * Add missing #include's to fix compilation with gcc-4.3.  Closes: #417322.
   * Update watch file: listing the download directory is now forbidden, so
 we have to go through the download page.
Files: 
 36b7f25202cb4b140140a2edaeff8e9c 659 net optional libcapsinetwork_0.3.0-3.dsc
 adce5533f855522028251824c3ac41e1 2562 net optional 
libcapsinetwork_0.3.0-3.diff.gz
 a3d7bf3a2aaaee5edd9a28f425d6c78f 15274 libdevel optional 
libcapsinetwork-dev_0.3.0-3_i386.deb
 ba0b89333a67c2f3b08014432b875404 13978 libs optional 
libcapsinetwork0c2a_0.3.0-3_i386.deb

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

iD8DBQFGZYnhNC3LAyACFJARApEpAJ0RAsem5Eq9L3olItAvz3AqZBhG2QCeK3kP
y2Bo3ebZpQ4rVto5c2cKcMI=
=PDjQ
-END PGP SIGNATURE-


Accepted:
libcapsinetwork-dev_0.3.0-3_i386.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork-dev_0.3.0-3_i386.deb
libcapsinetwork0c2a_0.3.0-3_i386.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork0c2a_0.3.0-3_i386.deb
libcapsinetwork_0.3.0-3.diff.gz
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-3.diff.gz
libcapsinetwork_0.3.0-3.dsc
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-3.dsc


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



Accepted monopd 0.9.3-3 (source i386)

2007-06-05 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 05 Jun 2007 12:20:32 -0400
Source: monopd
Binary: monopd
Architecture: source i386
Version: 0.9.3-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 monopd - Monopoly game network server
Closes: 417322
Changes: 
 monopd (0.9.3-3) unstable; urgency=low
 .
   * Add missing #include's to fix compilation with gcc-4.3.  Closes: #417322.
   * Update watch file: listing the download directory is now forbidden, so
 we have to go through the download page.
Files: 
 010efeadd77f007f03dc3507d5199601 638 games optional monopd_0.9.3-3.dsc
 978536a6ab0b6431a17e83c0ea02cdb0 3714 games optional monopd_0.9.3-3.diff.gz
 b58828d2acd061fd4ad2e459e43222bd 193200 games optional monopd_0.9.3-3_i386.deb

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

iD8DBQFGZZLtNC3LAyACFJARAjtRAJ9MVpj5N9J3OUZnDT6sJtufOCOM9QCdGuR+
fRgK633DV+djjnEWZH0giTM=
=uq7e
-END PGP SIGNATURE-


Accepted:
monopd_0.9.3-3.diff.gz
  to pool/main/m/monopd/monopd_0.9.3-3.diff.gz
monopd_0.9.3-3.dsc
  to pool/main/m/monopd/monopd_0.9.3-3.dsc
monopd_0.9.3-3_i386.deb
  to pool/main/m/monopd/monopd_0.9.3-3_i386.deb


-- 
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
On Friday 01 June 2007 05:59:14 am Kari Pahula wrote:
 I'd like to file a wishlist bug on people who file FTBFS bugs.

 It would be nice if you checked first whether there's a package
 pending in NEW or incoming and see if that might resolve the issue
 already.

 I'm looking at you, #426867.

 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]



Accepted sjfonts 2.0.1-3 (source all)

2007-05-15 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 May 2007 11:18:54 -0400
Source: sjfonts
Binary: ttf-sjfonts
Architecture: source all
Version: 2.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 ttf-sjfonts - Some Juicy Fonts handwriting fonts
Closes: 423960
Changes: 
 sjfonts (2.0.1-3) unstable; urgency=low
 .
   * Grrr, it seems fontforge's -c argument is now in Python, and I
 can't figure out how to invoke the generate method properly.
 So use an external script genttf.pe instead.  Closes: #423960.
Files: 
 ca2ef364893c5e6ae1883e501fa614c9 600 x11 optional sjfonts_2.0.1-3.dsc
 f65cffe9a56c1fc4dd095f33747f666f 1676 x11 optional sjfonts_2.0.1-3.diff.gz
 9d5b8fcda96c8055574b330253695d93 88590 x11 optional ttf-sjfonts_2.0.1-3_all.deb

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

iD8DBQFGSdTcNC3LAyACFJARArNMAJsHUUKFDkICfcrivvGPHhp81ATGUgCfVTyv
VeYqjToZ2eBEsAmLdnJHaQI=
=8dYx
-END PGP SIGNATURE-


Accepted:
sjfonts_2.0.1-3.diff.gz
  to pool/main/s/sjfonts/sjfonts_2.0.1-3.diff.gz
sjfonts_2.0.1-3.dsc
  to pool/main/s/sjfonts/sjfonts_2.0.1-3.dsc
ttf-sjfonts_2.0.1-3_all.deb
  to pool/main/s/sjfonts/ttf-sjfonts_2.0.1-3_all.deb


-- 
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
On Friday 05 January 2007 20:56 pm, Thijs Kinkhorst wrote:
 Hi,

  Set any bugs about /usr/doc stuff to being blockers of this bug report.
  Use this as a tracking/coordination bug for the remainder of the
  transition.
 
  Note that once this transition is complete we will need to do something
  in base-files to remove the /usr/doc directory, if it is empty. It won't
  be empty in all cases, for example a user might have non-debian or old
  packages that have not transitioned still installed. This bug can be
  reassigned to base-files to deal with that last step once it is no
  longer blocked by any other bugs.

 Well, today I have fixed the last two remaining bugs that blocked this
 bug (I'll have to followup to them to see whether the fixes will get to
 Etch, but that is not really on topic for this bug per se).

 Hence, I think now is the time to continue with the next steps 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]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted guile-1.8 1.8.1+1-1.1 (source i386 all)

2006-11-08 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  9 Nov 2006 03:11:16 +0100
Source: guile-1.8
Binary: guile-1.8-doc guile-1.8 guile-1.8-libs guile-1.8-dev
Architecture: source i386 all
Version: 1.8.1+1-1.1
Distribution: unstable
Urgency: low
Maintainer: Rob Browning [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 guile-1.8  - The GNU extension language and Scheme interpreter
 guile-1.8-dev - Development files for Guile 1.8
 guile-1.8-doc - Documentation for Guile 1.8
 guile-1.8-libs - Main Guile libraries
Closes: 395235 395290 396922
Changes: 
 guile-1.8 (1.8.1+1-1.1) unstable; urgency=low
 .
   * NMU to fix RC bugs.
   * Build-Depend on libltdl3-dev (closes: #395235),
 libgmp3-dev (closes: #396922), and texinfo.
   * Build-Depend on locales and generate de_DE.ISO-8859-1 for use by
 the testsuite.
   * Add the above *-dev dependencies also to guile-1.8-dev (closes: #395290).
Files: 
 834e819184b53ebc17b6075e3376e344 758 interpreters optional 
guile-1.8_1.8.1+1-1.1.dsc
 dade667d8732e9d2c77c4fa4082d1202 10872 interpreters optional 
guile-1.8_1.8.1+1-1.1.diff.gz
 f55a09b9347bd26b696c7c49fe836e02 20642 doc optional 
guile-1.8-doc_1.8.1+1-1.1_all.deb
 cf494c7521dc707785ddc44fe236e02e 7270 interpreters optional 
guile-1.8_1.8.1+1-1.1_i386.deb
 06d59bfea13ba91cbba516783da86917 556652 devel optional 
guile-1.8-dev_1.8.1+1-1.1_i386.deb
 13361d30384ac1894a282e0558c4a389 668038 libs optional 
guile-1.8-libs_1.8.1+1-1.1_i386.deb

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

iD8DBQFFUrqrNC3LAyACFJARArmlAJ40WBkW+ck1lKjo5tf4lX/dKnqqDwCeOSK8
bEaCvKfszTVwd23YXxb/IVQ=
=zXAP
-END PGP SIGNATURE-


Accepted:
guile-1.8-dev_1.8.1+1-1.1_i386.deb
  to pool/main/g/guile-1.8/guile-1.8-dev_1.8.1+1-1.1_i386.deb
guile-1.8-doc_1.8.1+1-1.1_all.deb
  to pool/main/g/guile-1.8/guile-1.8-doc_1.8.1+1-1.1_all.deb
guile-1.8-libs_1.8.1+1-1.1_i386.deb
  to pool/main/g/guile-1.8/guile-1.8-libs_1.8.1+1-1.1_i386.deb
guile-1.8_1.8.1+1-1.1.diff.gz
  to pool/main/g/guile-1.8/guile-1.8_1.8.1+1-1.1.diff.gz
guile-1.8_1.8.1+1-1.1.dsc
  to pool/main/g/guile-1.8/guile-1.8_1.8.1+1-1.1.dsc
guile-1.8_1.8.1+1-1.1_i386.deb
  to pool/main/g/guile-1.8/guile-1.8_1.8.1+1-1.1_i386.deb


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



Accepted kdepim 4:3.5.5.dfsg.1-1 (source all i386)

2006-10-30 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 30 Oct 2006 20:46:01 +0100
Source: kdepim
Binary: kdepim-dev libindex0 libkmime2 ksync kalarm kontact knotes 
kdepim-kio-plugins libkleopatra1 libkgantt0 kdepim-doc-html kdepim-wizards 
kitchensync kdepim-kfile-plugins kdepim-kresources kleopatra libkcal2b kdepim 
libktnef1 kandy karm libkcal2-dev libkleopatra1-dev libmimelib1-dev kdepim-dbg 
kode ktnef networkstatus knode libkpimexchange1 akregator kmail libksieve0-dev 
kaddressbook libindex0-dev libkgantt0-dev libksieve0 kpilot libktnef1-dev 
kdepim-doc libkpimexchange1-dev kmailcvt libkdepim1a libkdepim1-dev korn 
libkpimidentities1 konsolekalendar libmimelib1c2a korganizer
Architecture: source all i386
Version: 4:3.5.5.dfsg.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 akregator  - RSS feed aggregator for KDE
 kaddressbook - KDE NG addressbook application
 kalarm - KDE alarm message, command and email scheduler
 kandy  - KDE mobile phone utility
 karm   - KDE time tracker tool
 kdepim - Personal Information Management apps from the official KDE releas
 kdepim-dbg - debugging symbols for kdepim
 kdepim-dev - KDE Personal Information Management [development]
 kdepim-doc - KDE Personal Information Management library documentation
 kdepim-doc-html - KDE PIM documentation in HTML format
 kdepim-kfile-plugins - KDE File dialog plugins for palm and vcf files
 kdepim-kio-plugins - KDE pim I/O Slaves
 kdepim-kresources - KDE pim resource plugins
 kdepim-wizards - KDE server configuration wizards
 kitchensync - Synchronization framework
 kleopatra  - KDE Certificate Manager
 kmail  - KDE Email client
 kmailcvt   - KDE KMail mail folder converter
 knode  - KDE news reader
 knotes - KDE sticky notes
 kode   - Helper library for programmatic generation of C++ code
 konsolekalendar - KDE konsole personal organizer
 kontact- KDE pim application
 korganizer - KDE personal organizer
 korn   - KDE mail checker
 kpilot - KDE Palm Pilot hot-sync tool
 ksync  - KDE Sync
 ktnef  - KDE TNEF viewer
 libindex0  - KDE indexing library
 libindex0-dev - KDE indexing library [development]
 libkcal2-dev - KDE calendaring library [development]
 libkcal2b  - KDE calendaring library
 libkdepim1-dev - KDE PIM library [development]
 libkdepim1a - KDE PIM library
 libkgantt0 - KDE gantt charting library
 libkgantt0-dev - KDE gantt charting library [development]
 libkleopatra1 - KDE GnuPG interface libraries
 libkleopatra1-dev - KDE GnuPG interface libraries [development]
 libkmime2  - KDE MIME interface library
 libkpimexchange1 - KDE PIM Exchange library
 libkpimexchange1-dev - KDE PIM Exchange library [development]
 libkpimidentities1 - KDE PIM user identity information library
 libksieve0 - KDE mail/news message filtering library
 libksieve0-dev - KDE mail/news message filtering library [development]
 libktnef1  - Library for handling KTNEF email attachments
 libktnef1-dev - KTNEF handler library [development]
 libmimelib1-dev - KDE mime library [development]
 libmimelib1c2a - KDE mime library
 networkstatus - KDE network status monitor
Closes: 392468 394309 395082 395286 395940
Changes: 
 kdepim (4:3.5.5.dfsg.1-1) unstable; urgency=medium
 .
   * Improve KOrganizer's description, from Filipus Klutiero.
 (Closes: #392468)
   * Remove non-free IETF docs from the source tarball.
 Closes: #395082.
 + Urgency medium for the RC bug fix.
 + Stop using tarball.mk, since the only reason for that in the first
   place was to get the source package to consist of a file verifiable
   using upstream md5sums.  But since we have to repackage now anyway,
   there's no point to doing this any more.
 + New patch 16_kde_modulename.diff so that admin/cvs.sh finds the
   right package name.
   * Update from SVN branch, revision 600288, except for the changes to
 libkmime, which break binary compatibility, and the changes to kalarm,
 which I deem to be too invasive this close to a release.
 + Absorbs 15_kdepim_debug.diff.
 + Fixes a problem with korganizer.desktop causing it not to start.
   Closes: #395940, #395286, #394309.
Files: 
 db402ed376e4a4675823da0be8160907 1743 kde optional kdepim_3.5.5.dfsg.1-1.dsc
 6031276235b1aa6f78ecd998113f0e72 16253136 kde optional 
kdepim_3.5.5.dfsg.1.orig.tar.gz
 5637d3063f4ab4a7e7178a7ea460aefa 125429 kde optional 
kdepim_3.5.5.dfsg.1-1.diff.gz
 74b74bacff997dc7a1980f833b2b9277 19656 kde optional 
kdepim_3.5.5.dfsg.1-1_all.deb
 6790ecfef48fd0c3ef66bd5b5b99cb9b 27609918 doc optional 
kdepim-doc_3.5.5.dfsg.1-1_all.deb
 7ab334502f590303bfaae1aeead58032 408216 doc optional 
kdepim-doc-html_3.5.5.dfsg.1-1_all.deb
 591c4e3509bdd07d2bcc49344596141c 40933696 libdevel extra 
kdepim-dbg_3.5.5.dfsg.1-1_i386.deb
 341e51823148a4f46be0dca5ac85b7ea 98192 devel optional 
kdepim

Re: malsync ready for adoption

2006-10-16 Thread Daniel Schepler
On Sunday 15 October 2006 21:48 pm, Ludovic Rousseau wrote:
 If you are interested you should also adopt libmal. It causes a problem
 on kpilot and I offered the package to the kpilot maintainer without an
 answer from him. See #389353.

 If no one adopt it I will request the removal of malsync from unstable.

Sorry, I missed that message.  I'm not interested in maintaining libmal; it's 
just an optional add-on to kpilot.  If libmal were removed from unstable, I 
would most likely just recompile kdepim with the libmal-dev build-dep cut 
out.

By the way, where did you get the idea 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: gdm/Gnome/KDE and device permissions

2006-10-11 Thread Daniel Schepler
On Wednesday 11 October 2006 14:12 pm, Gernot Salzer wrote:
 Don't mechanisms like libpam_devperm grant exclusive access?
 On login the ownership of the devices is set to the console user,
 and only the owner is granted rwx-rights. On logout
 ownership/permissions of the device revert to the old 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 [EMAIL PROTECTED]



Accepted kdeedu 4:3.5.5-1 (source all i386)

2006-10-08 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  8 Oct 2006 14:26:21 +0200
Source: kdeedu
Binary: libkdeedu3 kalzium-data ktouch blinken kwordquiz kdeedu-data 
kstars-data kiten kturtle kgeography kig klettres-data kpercentage 
kdeedu-doc-html kdeedu keduca kstars libkdeedu-dev klettres kmplot kalzium indi 
khangman kanagram kverbos kvoctrain kbruch kgeography-data klatin kdeedu-dbg 
libkiten1 libkiten-dev
Architecture: source all i386
Version: 4:3.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 blinken- KDE version of the Simon Says electronic memory game
 indi   - Instrument Neutral Distributed Interface for astronomical devices
 kalzium- chemistry teaching tool for KDE
 kalzium-data - data files for Kalzium
 kanagram   - letter order game for KDE
 kbruch - fraction calculation teaching tool for KDE
 kdeedu - educational apps from the official KDE release
 kdeedu-data - shared data for KDE educational applications
 kdeedu-dbg - debugging symbols for kdeedu
 kdeedu-doc-html - KDE edutainment documentation in HTML format
 keduca - interactive form-based tests for KDE
 kgeography - Geography learning tool for KDE
 kgeography-data - data files for KGeography
 khangman   - the classical hangman game for KDE
 kig- interactive geometry program for KDE
 kiten  - Japanese reference/study tool for KDE
 klatin - application to help revise/teach Latin
 klettres   - foreign alphabet tutor for KDE
 klettres-data - data files for KLettres foreign alphabet tutor
 kmplot - mathematical function plotter for KDE
 kpercentage - percentage calculation teaching tool for KDE
 kstars - desktop planetarium for KDE
 kstars-data - data files for KStars desktop planetarium
 ktouch - touch typing tutor for KDE
 kturtle- educational Logo programming environment
 kverbos- Spanish verb form study application for KDE
 kvoctrain  - vocabulary trainer for KDE
 kwordquiz  - flashcard and vocabulary learning program for KDE
 libkdeedu-dev - development files for KDE educational library
 libkdeedu3 - library for use with KDE educational apps
 libkiten-dev - development files for Kiten library
 libkiten1  - library for Kiten Japanese reference/study tool
Changes: 
 kdeedu (4:3.5.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove obsolete Recommends: kcontrol, along with the accompanying
 blurb in the package description, which is no longer needed because
 of the Depends: ttf-sjfonts.
Files: 
 c51b852773d668ac5d52ecac54aedb80 1265 kde optional kdeedu_3.5.5-1.dsc
 e6616eca6c0551193a18b3563496da28 29996714 kde optional kdeedu_3.5.5.orig.tar.gz
 ef15ca80d294799bbe40893048369dcd 84105 kde optional kdeedu_3.5.5-1.diff.gz
 d81bb7433d7b09c3023c9bbe3e474c8a 18896 kde optional kdeedu_3.5.5-1_all.deb
 24fae7c8708412dacecd70e0d2d39e10 22318 kde optional kdeedu-data_3.5.5-1_all.deb
 1bc0dc58aa1fc1e463aa25f33c098d23 348104 doc optional 
kdeedu-doc-html_3.5.5-1_all.deb
 267f22e7a69d392de2883b220cecc249 1990700 science optional 
kalzium-data_3.5.5-1_all.deb
 f20ce024709aa760411ac1d590c0f147 1088626 kde optional 
kgeography-data_3.5.5-1_all.deb
 802cd3ed405c54af26d7676baa1e640e 1993098 kde optional 
klettres-data_3.5.5-1_all.deb
 31fb3401acfe398286de8bf2fb4bbac9 6537758 science optional 
kstars-data_3.5.5-1_all.deb
 e8d2ecc3f22d5eb65c0bef52f0cd48ee 12371020 libdevel extra 
kdeedu-dbg_3.5.5-1_i386.deb
 e4cc71815c4f192013c2ce8270e76513 486728 games optional blinken_3.5.5-1_i386.deb
 1d2bece839f07ce179fb0b340c8171c2 1463246 science optional 
kalzium_3.5.5-1_i386.deb
 b98ab6bafe19527b58fc9122cefd77e8 642838 games optional 
kanagram_3.5.5-1_i386.deb
 6245f85f49af37247f7ab3919fa6e565 333964 math optional kbruch_3.5.5-1_i386.deb
 ae4b33c9ff493ae2b2ce6e3023e5b6b7 410858 kde optional keduca_3.5.5-1_i386.deb
 ad80772ab8a77ab54db981ffc3ae98d0 351190 kde optional 
kgeography_3.5.5-1_i386.deb
 88934112d41da19d937299f8b1dd6007 1504152 games optional 
khangman_3.5.5-1_i386.deb
 155befe6b4324e4a7fb88f2e300ebe63 1865878 math optional kig_3.5.5-1_i386.deb
 c37341bd875062e5e79f6a869d6f2a26 200516 kde optional kiten_3.5.5-1_i386.deb
 c0118a491df8d8b1ea538f271e73ab3e 245614 kde optional klatin_3.5.5-1_i386.deb
 797b7e7b37dfafce63d65e45158bfd3a 706944 kde optional klettres_3.5.5-1_i386.deb
 b306174efb4956518b169a9af0cf5bab 537322 math optional kmplot_3.5.5-1_i386.deb
 a1e8a669fe5563440d78e4f1f3b78d6c 569364 math optional 
kpercentage_3.5.5-1_i386.deb
 6a38f3d98bbcb873ea977ba3faf6d184 3833240 science optional 
kstars_3.5.5-1_i386.deb
 c54d19e1414fa0007a92d96c0c6d4eb9 1383232 kde optional ktouch_3.5.5-1_i386.deb
 4f5cf10f14933908a785d98e3f50adb4 379182 devel optional kturtle_3.5.5-1_i386.deb
 01fbd9916b7afa7b0d35d7893c3ee307 444746 kde optional kverbos_3.5.5-1_i386.deb
 553f7dc527c841674288a4d7eb4ab8e0 1075730 kde optional 
kvoctrain_3.5.5-1_i386.deb

Accepted kdepim 4:3.5.5-1 (source all i386)

2006-10-07 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 Oct 2006 17:44:26 +0200
Source: kdepim
Binary: kdepim-dev libindex0 libkmime2 ksync kalarm kontact knotes 
kdepim-kio-plugins libkleopatra1 libkgantt0 kdepim-doc-html kdepim-wizards 
kitchensync kdepim-kfile-plugins kdepim-kresources kleopatra libkcal2b kdepim 
libktnef1 kandy karm libkcal2-dev libkleopatra1-dev libmimelib1-dev kdepim-dbg 
kode ktnef networkstatus knode libkpimexchange1 akregator kmail libksieve0-dev 
kaddressbook libindex0-dev libkgantt0-dev libksieve0 kpilot libktnef1-dev 
kdepim-doc libkpimexchange1-dev kmailcvt libkdepim1a libkdepim1-dev korn 
libkpimidentities1 konsolekalendar libmimelib1c2a korganizer
Architecture: source all i386
Version: 4:3.5.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 akregator  - RSS feed aggregator for KDE
 kaddressbook - KDE NG addressbook application
 kalarm - KDE alarm message, command and email scheduler
 kandy  - KDE mobile phone utility
 karm   - KDE time tracker tool
 kdepim - Personal Information Management apps from the official KDE releas
 kdepim-dbg - debugging symbols for kdepim
 kdepim-dev - KDE Personal Information Management [development]
 kdepim-doc - KDE Personal Information Management library documentation
 kdepim-doc-html - KDE PIM documentation in HTML format
 kdepim-kfile-plugins - KDE File dialog plugins for palm and vcf files
 kdepim-kio-plugins - KDE pim I/O Slaves
 kdepim-kresources - KDE pim resource plugins
 kdepim-wizards - KDE server configuration wizards
 kitchensync - Synchronization framework
 kleopatra  - KDE Certificate Manager
 kmail  - KDE Email client
 kmailcvt   - KDE KMail mail folder converter
 knode  - KDE news reader
 knotes - KDE sticky notes
 kode   - Helper library for programmatic generation of C++ code
 konsolekalendar - KDE konsole personal organizer
 kontact- KDE pim application
 korganizer - KDE personal organizer
 korn   - KDE mail checker
 kpilot - KDE Palm Pilot hot-sync tool
 ksync  - KDE Sync
 ktnef  - KDE TNEF viewer
 libindex0  - KDE indexing library
 libindex0-dev - KDE indexing library [development]
 libkcal2-dev - KDE calendaring library [development]
 libkcal2b  - KDE calendaring library
 libkdepim1-dev - KDE PIM library [development]
 libkdepim1a - KDE PIM library
 libkgantt0 - KDE gantt charting library
 libkgantt0-dev - KDE gantt charting library [development]
 libkleopatra1 - KDE GnuPG interface libraries
 libkleopatra1-dev - KDE GnuPG interface libraries [development]
 libkmime2  - KDE MIME interface library
 libkpimexchange1 - KDE PIM Exchange library
 libkpimexchange1-dev - KDE PIM Exchange library [development]
 libkpimidentities1 - KDE PIM user identity information library
 libksieve0 - KDE mail/news message filtering library
 libksieve0-dev - KDE mail/news message filtering library [development]
 libktnef1  - Library for handling KTNEF email attachments
 libktnef1-dev - KTNEF handler library [development]
 libmimelib1-dev - KDE mime library [development]
 libmimelib1c2a - KDE mime library
 networkstatus - KDE network status monitor
Closes: 321102 332473 350851 357043 384941 387419 387589 388014
Changes: 
 kdepim (4:3.5.5-1) unstable; urgency=medium
 .
   * New upstream release.
 + Fixes korganizer: reminder daemon leaks memory. (Closes: #357043)
 .
   +++ Changes by Daniel Schepler:
 .
   * Disable asking questions in the kmail d-imap debugging patch, since
 MadCoder has not been able to trigger mail loss answering yes to
 all questions.
   * Add new directory for icon files to libkdepim1a.install.
   * Urgency medium for the RC bug fixes.
 .
   +++ Changes by Christopher Martin:
 .
   * Improve konsolekalendar's description. (Closes: #384941)
 .
   * Add alpha and ppc64 to the problematic arch list, thus disabling
 --enable-final and allowing kdepim to build. (Closes: #387419, #388014)
 .
   * Add Romanian debconf translation, thanks to Stan Ioan-Eugen.
 (Closes: #387589)
 .
   +++ Changes by Pierre Habouzit:
 .
   * Modify the kdepim d-imap debugging patch to be less verbose and intrusive,
 but keep the rest of the patch, with its slightly safer file handling. No
 reports of d-imap data loss have surfaced with the recent code, and
 testing suggests that the problem is fixed.
 (Closes: #321102, #332473, #350851)
Files: 
 d4e271d4f06cfd523c338844de3b6c49 1722 kde optional kdepim_3.5.5-1.dsc
 53422ee3ca250db9759eef1d25b25aeb 12819032 kde optional kdepim_3.5.5.orig.tar.gz
 272f0dc1481a65bfa938f23c20c4b5ac 100059 kde optional kdepim_3.5.5-1.diff.gz
 2379e5697c7cb8977e26bbd995710c7a 19256 kde optional kdepim_3.5.5-1_all.deb
 801052a934347290780ad0b18166917f 27607606 doc optional 
kdepim-doc_3.5.5-1_all.deb
 6f97e16d343ad05f18663e25984d40f1 408028 doc optional 
kdepim-doc-html_3.5.5-1_all.deb

Accepted monopd 0.9.3-2 (source i386)

2006-08-12 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 12 Aug 2006 17:05:23 -0400
Source: monopd
Binary: monopd
Architecture: source i386
Version: 0.9.3-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 monopd - Monopoly game network server
Closes: 355797
Changes: 
 monopd (0.9.3-2) unstable; urgency=low
 .
   * New patch monopd-0.9.3-dosfix.diff for CVE-2006-1046:
 Fixes a remote DOS vulnerability which could cause the daemon to eat up
 CPU time on the server.  Closes: #355797.
   * Bump Standards-Version to 3.7.2 (no changes needed).
Files: 
 d6b2d5ee65975cdd95bf93173b932e19 638 games optional monopd_0.9.3-2.dsc
 cce08211be2ed18c2d2739e80335d6a3 3420 games optional monopd_0.9.3-2.diff.gz
 c3c4773c9f7c889f675142275b8be796 198550 games optional monopd_0.9.3-2_i386.deb

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

iD8DBQFE3kZhNC3LAyACFJARAreAAJ9tuHTntywne8018Dl3HZtbZ/OguACgg2IY
26nWCNPaaIVtU+B0UtfElQI=
=hnr6
-END PGP SIGNATURE-


Accepted:
monopd_0.9.3-2.diff.gz
  to pool/main/m/monopd/monopd_0.9.3-2.diff.gz
monopd_0.9.3-2.dsc
  to pool/main/m/monopd/monopd_0.9.3-2.dsc
monopd_0.9.3-2_i386.deb
  to pool/main/m/monopd/monopd_0.9.3-2_i386.deb


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



Re: cdrtools

2006-08-11 Thread Daniel Schepler
On Friday 11 August 2006 14:48 pm, Joerg Schilling wrote:
 The FSF GPL FAQ e.g. incorrectly claims:

   Linking ABC statically or dynamically with other modules is making a
   combined work based on ABC. Thus, the terms and conditions of the GNU
 General Public License cover the whole combination.
 
 The GPL does not contain the term combined work, so this is an invalid
 claim. 
 
 The GPL rather talks about a derived work and simply linking two modules
 together does definitely not make module B a derived work of module A
 if module A calls code from module B but module B does not call code from
 module A.

Let's put aside for the moment that the FAQ is not meant to be a legal 
document as opposed to the GPL itself, and that the FAQ is not saying B would 
be a derived work of A, but rather that the combination would be...

I have a general question about how the GPL is construed to cover the case of 
dynamic linking.  According to the GPL, section 0:

  The act of running the Program is not restricted...

And since dynamic linking is done at the time the program is run, this would 
appear to me to be what applies.  In particular, it appears to me that you 
could satisfy the GPL and still dynamically link against a non-free library, 
and distribute both, by invoking the mere aggregation clause of section 2.  
(Of course, you would have to be very careful about any inline functions, 
etc., from the non-free headers...)

As a hypothetical example, let's say that program A uses library B, both 
licensed under the GPL.  Now the author of B decides he doesn't want anybody 
selling B at all, so he releases a newer version under a non-free license, 
and Debian decides to package the old version of B as B-free and the new 
version in non-free.  Is Debian allowed to keep distributing A, while 
distributing B-nonfree at the same time, given that some users might not end 
up installing B-free?  Suppose that later B-free is considered old and buggy 
enough that we refuse to support it, so B-free is removed from the archive.  
Now does Debian have to stop distributing A as well?  Even if by this point 
nobody actually had B-free installed any more?  (I think my answers would be: 
distributing A with B-free and B-nonfree is permissible, but once B-free went 
A would have to go as well.  Of course, there would also be the solution we 
already have with B-free = lesstif and B-nonfree = libmotif, but let's say 
for the sake of argument B's maintainer doesn't take that course, and instead 
makes libB1-nonfree: Provides: libB1.)

On the other hand, since the FSF is the author of the license, and their own 
FAQ states that they consider dynamic linking to fall under the terms of the 
license, distributing GPL programs dynamically linked against 
GPL-incompatible libraries would clearly be exploiting a loophole under any 
definition of that term that I know of.  And exploiting a loophole in the GPL 
would hardly be a way to endear oneself to the free software community.  
Thus, I'm hoping that the above is more of an academic question than anything 
else.

In any case, static linking clearly falls under the definition of a work 
based on the Program in section 0, so you cannot e.g. extend GPL'd program A 
to use non-free library B, 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
On Friday 11 August 2006 18:10 pm, Goswin von Brederlow wrote:
 I believe that the totaly interchangable option of specifying
 -static or not should not change the free-ness of the source or
 resulting binary. So if you link static and you agree that it is a
 violation that way then you should not be able to get away with it by
 linking dynamically.

 The GPL is viral in nature and specificaly made to work across linking
 boundaries. People should not be able to add non-free portitons to the
 source by hiding them in libraries.

I agree, but then should and is sometimes disagree.

But after thinking about it some more, I believe a dynamically linked binary 
together with the corresponding shared libraries should be considered as a 
distribution method for the complete program that gets assembled in a common 
address space.  Consider for example the case of EvilCo, back before dynamic 
linking was widespread, trying to use a GPL'd library in their non-free 
program.  They try to get around the GPL by distributing their compiled 
program code in a single .o file in a mere aggregate along with the GPL 
library .a file, and ask users to link the program themselves.  This is 
obviously bogus; they've just created an alternate means of distribution of 
the resulting binary, and so the binary itself must be distributable under 
the terms of the GPL, which it isn't.  And the case of a dynamically linked 
executable with shared libraries is almost exactly the same as this scenario, 
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 Schepler



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



Accepted kdegames 4:3.5.4-1 (source i386 all)

2006-07-29 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Jul 2006 07:01:47 -0400
Source: kdegames
Binary: kreversi ktron kasteroids kpat kmines knetwalk kolf-dev kshisen 
libkdegames1 katomic kwin4 kpoker kdegames-card-data kdegames-dbg ktuberling 
kmahjongg kdegames kjumpingcube kbackgammon klines lskat atlantik kfouleggs 
kdegames-doc-html kenolaba ksame ksokoban ksnake ksmiletris kblackbox konquest 
klickety kbounce kspaceduel atlantik-dev libkdegames-dev libkdegames-doc 
ksirtet kbattleship kgoldrunner kolf
Architecture: source i386 all
Version: 4:3.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 atlantik   - KDE client for Monopoly-like network games
 atlantik-dev - Development files for Atlantik
 kasteroids - Asteroids for KDE
 katomic- Atomic Entertainment game for KDE
 kbackgammon - A Backgammon game for KDE
 kbattleship - Battleship game for KDE
 kblackbox  - A simple logical game for the KDE project
 kbounce- Jezzball clone for the K Desktop Environment
 kdegames   - KDE Games metapackage
 kdegames-card-data - Card decks for KDE games
 kdegames-dbg - debugging symbols for kdegames
 kdegames-doc-html - KDE games documentation in HTML format
 kenolaba   - Enolaba board game for KDE
 kfouleggs  - A KDE clone of the Japanese PuyoPuyo game
 kgoldrunner - A KDE clone of the Loderunner arcade game
 kjumpingcube - Tactical one or two player game
 klickety   - A Clickomania-like game for KDE
 klines - Color lines for KDE
 kmahjongg  - the classic mahjongg game for KDE project
 kmines - Minesweeper for KDE
 knetwalk   - A game for system administrators
 kolf   - Minigolf game for KDE
 kolf-dev   - Development files for Kolf
 konquest   - KDE based GNU-Lactic Konquest game
 kpat   - KDE solitaire patience game
 kpoker - KDE based Poker clone
 kreversi   - Reversi for KDE
 ksame  - SameGame for KDE
 kshisen- Shisen-Sho for KDE
 ksirtet- Tetris and Puyo-Puyo games for KDE
 ksmiletris - Tetris like game for KDE
 ksnake - Snake Race for KDE
 ksokoban   - Sokoban game for KDE
 kspaceduel - Arcade two-player space game for KDE
 ktron  - Tron clone for the K Desktop Environment
 ktuberling - Potato Guy for KDE
 kwin4  - Connect Four clone for KDE
 libkdegames-dev - KDE games library headers
 libkdegames-doc - API documentation for the KDE games library
 libkdegames1 - KDE games library and common files
 lskat  - Lieutnant Skat card game for KDE
Closes: 379816
Changes: 
 kdegames (4:3.5.4-1) unstable; urgency=low
 .
   * New upstream release.
 + Fixes detection of autoconf version 2.60.  Closes: #379816.
   * Bump standards version to 3.7.2 (no changes needed).
Files: 
 0b8fb463013fd2793a9414a82f31d301 1306 games optional kdegames_3.5.4-1.dsc
 a15cd49d061d86633897cc2629a17090 10731866 games optional 
kdegames_3.5.4.orig.tar.gz
 d3e01b4ad10f0e178afcf9450872b7e3 153136 games optional kdegames_3.5.4-1.diff.gz
 7e9b57a14f23f1317fa10bae20d108cd 20004 kde optional kdegames_3.5.4-1_all.deb
 9ccf6bfc18dd1ebb1e5af6b2b413ae80 256522 doc optional 
kdegames-doc-html_3.5.4-1_all.deb
 329503ee651d415561938b3d1b21e584 1098682 doc optional 
libkdegames-doc_3.5.4-1_all.deb
 46af5001375f437f0661540ac5631eb2 2246448 games optional 
kdegames-card-data_3.5.4-1_all.deb
 63de3292bf5d8fbc06c3f1384dab314b 308214 games optional 
libkdegames1_3.5.4-1_i386.deb
 7c111edd6747cb99f5d3945ccbebfc89 8152388 libdevel extra 
kdegames-dbg_3.5.4-1_i386.deb
 4b8a94d3dac522c44cd89a2e89b2f874 104442 libdevel optional 
libkdegames-dev_3.5.4-1_i386.deb
 5f8989fec6520bdabaa78633e84cd9d0 401506 games optional 
atlantik_3.5.4-1_i386.deb
 71b274260971bce612f26d311b1d2693 27204 devel extra 
atlantik-dev_3.5.4-1_i386.deb
 578d7de7be98ebcec18608bd7942b2aa 474434 games optional 
kasteroids_3.5.4-1_i386.deb
 6511823e5e332dd2688b12f480e32e09 140288 games optional katomic_3.5.4-1_i386.deb
 0078d79d376ed3921b4dfa0cc0bd842d 467114 games optional 
kbackgammon_3.5.4-1_i386.deb
 6b96eb6af4c48bae763f7513e53f8a2b 343910 games optional 
kbattleship_3.5.4-1_i386.deb
 18f38196b53913cc8124edc5099774e9 115660 games optional 
kblackbox_3.5.4-1_i386.deb
 469679d916b062a630efdc49d179c7fb 171680 games optional kbounce_3.5.4-1_i386.deb
 ec86c5db05bb15daaf45259acea6aa5e 158386 games optional 
kenolaba_3.5.4-1_i386.deb
 65806ea9c7260b9659bed48e1147cf1d 241532 games optional 
kfouleggs_3.5.4-1_i386.deb
 6d53480d8e71fce3d0302c9ec969f03e 297464 games optional 
kgoldrunner_3.5.4-1_i386.deb
 19f42f249fc4125f06fc013b978f342a 99168 games optional 
kjumpingcube_3.5.4-1_i386.deb
 72a6f4962cd879b7e1c23a562771abfb 144514 games optional 
klickety_3.5.4-1_i386.deb
 389c5baf07c9ad3959cffce643155aa3 174096 games optional klines_3.5.4-1_i386.deb
 5026ac415223ab41496011635ae6410b 920674 games optional 
kmahjongg_3.5.4-1_i386.deb
 606047421745990c86dd77cb07af3ff7 222510 games optional kmines_3.5.4-1_i386

Accepted kdeedu 4:3.5.4-1 (source all i386)

2006-07-29 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Jul 2006 13:21:27 -0400
Source: kdeedu
Binary: kdeedu-doc-html libkdeedu3 kalzium-data keduca kdeedu libkdeedu-dev 
kstars ktouch blinken kwordquiz klettres kmplot kdeedu-data kalzium kverbos 
kstars-data kanagram khangman kvoctrain kbruch kiten kturtle kgeography-data 
kgeography kig klatin kdeedu-dbg klettres-data libkiten1 kpercentage 
libkiten-dev
Architecture: source all i386
Version: 4:3.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian QT/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 blinken- KDE version of the Simon Says electronic memory game
 kalzium- chemistry teaching tool for KDE
 kalzium-data - data files for Kalzium
 kanagram   - letter order game for KDE
 kbruch - fraction calculation teaching tool for KDE
 kdeedu - educational apps from the official KDE release
 kdeedu-data - shared data for KDE educational applications
 kdeedu-dbg - debugging symbols for kdeedu
 kdeedu-doc-html - KDE edutainment documentation in HTML format
 keduca - interactive form-based tests for KDE
 kgeography - Geography learning tool for KDE
 kgeography-data - data files for KGeography
 khangman   - the classical hangman game for KDE
 kig- interactive geometry program for KDE
 kiten  - Japanese reference/study tool for KDE
 klatin - application to help revise/teach Latin
 klettres   - foreign alphabet tutor for KDE
 klettres-data - data files for KLettres foreign alphabet tutor
 kmplot - mathematical function plotter for KDE
 kpercentage - percentage calculation teaching tool for KDE
 kstars - desktop planetarium for KDE
 kstars-data - data files for KStars desktop planetarium
 ktouch - touch typing tutor for KDE
 kturtle- educational Logo programming environment
 kverbos- Spanish verb form study application for KDE
 kvoctrain  - vocabulary trainer for KDE
 kwordquiz  - flashcard and vocabulary learning program for KDE
 libkdeedu-dev - development files for KDE educational library
 libkdeedu3 - library for use with KDE educational apps
 libkiten-dev - development files for Kiten library
 libkiten1  - library for Kiten Japanese reference/study tool
Closes: 379817
Changes: 
 kdeedu (4:3.5.4-1) unstable; urgency=low
 .
   * New upstream release.
 + Fixes detection of autoconf 2.60.  Closes: #379817.
   * Bump Standards-Version to 3.7.2 (no changes required).
Files: 
 05a1d0c3fcf1116bc461705d25ed1942 1255 kde optional kdeedu_3.5.4-1.dsc
 def1250d676c11793e4d5e794d1d3b69 29851517 kde optional kdeedu_3.5.4.orig.tar.gz
 b6ae586d92423a04c112c1f614db8392 87430 kde optional kdeedu_3.5.4-1.diff.gz
 90a2e92b1dfabafb7153c8fb1d322eaa 18272 kde optional kdeedu_3.5.4-1_all.deb
 b6a066817a42f8b0135da6dfd534bd52 21638 kde optional kdeedu-data_3.5.4-1_all.deb
 f2bf7e29c7e506dc04af2ac0a20f4c70 347380 doc optional 
kdeedu-doc-html_3.5.4-1_all.deb
 749d392505512bb66c0736f38c147c04 1990412 science optional 
kalzium-data_3.5.4-1_all.deb
 42260b65031243daadef2409ed13e38d 1069374 kde optional 
kgeography-data_3.5.4-1_all.deb
 6e231b3ef3ca40ef469c0788d911d923 1992456 kde optional 
klettres-data_3.5.4-1_all.deb
 a25b049b8a17382d086a36b517b3b972 6537118 science optional 
kstars-data_3.5.4-1_all.deb
 509b8c378df87a9f3070c80b4c815c49 12310664 libdevel extra 
kdeedu-dbg_3.5.4-1_i386.deb
 d3d7e8ca0e3d9547f3ee194438acd190 486192 games optional blinken_3.5.4-1_i386.deb
 d908a2c7b9ffc7b444cc4137bbd6d388 1461660 science optional 
kalzium_3.5.4-1_i386.deb
 d8ebe5e8f7809917efc9c9daf61f15e6 642554 games optional 
kanagram_3.5.4-1_i386.deb
 96553387f7722aeead0bcce3017f5045 333100 math optional kbruch_3.5.4-1_i386.deb
 082d897b0af8bcd2575a83c1414d404f 409900 kde optional keduca_3.5.4-1_i386.deb
 7e7e9db686a82380267833173b4b36a4 350642 kde optional 
kgeography_3.5.4-1_i386.deb
 7defa1d46fa018a79f72d2d708b95e94 1503462 games optional 
khangman_3.5.4-1_i386.deb
 95e35e2c34958f4fbd8388eb16dd7fb0 1865130 math optional kig_3.5.4-1_i386.deb
 3b919680882bb3df02d940490eeb978e 199954 kde optional kiten_3.5.4-1_i386.deb
 ce3c37dc4896c897411c6cee4c09dec9 245424 kde optional klatin_3.5.4-1_i386.deb
 54c4903c9acc506bd237aa18ce224f10 706204 kde optional klettres_3.5.4-1_i386.deb
 a680572c4eb171c45ca7078689d16bb9 536944 math optional kmplot_3.5.4-1_i386.deb
 ec3dc0b5e0ddfc0cb1c5c037d8576a12 568838 math optional 
kpercentage_3.5.4-1_i386.deb
 c2df27ce228bb121b45ed014372dea7a 4284962 science optional 
kstars_3.5.4-1_i386.deb
 604f404282b565b1ba3eef2adecf3192 1354002 kde optional ktouch_3.5.4-1_i386.deb
 a3baabbd8536bd64e7bdd9e7b845bd8c 378640 devel optional kturtle_3.5.4-1_i386.deb
 4757388358a22502025e69a87909bf56 444346 kde optional kverbos_3.5.4-1_i386.deb
 f737b11eb5aab6a249f2df3f7574a3d7 1075792 kde optional 
kvoctrain_3.5.4-1_i386.deb
 4be79f020da9aaa5e72b2c95bad04075 760152 kde optional kwordquiz_3.5.4-1_i386.deb
 ce4949973eeb20d6b371d582589ae6e7 135572 libs

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

2006-07-25 Thread Daniel Schepler
On Tuesday 25 July 2006 13:40 pm, Martin Michlmayr wrote:
 Half of KDE and a number of other applications currently fail to build

 with a message similar to:
 | *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
 | *** KDE requires autoconf 2.53 or newer

 Before I file bugs on these packages, I wanted to check whether this
 is a known problem and/or whether the new autoconf reports its version
 in an incompatible way (that could be changed to avoid these build
 failures).

 Comments?

I already knew this was an issue in kdeedu and kdegames.  However, there's a 
new upstream version 3.5.4 of KDE due out soon, and I was planning to wait 
for that to make new uploads.

(PS, a small comment on the patch that got applied on kdepim -- it's just 
going to break again once autoconf gets up to version 2.70, when it would 
have been just as easy to keep it working through version 2.99.)

(PPS, I 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]



Accepted kdepim 4:3.5.3-2 (source all i386)

2006-07-01 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  1 Jul 2006 11:23:08 -0400
Source: kdepim
Binary: kdepim-dev libindex0 libkmime2 ksync kalarm kontact knotes 
kdepim-kio-plugins libkleopatra1 libkgantt0 kdepim-doc-html kdepim-wizards 
kitchensync kdepim-kfile-plugins kdepim-kresources kleopatra libkcal2b kdepim 
libktnef1 kandy karm libkcal2-dev libkleopatra1-dev libmimelib1-dev kdepim-dbg 
kode ktnef networkstatus knode libkpimexchange1 akregator kmail libksieve0-dev 
kaddressbook libindex0-dev libkgantt0-dev libksieve0 kpilot libktnef1-dev 
kdepim-doc libkpimexchange1-dev kmailcvt libkdepim1a libkdepim1-dev korn 
libkpimidentities1 konsolekalendar libmimelib1c2a korganizer
Architecture: source all i386
Version: 4:3.5.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 akregator  - RSS feed aggregator for KDE
 kaddressbook - KDE NG addressbook application
 kalarm - KDE alarm message, command and email scheduler
 kandy  - KDE mobile phone utility
 karm   - KDE time tracker tool
 kdepim - KDE Personal Information Management metapackage
 kdepim-dbg - debugging symbols for kdepim
 kdepim-dev - KDE Personal Information Management [development]
 kdepim-doc - KDE Personal Information Management library documentation
 kdepim-doc-html - KDE PIM documentation in HTML format
 kdepim-kfile-plugins - KDE File dialog plugins for palm and vcf files
 kdepim-kio-plugins - KDE pim I/O Slaves
 kdepim-kresources - KDE pim resource plugins
 kdepim-wizards - KDE server configuration wizards
 kitchensync - Synchronization framework
 kleopatra  - KDE Certificate Manager
 kmail  - KDE Email client
 kmailcvt   - KDE KMail mail folder converter
 knode  - KDE news reader
 knotes - KDE sticky notes
 kode   - Helper library for programmatic generation of C++ code
 konsolekalendar - KDE konsole personal organizer
 kontact- KDE pim application
 korganizer - KDE personal organizer
 korn   - KDE mail checker
 kpilot - KDE Palm Pilot hot-sync tool
 ksync  - KDE Sync
 ktnef  - KDE TNEF viewer
 libindex0  - KDE indexing library
 libindex0-dev - KDE indexing library [development]
 libkcal2-dev - KDE calendaring library [development]
 libkcal2b  - KDE calendaring library
 libkdepim1-dev - KDE PIM library [development]
 libkdepim1a - KDE PIM library
 libkgantt0 - KDE gantt charting library
 libkgantt0-dev - KDE gantt charting library [development]
 libkleopatra1 - KDE GnuPG interface libraries
 libkleopatra1-dev - KDE GnuPG interface libraries [development]
 libkmime2  - KDE MIME interface library
 libkpimexchange1 - KDE PIM Exchange library
 libkpimexchange1-dev - KDE PIM Exchange library [development]
 libkpimidentities1 - KDE PIM user identity information library
 libksieve0 - KDE mail/news message filtering library
 libksieve0-dev - KDE mail/news message filtering library [development]
 libktnef1  - Library for handling KTNEF email attachments
 libktnef1-dev - KTNEF handler library [development]
 libmimelib1-dev - KDE mime library [development]
 libmimelib1c2a - KDE mime library
 networkstatus - KDE network status monitor
Closes: 353922
Changes: 
 kdepim (4:3.5.3-2) unstable; urgency=low
 .
   * Rebuild against libgnokii3-dev and libbluetooth2-dev.
   * New patch 15_groupwise_alpha.diff: fix FTBFS on alpha (again).
 Closes: #353922.
Files: 
 cb2a2a45486b04d95732c1499719e3c3 1711 kde optional kdepim_3.5.3-2.dsc
 52030081ba9fc569f1d6eb751f608f3d 244015 kde optional kdepim_3.5.3-2.diff.gz
 cf7d9da0ec6ee3af8799464c50d621b9 17954 kde optional kdepim_3.5.3-2_all.deb
 5f3a3eec81ccb421db61c998fafcaeff 27463132 doc optional 
kdepim-doc_3.5.3-2_all.deb
 9e701792b1c12c0cee4e1416e838c23f 406720 doc optional 
kdepim-doc-html_3.5.3-2_all.deb
 d4aad3905cbca24e07df9e3ded1b7dc5 46857648 libdevel extra 
kdepim-dbg_3.5.3-2_i386.deb
 98579b629ae3af172a913c117f20fb56 97128 devel optional 
kdepim-dev_3.5.3-2_i386.deb
 1462c250bd568eb14c7d24df790705bc 699906 web optional akregator_3.5.3-2_i386.deb
 d4b77784051630f99a4eabd4874ceb24 1391896 utils optional 
kaddressbook_3.5.3-2_i386.deb
 dd342785c580144a595a496981390464 667252 kde optional kalarm_3.5.3-2_i386.deb
 676ecb5c1b26f7934c93ba1f3ad00989 121772 utils optional kandy_3.5.3-2_i386.deb
 e4df88b536155d920164b25b66bb2b5f 448536 utils optional karm_3.5.3-2_i386.deb
 1b29ce6678e62b00aa79014895b879e9 40932 kde optional 
kdepim-kfile-plugins_3.5.3-2_i386.deb
 902172ae6f8aa187886d97f739716bf7 831938 kde optional 
kdepim-kio-plugins_3.5.3-2_i386.deb
 3066dbc95244b92219a406ecf2535073 2218632 kde optional 
kdepim-kresources_3.5.3-2_i386.deb
 ac4efa4e39f189421d0bc7c39d1fecc1 159162 kde optional 
kdepim-wizards_3.5.3-2_i386.deb
 6e900d062b720420e1b2561cbbca345a 823854 kde optional 
kitchensync_3.5.3-2_i386.deb
 463eb1e5413d50ae6f7d5a056fff4572 217992 net optional kleopatra_3.5.3-2_i386.deb
 ce39a325f3d1e335789fa9278b2d 2258960

Accepted kdepim 4:3.5.3-1 (source all i386)

2006-06-28 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 28 Jun 2006 11:58:50 -0400
Source: kdepim
Binary: kdepim-dev libindex0 libkmime2 ksync kalarm kontact knotes 
kdepim-kio-plugins libkleopatra1 libkgantt0 kdepim-doc-html kdepim-wizards 
kitchensync kdepim-kfile-plugins kdepim-kresources kleopatra libkcal2b kdepim 
libktnef1 kandy karm libkcal2-dev libkleopatra1-dev libmimelib1-dev kdepim-dbg 
kode ktnef networkstatus knode libkpimexchange1 akregator kmail libksieve0-dev 
kaddressbook libindex0-dev libkgantt0-dev libksieve0 kpilot libktnef1-dev 
kdepim-doc libkpimexchange1-dev kmailcvt libkdepim1a libkdepim1-dev korn 
libkpimidentities1 konsolekalendar libmimelib1c2a korganizer
Architecture: source all i386
Version: 4:3.5.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 akregator  - RSS feed aggregator for KDE
 kaddressbook - KDE NG addressbook application
 kalarm - KDE alarm message, command and email scheduler
 kandy  - KDE mobile phone utility
 karm   - KDE time tracker tool
 kdepim - KDE Personal Information Management metapackage
 kdepim-dbg - debugging symbols for kdepim
 kdepim-dev - KDE Personal Information Management [development]
 kdepim-doc - KDE Personal Information Management library documentation
 kdepim-doc-html - KDE PIM documentation in HTML format
 kdepim-kfile-plugins - KDE File dialog plugins for palm and vcf files
 kdepim-kio-plugins - KDE pim I/O Slaves
 kdepim-kresources - KDE pim resource plugins
 kdepim-wizards - KDE server configuration wizards
 kitchensync - Synchronization framework
 kleopatra  - KDE Certificate Manager
 kmail  - KDE Email client
 kmailcvt   - KDE KMail mail folder converter
 knode  - KDE news reader
 knotes - KDE sticky notes
 kode   - Helper library for programmatic generation of C++ code
 konsolekalendar - KDE konsole personal organizer
 kontact- KDE pim application
 korganizer - KDE personal organizer
 korn   - KDE mail checker
 kpilot - KDE Palm Pilot hot-sync tool
 ksync  - KDE Sync
 ktnef  - KDE TNEF viewer
 libindex0  - KDE indexing library
 libindex0-dev - KDE indexing library [development]
 libkcal2-dev - KDE calendaring library [development]
 libkcal2b  - KDE calendaring library
 libkdepim1-dev - KDE PIM library [development]
 libkdepim1a - KDE PIM library
 libkgantt0 - KDE gantt charting library
 libkgantt0-dev - KDE gantt charting library [development]
 libkleopatra1 - KDE GnuPG interface libraries
 libkleopatra1-dev - KDE GnuPG interface libraries [development]
 libkmime2  - KDE MIME interface library
 libkpimexchange1 - KDE PIM Exchange library
 libkpimexchange1-dev - KDE PIM Exchange library [development]
 libkpimidentities1 - KDE PIM user identity information library
 libksieve0 - KDE mail/news message filtering library
 libksieve0-dev - KDE mail/news message filtering library [development]
 libktnef1  - Library for handling KTNEF email attachments
 libktnef1-dev - KTNEF handler library [development]
 libmimelib1-dev - KDE mime library [development]
 libmimelib1c2a - KDE mime library
 networkstatus - KDE network status monitor
Closes: 361209 367207 374447 374829
Changes: 
 kdepim (4:3.5.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Include fixes on branch up to svn revision 555847.
   * New debconf translations:
 + Galician.  Closes: #361209.
 + Russian.  Closes: #367207.
 + Lithuanian.  Closes: #374447.
 + Basque.  Closes: #374829.
   * Rework 14_kmail_filter_icons.diff.
Files: 
 e7ec4c4021d9c3fcedba1b997c611d6e 1722 kde optional kdepim_3.5.3-1.dsc
 4831d74f0cabf24fed35d9ec356f452d 12824539 kde optional kdepim_3.5.3.orig.tar.gz
 2e79c6544b0fad175d7b47abd1b042ba 243770 kde optional kdepim_3.5.3-1.diff.gz
 79e4532966dc77236a5179733a3c34d6 17904 kde optional kdepim_3.5.3-1_all.deb
 9db074b90d8c4c3a9b89a9771add6abf 27495072 doc optional 
kdepim-doc_3.5.3-1_all.deb
 b910a0c335b6d73d32f724a2cb06c1ef 406774 doc optional 
kdepim-doc-html_3.5.3-1_all.deb
 741742656e0bb9afd0b17865df041aea 46875780 libdevel extra 
kdepim-dbg_3.5.3-1_i386.deb
 c0b2ab68b622ec064f9ca9aaca85a31f 97052 devel optional 
kdepim-dev_3.5.3-1_i386.deb
 12efbc4396a558228858d7d6e5ed1d8b 699828 web optional akregator_3.5.3-1_i386.deb
 673edf8998716590e901f25feff6641d 1391836 utils optional 
kaddressbook_3.5.3-1_i386.deb
 3adb236198900b828309034ad628b1d8 667288 kde optional kalarm_3.5.3-1_i386.deb
 5685610140c2d841921ea06b36724aa1 121724 utils optional kandy_3.5.3-1_i386.deb
 c219aa3575df5fa2deeec4ddd9b89b01 448530 utils optional karm_3.5.3-1_i386.deb
 7b1d7ecc70650d935e688b02c8430a98 40858 kde optional 
kdepim-kfile-plugins_3.5.3-1_i386.deb
 449842e4b4f498a2aed695790b1ac58f 831872 kde optional 
kdepim-kio-plugins_3.5.3-1_i386.deb
 f5f1333eceb97b52a54020d6d7c83208 2218960 kde optional 
kdepim-kresources_3.5.3-1_i386.deb
 b7c9ce4a974b945d0538c5b7a001f8e2 159136 kde

Re: Getting rid of circular dependencies, stage 4

2006-05-10 Thread Daniel Schepler
Le Mardi 09 Mai 2006 22:49, Bill Allombert a écrit :
 Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
...
   libkcal2b
   libkdepim1a

It looks like these two have circular dependencies because libkdepim depends 
on libkcal, while a couple of the standard libkcal plugins (namely 
kcal_kabc.so and kcal_remote.so) depend on libkdepim.  I don't see any easy 
way to disentangle these.
-- 
Daniel Schepler



  1   2   3   4   >