Re: notifying the user about an incompatible upgrade

2007-06-05 Thread martin f krafft
also sprach Eric Cooper [EMAIL PROTECTED] [2007.06.04.2012 +0200]:
 These options occurred to me:
   Try to upgrade the user's old configuration automatically.

If you do this conservatively, it might be worth a try. This is what
I do with mdadm.

   Document it in NEWS.

Yes. Definitely.

   Print a warning on stderr.

No.

   Use a debconf note.

No.

   Send an email to root or some other system user.

No.

What package is this anyway?

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
  .   `___
(o-(o-(o-(o-   (o-(o-(o-   /\/| | |
//\//\//\//\   //\//\//\  `  /\/\/l-+-|
v_/_   v_/_   v_/_   v_/_  v_/_   v_/_   v_/_.`  /\/\/|_|_|


signature.asc
Description: Digital signature (GPG/PGP)


Re: About md5sums of debian sources

2007-06-05 Thread Thijs Kinkhorst
On Tuesday 5 June 2007 06:54, Roberto C. Sánchez wrote:
 Yes.  But then what of projects like OpenOffice.org and gcc?

No one has said that bzip2 should be *required* as a compression format, only 
a possibility. I see the use in that: I've seen several upstreams shifting 
from gzip to providing only bzip2 tarballs. In many cases these tarballs are 
quite small, and I don't see much added value in repackaging those to .gz.


Thijs



RFS: cgal (updated package)

2007-06-05 Thread Joachim Reichel
Dear mentors,

usually Steve M. Robbins sponsors this package, but he is probably busy
right now, so I am looking for another sponsor for the new version 3.3-1
of my package cgal.

It builds these binary packages:
libcgal-demo - C++ library for computational geometry (demos)
libcgal-dev - C++ library for computational geometry (development files)
libcgal2   - C++ library for computational geometry

The package is lintian and linda clean and builds fine with pbuilder.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/non-free/c/cgal
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget http://mentors.debian.net/debian/pool/non-free/c/cgal/cgal_3.3-1.dsc

I would be glad if someone uploaded this package for me.

BTW I will on vacation starting Thursday, so I won't be able to answer
mails for some time (but I don't expect any problems with the package).

Kind regards,
 Joachim Reichel

-- 
It is better to have loved and lost than never to have loved at all.
  (Samuel Butler, 1835 - 1902)


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



Re: About md5sums of debian sources

2007-06-05 Thread Roberto C . Sánchez
On Tue, Jun 05, 2007 at 03:06:16PM +0200, Thijs Kinkhorst wrote:
 On Tuesday 5 June 2007 06:54, Roberto C. Sánchez wrote:
  Yes.  But then what of projects like OpenOffice.org and gcc?
 
 No one has said that bzip2 should be *required* as a compression format, only 
 a possibility. I see the use in that: I've seen several upstreams shifting 
 from gzip to providing only bzip2 tarballs. In many cases these tarballs are 
 quite small, and I don't see much added value in repackaging those to .gz.
 
 
Yes, but if the point is to avoid repackaging, then what is to be done
about the projects like gcc and OOo, which release *only* in bzip2
compressed form?  I think that the current policy of gzip-only provides
the best possible balance between space and CPU/memory resources and
also provides a nice bit of uniformity.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Need some help with watch files again

2007-06-05 Thread Daniel Leidert
Hi,

I'm again stuck with a debian/watch file. In this special case I try to
write watch files for garlic and garlic-doc. The sources can be found
at:

http://garlic.mefos.hr/sources/

So I tried the following:

version=3
http://garlic.mefos.hr/sources/garlic-([\d\.]+)/garlic-([\d\.]+).tar.gz

But this doesn't work. The debug output of uscan doesn't help very much.
Where is the issue? Can someone help?

Regards, Daniel


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



Re: Need some help with watch files again

2007-06-05 Thread Justin Pryzby
On Wed, Jun 06, 2007 at 01:24:11AM +0200, Daniel Leidert wrote:
 Hi,
 
 I'm again stuck with a debian/watch file. In this special case I try to
 write watch files for garlic and garlic-doc. The sources can be found
 at:
 
 http://garlic.mefos.hr/sources/
 
 So I tried the following:
 
 version=3
 http://garlic.mefos.hr/sources/garlic-([\d\.]+)/garlic-([\d\.]+).tar.gz
I don't know if there's a better way:

|version=3
|opts=downloadurlmangle=s:\./([^/]+)$:$1/$1.tar.gz:  \
|  http://garlic.mefos.hr/sources/   \
|  ./garlic-([\d.]+)

Justin


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



Re: Need some help with watch files again

2007-06-05 Thread Justin Pryzby
On Tue, Jun 05, 2007 at 10:25:25PM -0400, Justin Pryzby wrote:
 On Wed, Jun 06, 2007 at 01:24:11AM +0200, Daniel Leidert wrote:
  Hi,
  
  I'm again stuck with a debian/watch file. In this special case I try to
  write watch files for garlic and garlic-doc. The sources can be found
  at:
  
  http://garlic.mefos.hr/sources/
  
  So I tried the following:
  
  version=3
  http://garlic.mefos.hr/sources/garlic-([\d\.]+)/garlic-([\d\.]+).tar.gz
 I don't know if there's a better way:
 
 |version=3
 |opts=downloadurlmangle=s:\./([^/]+)$:$1/$1.tar.gz:  \
 |  http://garlic.mefos.hr/sources/   \
 |  ./garlic-([\d.]+)
Well, I don't know if this is better, but:

|version=3
|  http://garlic.mefos.hr/sources/([^-]*-[^-]*)/ \
|  ./garlic-([\d.]*).tar.gz


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