Re: How to maintain packaging files for multiple distributions in the same tree?

2007-02-16 Thread Michael Spang
   v3-15 v3-19v3-20

 ... some 20 such patches

 Side note: Lustre provides the 2.6.12 patches so they are
 upstream. The rest is local changes and fixes.

 Each feature patch has (possible) different versions for each lustre
 and linux version. Changes come from two directions and have to be
 merged across that axis or across a whole plane. And the patch
 versions can't be incremental. You can't have a base patch for 2.6.12
 and then just add ons for 2.6.15. The 2.6.12 patch often won't apply
 to 2.6.15 unaltered anymore. But they will share large amounts of
 common changes.

 Say I find a bug in the add intents patch that applies to all lustre
 and linux versions. Real live example an off-by-one error in a
 loop. Then I have to apply it to add-intents-v1 and replay it in v2,
 v3, v1-15, v2-15, v3-15, v2-19, v3-19 and v3-20.

 Say I find a bug in 2.6.19 related to add intents that isn't present
 in 2.6.20. Then I have to branch add-intents-v1-19 as
 add-intents-v1-20 (for 2.6.20) and add-intents-v3-15 as
 add-intents-v3-19 and commit the change to v1-19, v2-19 and v3-19.


 The problems comes when you maintain patch sets for multiple versions
 of something in parallel. It becomes worse if you have an upstream
 source and an upstream patch set and have to maintain multiple
 versions of both in parallel. Then you commonly have to apply one
 change to many branches of a patch.

 MfG
 Goswin

Perhaps no RCS supports your particular workflow out of the box, but you
should be able to fix that with a simple shell script. I've started
using git recently, and it definitely has the primitives required to do
what you want. You could have a common branch and then apply (with a
rebase or merge) the changes to the other branches in a hook right after
commit. That would make it seamless; you would be able to do a single
logical commit and have the changes integrated into all of your parallel
branches. If you use rebase, which rewrites history, your other branches
will always look as if they forked right off off of the common branch
*after* your last commit to it, which seems to be what you're looking
for. If there are conflicts at any point in this process, you could
either abort and roll back the entire operation, or drop to a shell to
resolve them and pick up where you left off (the latter is what rebase
does already, with the option to abort if you so desire)

I really think that if you find doing things by hand tedious, as it
often is, then it's just a matter of stringing together the necessary
operations for your workflow in a script somewhere. Git is very
scriptable so you may find it easier to do what you want with git than
other systems. I don't doubt it would be manageable with any modern RCS,
though.

Cheers,
Michael Spang


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



Accepted greasemonkey 0.6.6.20061017.0-2 (source all)

2006-12-14 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Nov 2006 20:16:34 -0500
Source: greasemonkey
Binary: iceweasel-greasemonkey firefox-greasemonkey
Architecture: source all
Version: 0.6.6.20061017.0-2
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Description: 
 firefox-greasemonkey - Transition package for iceweasel rename
 iceweasel-greasemonkey - iceweasel extension that enables customization of 
