[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: terminator



Hi Nicolas,
I've looked at the debian/control file included in version 0.7-1 (which is the
latest I can find at mentors.debian.net, but that seems ok, because it is
reported to be a version from today).
You used a "XS-Vcs-Browser" field. First you can remove the the "XS-" prefix.
This source field is official as Cyril has pointed out [0] (and as you can see
on the page I've mentioned in my last mail [1].
But more important: the Vcs-Browser field should point to an "[...]
web-browsable copy of the Version Control System repository used to maintain the
given package [...]" (as stated in [1], 6.2.5.1).

You mentioned on the 18th of January that you have a Bazaar running to maintain
this package. So you can in any case use the Vcs-Bzr field pointing to the
Bazaar repository on launchpad.

I think it should look like the following (in debian/control):
<snip>
Vcs-Bzr: http://bazaar.launchpad.net/~gnome-terminator/terminator/trunk
Vcs-Browser: http://code.launchpad.net/~gnome-terminator/terminator/trunk
<snip>

I've attached an diff for your current debian/control file, which would replace
the current XS-Vcs-Browser line with the two above. If that should be wrong
(I've had only a quick glance on launchpad) or there is another location where
you maintain the package, then change it.

Kind regards,
Kai

P.S.: You do not need to send me a copy of mails you send to debian-mentors, I'm
subscribed. Because you did so, I assume, you prefer it this way (which means
you receive this mail two times in the worst case *g*).

[0] http://lists.debian.org/debian-devel-announce/2007/11/msg00006.html
[1]
http://www.debian.org/doc/developers-reference/ch-best-pkging-practices#s-bpp-vcs


Nicolas Valcárcel wrote:
> I'm not sure about it, but i have already add a Vcs-* header. Can you
> check it please.



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: debian@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debianforum.de/Drizzt_Do%27Urden
GnuPG: 0xE1DE59D2      0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2&fingerprint=on&hash=on&op=vindex)


--- terminator-0.7/debian/control	2008-01-23 10:24:40.000000000 +0100
+++ control	2008-01-23 10:44:03.000000000 +0100
@@ -6,7 +6,8 @@
 Build-Depends: debhelper (>= 5.0.62), python, cdbs (>=0.4.49)
 Build-Depends-Indep: python-central (>= 0.5.6), python-vte
 Standards-Version: 3.7.3
-XS-Vcs-Browser: http://mentors.debian.net/debian/pool/main/t/terminator
+Vcs-Bzr: http://bazaar.launchpad.net/~gnome-terminator/terminator/trunk
+Vcs-Browser: http://code.launchpad.net/~gnome-terminator/terminator/trunk
 Homepage: http://www.tenshu.net/terminator/
 
 Package: terminator

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: