Re: ubuntu keyring?

2011-03-17 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/13/11 15:40, Robert James Clay wrote:
 
 On Mar 13, 2011, at 5:19 AM, Harald Dunkel wrote:
 I have Ubuntu on my Laptop, but of course I would prefer to keep Debian
 as the base platform for package development. What would you suggest
 how to include the Ubuntu keyring into Debian?
 
 Download the source archive for it, build it locally, then install it.   
 That's what I did for my local systems, for similar reasons...
 

Of course that could be done for all packages. The disadvantage is that
these packages are not kept up-to-date.

The Ubuntu solution seems to be very smart. Package developers are
attracted, moving them away from Debian.


Regards

Harri
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2Bp8UACgkQUTlbRTxpHjfTrQCeParL0hwq8ptGALypEBaKhrMm
K34Ani8JPCycQcbk91F+JXh8wEfbJNYT
=9bwM
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d81a7ca.7030...@afaics.de



Re: ubuntu keyring?

2011-03-17 Thread Paul Wise
We have emdebian and DebianEdu keyrings in Debian, there is no reason
someone couldn't upload the Ubuntu keyring to Debian. Seems no-one has
cared about doing that yet though. This could be a good task for the
Ubuntu portion of the DEX group, you might want to bring it up on the
debian-derivatives list:

http://dex.alioth.debian.org/ubuntu/
http://lists.debian.org/debian-derivatives/

Once we have multi-arch implemented in Debian then creating mixed
i386/amd64 chroots will be much easier.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinshpemf3+ozz6zyr8sozvqfbvyk7+8ckex6...@mail.gmail.com



Re: Re: RFS: peak-linux-driver

2011-03-17 Thread Markus Becker
Hello Paul,

I did not get the email on the mailing list. Luckily I was looking at the web 
archive of the mailing list.

 On Wed, Mar 16, 2011 at 4:36 AM, Markus Becker
 m...@comnets.uni-bremen.de wrote:
 
  peak-linux-driver-source - Source for the peak-linux-driver kernel modules
  peak-linux-driver-utils - PEAK-System CAN utils
 
 Whats the status of merging this driver into Linux mainline?

I checked with the vendor. Their statement was that they are planning for 
integration with the mainline kernel. There is no specified date on that, but 
it is planned for during this year.

Do you think, it is not worth it then?

Markus


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103170913.42330@comnets.uni-bremen.de



Re: RFS: peak-linux-driver

2011-03-17 Thread Paul Wise
On Thu, Mar 17, 2011 at 4:13 PM, Markus Becker
m...@comnets.uni-bremen.de wrote:

 I did not get the email on the mailing list. Luckily I was looking at the web
 archive of the mailing list.

CCing you since you aren't subscribed. The lists code of conduct
requests people not to CC unless explicitly requested:

http://www.debian.org/MailingLists/#codeofconduct

 I checked with the vendor. Their statement was that they are planning for
 integration with the mainline kernel. There is no specified date on that, but
 it is planned for during this year.

Good to hear.

 Do you think, it is not worth it then?

It might be worth adding it before it enters mainline. As I have no
relevant hardware I won't be doing that though.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/AANLkTik3eL0R6GXA_KHXYUzmhxpo6Yw+0Z_Gi5Vj=j...@mail.gmail.com



Re: RFS: minidlna (updated package)

2011-03-17 Thread Peter Pentchev
On Wed, Mar 16, 2011 at 02:51:26PM +0100, Ansgar Burchardt wrote:
 Michael Tautschnig m...@debian.org writes:
  Looks pretty good, and I really like the fact that multiple people seem to 
  be
  working on it, makes package maintenance a lot more future-proof :-) Built 
  and
  uploaded!
 
  Just one thing, though, that I don't really like, which you might want to
  reconsider for the next release:
 
  rm -rf ${PIDDIR}
 
  Couldn't this be avoided by doing some rm -f ${PIDDIR}* ; rmdir ${PIDDIR}
  (probably you can't do an rm -f without *, which would have been even 
  nicer). rm
  -rf just feels so unsafe...
 
 Your suggested change looks unsafer to me.  It will do evil things when
 $PIDDIR is empty while the original version does nothing in that case.

I wonder if Michael meant rm -f ${PIDDIR}/* with the slash :) (IMHO the quotes
would also be a good idea)

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org pe...@packetscale.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
What would this sentence be like if it weren't self-referential?


signature.asc
Description: Digital signature


Re: Subject: RFS: john (updated package)

2011-03-17 Thread Alexander Reichle-Schmehl
Hi!

Am 16.03.2011 18:26, schrieb Ruben Molina:

 I am looking for a sponsor for the new version 1.7.6-1
 of my package john. [..]

I took a look at it, however, I'm not sure about the following in your
debian/rules:


CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
[..]
else ifeq ($(CPU),powerpc)
TARGET := linux-ppc32
else ifeq ($(CPU),ppc64)
TARGET := linux-ppc64


Won't that create a ppc64 binary if I have such a CPU, even if I try to
build on a normal ppc?

Similar for the detection of your detection of MMX and SSE, which is
even less clear to me:  You install a script to do runtime detection of
MMX and SSE/2 support, but you also have compile time checks for that.


Best regards,
  Alexander


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d81d60f.9010...@debian.org



Subject: RFS: makedev (updated package)

2011-03-17 Thread David Suarez
Dear mentors,

I am looking for a sponsor for the new version 2.3.1-90
of my package makedev.

It builds these binary packages:
makedev- creates device files in /dev

The package appears to be lintian clean.

The upload would fix these bugs: 543592

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/m/makedev
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/m/makedev/makedev_2.3.1-90.dsc

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

Kind regards
 David Suarez


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103171339.20902.david.sephi...@gmail.com



Re: Re: Renaming and gzipping upstream changelog

2011-03-17 Thread Michele Gastaldo
 On Mon, Mar 14, 2011 at 03:10:24PM -0400, Scott Howard wrote:
  In your debian rules file you can use:
  dh_installchangelogs -k {your_changelog_filename}
  
  (the -k is to keep the upstream changelog file name and symlink it to
  changelog.gz, feel free to drop it if you wish, it will rename the
  file changelog.gz)
  
  or, if using dh7 style rules:
  override_dh_installchangelogs:
  [tab] dh_installchangelogs -k {your_changelog_filename}
 
 If none is specified, it looks for files with names that seem likely to be
 changelogs. (In compatibility level 7 and above.)
 So explicit dh_installchangelogs doesn't need additional arguments and dh
 tiny rules will do everything automatically (if the file is named
 Changelog or ChangeLog).
 
 --
 WBR, wRAR

For some reason, it doesn't seem to work like that. I had to specify an 
override for dh_installchangelogs.
Anyways, it's working nice now and I have uploaded the package to 
mentors.debian.net.

Thank you both very much for help!

Michele Gastaldo


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103171423.02401.michelu...@inventati.org



RFS: kpartsplugin

2011-03-17 Thread Michele Gastaldo
Dear mentors,

I am looking for a sponsor for my package kpartsplugin.

* Package name: kpartsplugin
  Version : 20101216-1
  Upstream Author : [fill in name and email of upstream]
* URL : [fill in URL of upstreams web site]
* License : [fill in]
  Section : kde

It builds these binary packages:
kpartsplugin - Netscape-compatible plugin to embed KDE file-viewers into 
browser

The package appears to be lintian clean.

The upload would fix these bugs: 597110

My motivation for maintaining this package is it looks useful and it seemed an 
easy way to start packaging :) 

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

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

Kind regards
 Michele Gastaldo

PS: please CC me as I have some problems in receiving this ML


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103171427.43035.michelu...@inventati.org



Re: Re: Renaming and gzipping upstream changelog

2011-03-17 Thread Andrey Rahmatullin
On Thu, Mar 17, 2011 at 02:23:01PM +0100, Michele Gastaldo wrote:
   In your debian rules file you can use:
   dh_installchangelogs -k {your_changelog_filename}
   
   (the -k is to keep the upstream changelog file name and symlink it to
   changelog.gz, feel free to drop it if you wish, it will rename the
   file changelog.gz)
   
   or, if using dh7 style rules:
   override_dh_installchangelogs:
   [tab] dh_installchangelogs -k {your_changelog_filename}
  
  If none is specified, it looks for files with names that seem likely to be
  changelogs. (In compatibility level 7 and above.)
  So explicit dh_installchangelogs doesn't need additional arguments and dh
  tiny rules will do everything automatically (if the file is named
  Changelog or ChangeLog).
 For some reason, it doesn't seem to work like that. I had to specify an 
 override for dh_installchangelogs.
It works for me without the override for
http://mentors.debian.net/debian/pool/main/k/kpartsplugin/kpartsplugin_20101216-1.dsc
on current sid.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: Re: Renaming and gzipping upstream changelog

2011-03-17 Thread gregor herrmann
On Thu, 17 Mar 2011 14:23:01 +0100, Michele Gastaldo wrote:

  If none is specified, it looks for files with names that seem likely to be
  changelogs. (In compatibility level 7 and above.)
  So explicit dh_installchangelogs doesn't need additional arguments and dh
  tiny rules will do everything automatically (if the file is named
  Changelog or ChangeLog).
 For some reason, it doesn't seem to work like that. I had to specify an 
 override for dh_installchangelogs.

Wild guess: Have you specified debhelper compatibility level 7 (or 8)
in debian/compat? Otherwise the automatism doesn't kick in. 

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-Rome wasn't burned in a day.  


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110317133329.gn26...@colleen.colgarra.priv.at



RFS: scidavis (updated package) - FTBFS

2011-03-17 Thread Ruben Molina
Dear mentors,

I am looking for a sponsor for the new version 0.2.4-3
of my package scidavis.

It builds these binary packages:
scidavis   - application for scientific data analysis and visualization

The package appears to be lintian clean.

The upload would fix these bugs: 618199 (FTBFS)

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/s/scidavis
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget
http://mentors.debian.net/debian/pool/main/s/scidavis/scidavis_0.2.4-3.dsc

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

Kind regards
 Ruben Molina


signature.asc
Description: This is a digitally signed message part


Re: RFS: john (updated package)

2011-03-17 Thread Ruben Molina
El jue, 17-03-2011 a las 10:36 +0100, Alexander Reichle-Schmehl escribió:
 Am 16.03.2011 18:26, schrieb Ruben Molina:

Hi Alexander,
Thanks a lot for your review!

  I am looking for a sponsor for the new version 1.7.6-1
  of my package john. [..]
 
 Won't that create a ppc64 binary if I have such a CPU, even if I try to
 build on a normal ppc?

Yes, it will. Isn't that the expected behavior?

 Similar for the detection of your detection of MMX and SSE, which is
 even less clear to me:  You install a script to do runtime detection of
 MMX and SSE/2 support, but you also have compile time checks for that.

The script you mention is no longer used. Even if preserved in the
package sources, it is not installed in the binary package. 
Should it be deleted?

Instead of a script, CPU fallbacks (provided by upstream) are used. 
A optimized binary tries to run and it fallback into a less optimized
binary as needed: john (sse2) → john-non-sse (mmx) → john-non-mmx (any).

$ strings /usr/sbin/john | grep 'execv: /usr/lib/john/'
execv: /usr/lib/john/john-non-sse

$ strings /usr/lib/john/john-non-sse | grep 'execv: /usr/lib/john/'
execv: /usr/lib/john/john-non-mmx

Is it a bit clearer now?

Best regards,
 Ruben


signature.asc
Description: This is a digitally signed message part


RFS: adplug (orphaned package updated and adopted)

2011-03-17 Thread Артём Попов
Dear mentors,

I am looking for a sponsor for the new version 2.2.1+dfsg1-1
of my package adplug.

It builds these binary packages:
adplug-utils - free AdLib sound library (utils)
libadplug-2.2.1-0 - free AdLib sound library
libadplug-dev - free AdLib sound library (development)

The package appears to be lintian clean.

The upload would fix these bugs: 454268

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/a/adplug
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/a/adplug/adplug_2.2.1+dfsg1-1.dsc

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

Additional comments to whoever would like to review the package:

* Upstream tarball is repacked to exclude proprietary game samples in test/
* Shared library package is renamed to libadplug-2.2.1-0. That makes
lintian happy, and follows Debian Library Packaging Guide:
http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html#naminglibpkg
(please correct me here, if I'm wrong)

Kind regards,
--Artem


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikecj_gsa62srpmk4irke+hk0snobfay6y5b...@mail.gmail.com



FAIL: Package purging left files on system:

2011-03-17 Thread Mathieu Malaterre
Dear mentors,

  I am trying to fix the following errors on the dcmtk package:

0m18.3s ERROR: FAIL: Package purging left files on system:
  /var/lib/dcmtk not owned
  /var/lib/dcmtk/db  not owned

/var/lib/dcmtk/db is a special directory. This is the location where
incoming DICOM files are stored on disk. So this directory should IMHO
only be removed when the user really understand what it does. when and
how should I remove this directory ?

Thanks

-- 
Mathieu

(*) http://piuparts.debian.org/sid/fail/dcmtk_3.6.0-3.log


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktik0uqyuvsjdugzzghgd1cm0nj1de+mcc37mb...@mail.gmail.com



Re: FAIL: Package purging left files on system:

2011-03-17 Thread Peter Pentchev
On Thu, Mar 17, 2011 at 05:21:55PM +0100, Mathieu Malaterre wrote:
 Dear mentors,
 
   I am trying to fix the following errors on the dcmtk package:
 
 0m18.3s ERROR: FAIL: Package purging left files on system:
   /var/lib/dcmtk   not owned
   /var/lib/dcmtk/dbnot owned
 
 /var/lib/dcmtk/db is a special directory. This is the location where
 incoming DICOM files are stored on disk. So this directory should IMHO
 only be removed when the user really understand what it does. when and
 how should I remove this directory ?

Add a postrm script that checks if the user is really purging your
package (check if [ $1 = 'purge' ]) and, if so, remove the directory,
assuming that the user who specifically issued a purge request really
understands what she's doing to the package and all of its data files :)

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org pe...@packetscale.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This sentence every third, but it still comprehensible.


signature.asc
Description: Digital signature


RFS: pauker (updated package)

2011-03-17 Thread Andreas Moog
Dear mentors,

I am looking for a sponsor for the new version 1.8+dfsg-5
of my package pauker.

It builds these binary packages:
pauker - generic card based learning program

The package appears to be lintian clean.

The upload would fix these bugs: 543337, 578609

The package can be found on mentors.debian.net:

 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/p/pauker
 - Source repository: deb-src http://mentors.debian.net/debian unstable main 
 contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/p/pauker/pauker_1.8+dfsg-5.dsc

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

Kind regards
 Andreas Moog



signature.asc
Description: OpenPGP digital signature


Re: FAIL: Package purging left files on system:

2011-03-17 Thread Michael Hanke
On Thu, Mar 17, 2011 at 06:28:32PM +0200, Peter Pentchev wrote:
 On Thu, Mar 17, 2011 at 05:21:55PM +0100, Mathieu Malaterre wrote:
  Dear mentors,
  
I am trying to fix the following errors on the dcmtk package:
  
  0m18.3s ERROR: FAIL: Package purging left files on system:
/var/lib/dcmtk not owned
/var/lib/dcmtk/db  not owned
  
  /var/lib/dcmtk/db is a special directory. This is the location where
  incoming DICOM files are stored on disk. So this directory should IMHO
  only be removed when the user really understand what it does. when and
  how should I remove this directory ?
 
 Add a postrm script that checks if the user is really purging your
 package (check if [ $1 = 'purge' ]) and, if so, remove the directory,
 assuming that the user who specifically issued a purge request really
 understands what she's doing to the package and all of its data files :)

And since it might be precious data, you could also check whether the
directory is empty and not remove it in this case, but issue a warning
saying why it was left on the system.

Michael



-- 
Michael Hanke
http://mih.voxindeserto.de


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110317174026.GC22586@meiner



RFS: driftnet (updated package)

2011-03-17 Thread David Suarez
Dear mentors,

I am looking for a sponsor for the new version 0.1.7-1
of my package driftnet.

It builds these binary packages:
driftnet   - Picks out and displays images from network traffic

The package appears to be lintian clean.

The upload would fix these bugs: 616451

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/d/driftnet
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/d/driftnet/driftnet_0.1.7-1.dsc

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

Kind regards
 David Suarez


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103172334.35451.david.sephi...@gmail.com



Re: FAIL: Package purging left files on system:

2011-03-17 Thread Paul Wise
On Fri, Mar 18, 2011 at 1:40 AM, Michael Hanke m...@debian.org wrote:

 And since it might be precious data, you could also check whether the
 directory is empty and not remove it in this case, but issue a warning
 saying why it was left on the system.

I tend to think that the data Mathieu is talking about belongs to the
user of the package, not the package itself and thus should be in a
user-specified directory and not in /var at all.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktiklajsnfqf_csuq30hxipryucnhm11lltsha...@mail.gmail.com



Re: RFS: driftnet (updated package)

2011-03-17 Thread Daniel Echeverry
Hi



 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/d/driftnet
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main
 contrib non-free
 - dget
 http://mentors.debian.net/debian/pool/main/d/driftnet/driftnet_0.1.7-1.dsc

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


I'm not DD, but I have some comments:

* Your watch file is empty
* The driftnet.desktop  should be in debian/
* Please use properly DEP5 format in your copyright file

This package was debianized by Ian Eure ie...@debian.org on
 Sat,  1 Sep 2001 14:47:51 -0700. It has then been adopted by
 Christoph Haas h...@debian.org.

* The Maintainer field is supposed to be the  upstream maintainer: Syntax:
Line(s) containing the preferred  address(es) to reach current upstream
maintainer(s)
* The standard versions should be 3.9.1

Regards

-- 
Epsilon
http://www.rinconinformatico.net
http://www.fitnessdeportes.com
http://www.dragonjar.org
Linux user: #477840
Debian user


RFS: gpy

2011-03-17 Thread Gryllida
Dear mentors,

I am looking for a sponsor for my package gpy.

  Package name: gpy
  Version : 0.3.2-1
  Upstream Author : Gryllida A gryll...@gmail.com
  URL : http://repo.or.cz/w/gpy.git/summary
  License : GPL
  Section : misc

It builds these binary packages:
gpy- a modular Python IRC bot

The package appears to be lintian clean.

The upload would fix these bugs: 618609

My motivation for maintaining this package is: I'm the program
developer and would like to provide an easy to use alternative to
supybot and other currently available IRC bots.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/gpy
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget http://mentors.debian.net/debian/pool/main/g/gpy/gpy_0.3.2-1.dsc

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

Kind regards
 Gryllida A


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimdlajvphsqswfgi4tfkg1yc9esjgncmn9cg...@mail.gmail.com