webpages with u
Changes: 
 greasemonkey (0.6.6.20061017.0-2) unstable; urgency=low
 .
   * Updates of packaging for Firefox/Iceweasel rename:
 - Renamed binary package to iceweasel-greasemonkey
 - Added transition package
 - Replaced instances of Firefox with Iceweasel
 .
 greasemonkey (0.6.6.20061017.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated contributors list in debian/copyright
Files: 
 c156ce78496c86538362eb3d5b6d4505 686 web optional 
greasemonkey_0.6.6.20061017.0-2.dsc
 def07878ca9410a99ab0171908be51a6 40939 web optional 
greasemonkey_0.6.6.20061017.0.orig.tar.gz
 eb1f5120ff9208d9d4f893eafc9a725f 2915 web optional 
greasemonkey_0.6.6.20061017.0-2.diff.gz
 e6df37bc697c481451a60523089a7e17 42492 web optional 
iceweasel-greasemonkey_0.6.6.20061017.0-2_all.deb
 8ac84231c7aa294628ac0237ebc5638f 2714 web optional 
firefox-greasemonkey_0.6.6.20061017.0-2_all.deb

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

iD8DBQFFb+xDgcCJIoCND9ARAm25AKDMi7eG74p4ZzrWg2A/yRcJ+9qs1gCfQJ1I
sXCAyZsbAzXx+c9qQqaA3rg=
=qOAb
-END PGP SIGNATURE-


Accepted:
firefox-greasemonkey_0.6.6.20061017.0-2_all.deb
  to pool/main/g/greasemonkey/firefox-greasemonkey_0.6.6.20061017.0-2_all.deb
greasemonkey_0.6.6.20061017.0-2.diff.gz
  to pool/main/g/greasemonkey/greasemonkey_0.6.6.20061017.0-2.diff.gz
greasemonkey_0.6.6.20061017.0-2.dsc
  to pool/main/g/greasemonkey/greasemonkey_0.6.6.20061017.0-2.dsc
greasemonkey_0.6.6.20061017.0.orig.tar.gz
  to pool/main/g/greasemonkey/greasemonkey_0.6.6.20061017.0.orig.tar.gz
iceweasel-greasemonkey_0.6.6.20061017.0-2_all.deb
  to pool/main/g/greasemonkey/iceweasel-greasemonkey_0.6.6.20061017.0-2_all.deb


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



Accepted greasemonkey 0.6.4-5 (source all)

2006-07-31 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Jul 2006 14:44:02 -0400
Source: greasemonkey
Binary: firefox-greasemonkey
Architecture: source all
Version: 0.6.4-5
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Description: 
 firefox-greasemonkey - firefox extension which enables customization of 
webpages with us
Closes: 364374
Changes: 
 greasemonkey (0.6.4-5) unstable; urgency=low
 .
   * Transition dependency on obsolete package mozilla-dev to its
 replacement libxul-dev (Closes: #364374)
   * Fixed debian/rules to avoid redundant builds
Files: 
 872e511abbeb57d976957aa71ff2c073 625 web optional greasemonkey_0.6.4-5.dsc
 e9581383a6bca3bac10a2f4eededa472 2333 web optional greasemonkey_0.6.4-5.diff.gz
 e56622e56697d57e8e85dde5f73d9aee 33014 web optional 
firefox-greasemonkey_0.6.4-5_all.deb

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

iD8DBQFEzp2JgcCJIoCND9ARAqOAAKCcm5ZIr0owLol4uaEXVCv8slbN1gCgvddN
ZvY+qnu7QlYlbS9c0vompoI=
=xC4m
-END PGP SIGNATURE-


Accepted:
firefox-greasemonkey_0.6.4-5_all.deb
  to pool/main/g/greasemonkey/firefox-greasemonkey_0.6.4-5_all.deb
greasemonkey_0.6.4-5.diff.gz
  to pool/main/g/greasemonkey/greasemonkey_0.6.4-5.diff.gz
greasemonkey_0.6.4-5.dsc
  to pool/main/g/greasemonkey/greasemonkey_0.6.4-5.dsc


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



Accepted greasemonkey 0.6.4-4 (source all)

2006-03-28 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 28 Mar 2006 15:06:00 -0500
Source: greasemonkey
Binary: firefox-greasemonkey
Architecture: source all
Version: 0.6.4-4
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Description: 
 firefox-greasemonkey - firefox extension which enables customization of 
webpages with us
Closes: 359692
Changes: 
 greasemonkey (0.6.4-4) unstable; urgency=low
 .
   * Moved dependency on clean target from build target to binary target
 in debian/rules (Closes: #359692)
Files: 
 d5edf8419418a5f04eed4c5f9f84588e 650 web optional greasemonkey_0.6.4-4.dsc
 895c8c1d7305481eb6929c974fe251d8 2202 web optional greasemonkey_0.6.4-4.diff.gz
 b7f2d00530104d14185fbff009091c7c 32852 web optional 
firefox-greasemonkey_0.6.4-4_all.deb

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

iD8DBQFEKaQFgcCJIoCND9ARAmOFAJ9OilNy9yN8c0kmv+j7xwHQerPHqwCg8LcX
29Y512ETlY2HQ+efBV42vxs=
=5kc3
-END PGP SIGNATURE-


Accepted:
firefox-greasemonkey_0.6.4-4_all.deb
  to pool/main/g/greasemonkey/firefox-greasemonkey_0.6.4-4_all.deb
greasemonkey_0.6.4-4.diff.gz
  to pool/main/g/greasemonkey/greasemonkey_0.6.4-4.diff.gz
greasemonkey_0.6.4-4.dsc
  to pool/main/g/greasemonkey/greasemonkey_0.6.4-4.dsc


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



Accepted greasemonkey 0.6.4-3 (source all)

2006-03-26 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Mar 2006 22:59:22 -0500
Source: greasemonkey
Binary: firefox-greasemonkey
Architecture: source all
Version: 0.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Description: 
 firefox-greasemonkey - firefox extension which enables customization of 
webpages with us
Closes: 325246
Changes: 
 greasemonkey (0.6.4-3) unstable; urgency=low
 .
   * Sources now from CVS rather than from the release XPI.
 .
 greasemonkey (0.6.4-2) unstable; urgency=low
 .
   * Moved extension into /usr/share.
 .
 greasemonkey (0.6.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #325246)
Files: 
 8bdf8485897ed923b5b87951bf906135 650 web optional greasemonkey_0.6.4-3.dsc
 1e114c8ecd14d2b2738dc992a3691e24 31798 web optional 
greasemonkey_0.6.4.orig.tar.gz
 26a8c70e67ebd5a7aaf0b83dedee6922 2144 web optional greasemonkey_0.6.4-3.diff.gz
 5742ae2a3e6fb4d04bd6493395168a26 32776 web optional 
firefox-greasemonkey_0.6.4-3_all.deb

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

iD8DBQFEHTlegcCJIoCND9ARAociAKC2R/yut/8HRswa25ka/CvhsRLWGgCg8fnj
UytajY4w7b6Ih/xjUS8kYTo=
=2tRW
-END PGP SIGNATURE-


Accepted:
firefox-greasemonkey_0.6.4-3_all.deb
  to pool/main/g/greasemonkey/firefox-greasemonkey_0.6.4-3_all.deb
greasemonkey_0.6.4-3.diff.gz
  to pool/main/g/greasemonkey/greasemonkey_0.6.4-3.diff.gz
greasemonkey_0.6.4-3.dsc
  to pool/main/g/greasemonkey/greasemonkey_0.6.4-3.dsc
greasemonkey_0.6.4.orig.tar.gz
  to pool/main/g/greasemonkey/greasemonkey_0.6.4.orig.tar.gz


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



Bug#358080: ITP: pygaim -- python plugin support for gaim

2006-03-20 Thread Michael Spang
Package: wnpp
Severity: wishlist
Owner: Michael Spang [EMAIL PROTECTED]

* Package name: pygaim
  Version : 1.5.0
* URL : http://pygaim.sf.net
* License : GPL
  Description : python bindings and plugin loader for gaim

PyGaim allows the Gaim Instance Messaging client to be extended
with the Python programming language. Python bindings for all 
of the functions in Gaim's plugin API are provided.


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



Accepted webdeveloper 1.0.2-1 (source all)

2006-02-19 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  5 Feb 2006 21:04:37 -0500
Source: webdeveloper
Binary: mozilla-firefox-webdeveloper firefox-webdeveloper
Architecture: source all
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Description: 
 firefox-webdeveloper - web developer extension for the Firefox web browser
 mozilla-firefox-webdeveloper - web developer extension (transitional package)
Changes: 
 webdeveloper (1.0.2-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 831f4a6f908a1ca6332a2fe2c3801624 648 devel optional webdeveloper_1.0.2-1.dsc
 8552db3f1318e815d725a8aa1e40e22b 225137 devel optional 
webdeveloper_1.0.2.orig.tar.gz
 b67b6976e87f05caed0b6f7c57d1a47c 2411 devel optional 
webdeveloper_1.0.2-1.diff.gz
 5ac76f891e50827d41324d3b26fd0648 216032 devel optional 
firefox-webdeveloper_1.0.2-1_all.deb
 b45c2fcfd959fbdf56010cbace54983e 2296 devel optional 
mozilla-firefox-webdeveloper_1.0.2-1_all.deb

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

iD8DBQFD+LdRQbn06FtxPfARAs+OAKCehVaV+cdesb4uOpJs0EjXNjUMOACbBOFK
1vDG5y7GNDingnvIbu4/0B4=
=Bcav
-END PGP SIGNATURE-


Accepted:
firefox-webdeveloper_1.0.2-1_all.deb
  to pool/main/w/webdeveloper/firefox-webdeveloper_1.0.2-1_all.deb
mozilla-firefox-webdeveloper_1.0.2-1_all.deb
  to pool/main/w/webdeveloper/mozilla-firefox-webdeveloper_1.0.2-1_all.deb
webdeveloper_1.0.2-1.diff.gz
  to pool/main/w/webdeveloper/webdeveloper_1.0.2-1.diff.gz
webdeveloper_1.0.2-1.dsc
  to pool/main/w/webdeveloper/webdeveloper_1.0.2-1.dsc
webdeveloper_1.0.2.orig.tar.gz
  to pool/main/w/webdeveloper/webdeveloper_1.0.2.orig.tar.gz


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



Accepted webdeveloper 0.9.4-2 (source all)

2005-12-30 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 18 Dec 2005 01:06:13 -0500
Source: webdeveloper
Binary: mozilla-firefox-webdeveloper firefox-webdeveloper
Architecture: source all
Version: 0.9.4-2
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Description: 
 firefox-webdeveloper - web developer extension for the Firefox web browser
 mozilla-firefox-webdeveloper - web developer extension (transitional package)
Closes: 343743
Changes: 
 webdeveloper (0.9.4-2) unstable; urgency=low
 .
   * Renamed binary package to firefox-webdeveloper, source to webdeveloper
   * Packaging updated to reflect rename of firefox from mozilla-firefox
 to firefox (Closes: #343743)
   * Removed all files obsoleted by Firefox 1.5
   * Added transitional package for rename
Files: 
 50347b50dc76174cea47988877fbf84c 648 devel optional webdeveloper_0.9.4-2.dsc
 70911160eb2f7b937433f98f25358ef6 2492 devel optional 
webdeveloper_0.9.4-2.diff.gz
 fa5bea71ad2537e207d2081520659bb3 186214 devel optional 
firefox-webdeveloper_0.9.4-2_all.deb
 ebd77ad4b3f74e366073c6a2745e8fe7 2276 devel optional 
mozilla-firefox-webdeveloper_0.9.4-2_all.deb
 78ba1a6d6286534666b7edde3f4e048e 192263 devel optional 
webdeveloper_0.9.4.orig.tar.gz

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

iD8DBQFDsvxeQbn06FtxPfARAuSmAKDoXByKlIOstYjzb8SRnuQgotn8jACgua/C
mHDiFlr03ZHgAESS7GhYQ+8=
=Ie3D
-END PGP SIGNATURE-


Accepted:
firefox-webdeveloper_0.9.4-2_all.deb
  to pool/main/w/webdeveloper/firefox-webdeveloper_0.9.4-2_all.deb
mozilla-firefox-webdeveloper_0.9.4-2_all.deb
  to pool/main/w/webdeveloper/mozilla-firefox-webdeveloper_0.9.4-2_all.deb
webdeveloper_0.9.4-2.diff.gz
  to pool/main/w/webdeveloper/webdeveloper_0.9.4-2.diff.gz
webdeveloper_0.9.4-2.dsc
  to pool/main/w/webdeveloper/webdeveloper_0.9.4-2.dsc
webdeveloper_0.9.4.orig.tar.gz
  to pool/main/w/webdeveloper/webdeveloper_0.9.4.orig.tar.gz


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



Bug#341915: ITP: mozilla-greasemonkey -- firefox extension which enables customization of webpages with user scripts

2005-12-03 Thread Michael Spang
Package: wnpp
Severity: wishlist
Owner: Michael Spang [EMAIL PROTECTED]

* Package name: mozilla-greasemonkey
  Version : 0.5.4
  Upstream Author : Aaron Boodman
* URL : http://greasemonkey.mozdev.org/
* License : No restrictions
  Description : firefox extension which enables customization of webpages 
with user scripts

Greasemonkey allows Firefox and Seamonkey users to install user scripts
which run when the user visits any site which the script is enabled for. These
scripts can modify the content of the page. A large collection of existing
scripts can be found at userscripts.org.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-rc4-git1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Accepted mozilla-firefox-webdeveloper 0.9.4-1 (source all)

2005-11-07 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  7 Nov 2005 14:57:07 -0500
Source: mozilla-firefox-webdeveloper
Binary: mozilla-firefox-webdeveloper
Architecture: source all
Version: 0.9.4-1
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Description: 
 mozilla-firefox-webdeveloper - web developer extension for the Firefox web 
browser
Closes: 329413
Changes: 
 mozilla-firefox-webdeveloper (0.9.4-1) unstable; urgency=low
 .
   * New upstream release (support for 1.5 beta included)
   * Bug fix: mozilla-firefox-webdeveloper: postinst is broken,
 patch thanks to Mike Hommey (Closes: #329413)
Files: 
 e42fdd4bfc9587da8b1f68a2cee579c1 674 devel optional 
mozilla-firefox-webdeveloper_0.9.4-1.dsc
 0f56378f257f41207dfb3589faf17def 192270 devel optional 
mozilla-firefox-webdeveloper_0.9.4.orig.tar.gz
 fb308e062436c3a7ef71bf4d91f0e37f 2645 devel optional 
mozilla-firefox-webdeveloper_0.9.4-1.diff.gz
 4304e3797160ac2a61f2d0db31acb9bc 186672 devel optional 
mozilla-firefox-webdeveloper_0.9.4-1_all.deb

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

iD8DBQFDb8bIQbn06FtxPfARAs5OAKDF5wr+eP1bode/OmiOej2QWUh4HACghtp+
h8C/DiH/OON1DsDCshV0IC0=
=rErA
-END PGP SIGNATURE-


Accepted:
mozilla-firefox-webdeveloper_0.9.4-1.diff.gz
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.4-1.diff.gz
mozilla-firefox-webdeveloper_0.9.4-1.dsc
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.4-1.dsc
mozilla-firefox-webdeveloper_0.9.4-1_all.deb
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.4-1_all.deb
mozilla-firefox-webdeveloper_0.9.4.orig.tar.gz
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.4.orig.tar.gz


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



Accepted mozilla-firefox-webdeveloper 0.9.3-4 (source all)

2005-09-19 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Sep 2005 14:56:07 -0400
Source: mozilla-firefox-webdeveloper
Binary: mozilla-firefox-webdeveloper
Architecture: source all
Version: 0.9.3-4
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Closes: 324626
Description: 
 mozilla-firefox-webdeveloper - web developer extension for the Firefox web 
browser
Changes: 
 mozilla-firefox-webdeveloper (0.9.3-4) unstable; urgency=low
 .
   * Moved debhelper back to Build-Depends for clean rule
 mozilla-firefox-webdeveloper (0.9.3-3) unstable; urgency=low
 .
   * Changed Build-Depends to Build-Depends-Indep
   * Expanded description to include a short list of important features 
(Closes: #324626)
Files: 
 3e8307e931a335f111c129bfd322540c 674 devel optional 
mozilla-firefox-webdeveloper_0.9.3-4.dsc
 f036aae70e1ed0eaeeab1d247510a589 2336 devel optional 
mozilla-firefox-webdeveloper_0.9.3-4.diff.gz
 0033e9a4d7b0914acf818455da0be326 109986 devel optional 
mozilla-firefox-webdeveloper_0.9.3-4_all.deb

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

iD8DBQFDLyz4Qbn06FtxPfARAu0SAJ9rX1S/zIjincHyAAuPhxFKNF6R3gCgmjud
dtrbP5SdQ6PNPMoKhVan470=
=F1oC
-END PGP SIGNATURE-


Accepted:
mozilla-firefox-webdeveloper_0.9.3-4.diff.gz
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.3-4.diff.gz
mozilla-firefox-webdeveloper_0.9.3-4.dsc
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.3-4.dsc
mozilla-firefox-webdeveloper_0.9.3-4_all.deb
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.3-4_all.deb


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



Re: Using buildds only

2005-08-25 Thread Michael Spang

On Tue, 23 Aug 2005 01:42:18 +0200, Martin Pitt [EMAIL PROTECTED] wrote:


Something like this is in fact considered. Probably Ubuntu won't use
pbuilder itself since it is not the most efficient implementation
around, but rebuilding the buildd chroots from scratch would help to
eliminate many FTBFS bugs due to polluted chroots.



Wouldn't those bugs just be indicative of an improperly packaged app or 
broken build system? I really don't see the point of using pbuilder to 
inefficiently work around a fixable problem. If they're not fixable (I 
don't see how this could be) perhaps we need a Build-Conflicts field.


-- Michael Spang


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



Re: Making .deb packages

2005-08-25 Thread Michael Spang

jdgamble wrote:


I'm not sure if this is the right group to post to, but I am trying to
learn how to make deb packages and I seem to go around in circles
confusing myself.

I am following this HowTo
http://www.debian.org/doc/maint-guide/ and I keep getting errors from
lintian and linda that I do not know how to fix.
 


lintian -i may be of help if some of the errors and warning seem cryptic.

HTH,
Michael Spang


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



Accepted mozilla-firefox-webdeveloper 0.9.3-2 (source all)

2005-08-21 Thread Michael Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 15:05:53 -0400
Source: mozilla-firefox-webdeveloper
Binary: mozilla-firefox-webdeveloper
Architecture: source all
Version: 0.9.3-2
Distribution: unstable
Urgency: low
Maintainer: Michael Spang [EMAIL PROTECTED]
Changed-By: Michael Spang [EMAIL PROTECTED]
Description: 
 mozilla-firefox-webdeveloper - web developer extension for the Firefox web 
browser
Closes: 323148
Changes: 
 mozilla-firefox-webdeveloper (0.9.3-2) unstable; urgency=low
 .
   * Initial release (Closes: #323148)
   * Fixed cruft in copyright
Files: 
 11d44827a2f5fe15d927626384e25dd0 654 devel optional 
mozilla-firefox-webdeveloper_0.9.3-2.dsc
 8e0de7f802f3e610191239154819531e 1934 devel optional 
mozilla-firefox-webdeveloper_0.9.3-2.diff.gz
 e483d2a13a454b45f7e8d5a103a1c8b5 114952 devel optional 
mozilla-firefox-webdeveloper_0.9.3.orig.tar.gz
 725efc11ffb945496f402b029a405980 109566 devel optional 
mozilla-firefox-webdeveloper_0.9.3-2_all.deb

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

iD8DBQFDA4+wQbn06FtxPfARAv8sAKDWAXXvKGj2+VYDMSD3OvotvZRhcQCeKsP+
MyxHx98kARKchJ4+/29mdGE=
=XQZM
-END PGP SIGNATURE-


Accepted:
mozilla-firefox-webdeveloper_0.9.3-2.diff.gz
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.3-2.diff.gz
mozilla-firefox-webdeveloper_0.9.3-2.dsc
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.3-2.dsc
mozilla-firefox-webdeveloper_0.9.3-2_all.deb
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.3-2_all.deb
mozilla-firefox-webdeveloper_0.9.3.orig.tar.gz
  to 
pool/main/m/mozilla-firefox-webdeveloper/mozilla-firefox-webdeveloper_0.9.3.orig.tar.gz


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



Bug#323148: ITP: mozilla-firefox-webdeveloper -- web developer extension for the Firefox web browser

2005-08-14 Thread Michael Spang
Package: wnpp
Severity: wishlist
Owner: Michael Spang [EMAIL PROTECTED]

* Package name: mozilla-firefox-webdeveloper
  Version : 0.9.3
  Upstream Author : Chris Pederick
* URL : http://chrispederick.com/work/
* License : GPL
  Description : web developer extension for the Firefox web browser

The Web Developer Firefox extension adds a toolbar with several
features aimed at web developers. It can disable various web features,
outline page elements, quickly validate a web page by linking to a
web-based validation service, add user CSS to any page, resize the
browser to an arbitrary size (for screen size testing), and more.


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



Bug#323149: ITP: gjlv -- java log viewer for GNOME

2005-08-14 Thread Michael Spang
Package: wnpp
Severity: wishlist
Owner: Michael Spang [EMAIL PROTECTED]

* Package name: gjlv
  Version : 1.0.4 
  Upstream Author : Bodo Pfelzer [EMAIL PROTECTED]
* URL : http://gjlv.sourceforge.net/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Description : java log viewer for GNOME

The Java Log Viewer for GNOME is a graphical viewer for Java's XML logs.
Logs can be read from files or can be read from a socket with appropriate
configuration. When reading from a socket, the list is updated as records
are received. Individual records are displayed in a GTK list, with further
detail available through the detail window.


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