xserver-xorg-video-nv: Changes to 'debian-unstable'

2008-03-27 Thread Julien Cristau
 debian/changelog   |8 
 debian/control |2 +-
 debian/patches/01_gen_pci_ids.diff |8 
 debian/rules   |2 +-
 src/Makefile.in|2 +-
 5 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit 3c30b7bbec1f310739ab4bf3f8a1e8d24a782296
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Mar 26 21:01:01 2008 -0400

Exclude .la files on dh_install

diff --git a/debian/changelog b/debian/changelog
index 2d2a3d3..e7e569d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ xserver-xorg-video-nv (1:2.1.8-2) unstable; urgency=low
 
   * Add patch from Timo Aaltonen to include some missing PCI ID's
   * Bump standards version to 3.7.3. No changes needed.
+  * Exclude .la files on dh_install
 
- -- David Nusinow [EMAIL PROTECTED]  Wed, 26 Mar 2008 20:58:15 -0400
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 26 Mar 2008 20:59:15 -0400
 
 xserver-xorg-video-nv (1:2.1.8-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 035a8f9..83828c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,7 @@ binary-arch: build install serverabi
 
dh_installdocs
dh_installchangelogs ChangeLog
-   dh_install --sourcedir=debian/tmp --list-missing
+   dh_install --sourcedir=debian/tmp --list-missing --exclude=.la
dh_link
dh_strip
dh_compress

commit 77b030506b5420bd02dd530974106a8fa83865bc
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Mar 26 20:58:31 2008 -0400

Bump standards version to 3.7.3. No changes needed.

diff --git a/debian/changelog b/debian/changelog
index bea52b9..2d2a3d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 xserver-xorg-video-nv (1:2.1.8-2) unstable; urgency=low
 
   * Add patch from Timo Aaltonen to include some missing PCI ID's
+  * Bump standards version to 3.7.3. No changes needed.
 
- -- David Nusinow [EMAIL PROTECTED]  Wed, 26 Mar 2008 20:45:29 -0400
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 26 Mar 2008 20:58:15 -0400
 
 xserver-xorg-video-nv (1:2.1.8-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 58bc5f8..de2eb68 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED], Brice Goglin [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev (= 1.2), x11proto-render-dev, x11proto-xext-dev
-Standards-Version: 3.7.2.2
+Standards-Version: 3.7.3
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-nv
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nv.git
 

commit bf169df1557ded8a8277665f6fa7b52b74bf40d6
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Mar 26 20:57:16 2008 -0400

Add patch from Timo Aaltonen to include some missing PCI ID's

diff --git a/debian/changelog b/debian/changelog
index a7796e5..bea52b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-nv (1:2.1.8-2) unstable; urgency=low
+
+  * Add patch from Timo Aaltonen to include some missing PCI ID's
+
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 26 Mar 2008 20:45:29 -0400
+
 xserver-xorg-video-nv (1:2.1.8-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/01_gen_pci_ids.diff 
b/debian/patches/01_gen_pci_ids.diff
index 5b1fe10..f23512d 100644
--- a/debian/patches/01_gen_pci_ids.diff
+++ b/debian/patches/01_gen_pci_ids.diff
@@ -1,8 +1,8 @@
 Index: xserver-xorg-video-nv/src/Makefile.am
 ===
 xserver-xorg-video-nv.orig/src/Makefile.am 2007-08-19 12:15:48.0 
-0400
-+++ xserver-xorg-video-nv/src/Makefile.am  2007-08-19 12:16:58.0 
-0400
-@@ -104,3 +104,9 @@
+--- xserver-xorg-video-nv.orig/src/Makefile.am 2008-03-26 20:47:57.0 
-0400
 xserver-xorg-video-nv/src/Makefile.am  2008-03-26 20:53:20.0 
-0400
+@@ -103,3 +103,9 @@
  EXTRA_nv_drv_la_SOURCES = local_xf86Rename.h
  nodist_nv_drv_la_SOURCES = $(xmode_sources)
  endif
@@ -11,4 +11,4 @@ Index: xserver-xorg-video-nv/src/Makefile.am
 +pcidata_DATA = nv.ids
 +
 +nv.ids : nv_driver.c
-+  awk '/{ 0x.*/ {print $$2}' ${srcdir}/nv_driver.c | sed -e s/0x// -e 
s/,//  nv.ids
++  awk '/{ 0x.*/ || /case 0x.*/ {print $$2}' ${srcdir}/nv_driver.c | sed 
-e s/0x// -e s/,// -e s/:// -e s/^0/10DE0/ | uniq | sort  nv.ids
diff --git a/src/Makefile.in b/src/Makefile.in
index 5cc8fe1..09b6902 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -721,7 +721,7 @@ uninstall-am: uninstall-nv_drv_laLTLIBRARIES 
uninstall-pcidataDATA
 
 
 nv.ids : nv_driver.c
-   awk '/{ 0x.*/ {print $$2}' ${srcdir}/nv_driver.c | sed -e 

Re: Sponsorship request for ivtv X driver.

2008-03-27 Thread Ian Campbell

On Thu, 2008-03-13 at 18:33 +, Ian Campbell wrote:
 Please could you upload a new upstream release of the ivtv X driver.
 I've put sources and i386/amd64 binaries at:
 http://www.hellion.org.uk/ivtv/debian/1.0.1/
 and pushed the xserver-xorg-video-ivtvdev-1.0.1-1 tag to git.

It seems that David is rather busy at the moment[0]. Would another DD in
the XSF be interested in sponsoring this upload or should I head on over
to debian-mentors?

Cheers,
Ian.

[0] http://gravityboy.livejournal.com/42391.html
-- 
Ian Campbell

Actresses will happen in the best regulated families.
-- Addison Mizner and Oliver Herford, The Entirely
New Cynic's Calendar, 1905


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


Openchrome Package Audit

2008-03-27 Thread David Nusinow
Hi Raphael,

   As I mentioned on IRC, I just made a quick audit of the package. It
looks to be in pretty good shape overall, but there's a few issues, mostly
small:

- Should build-dep on = 2:1.4 for uploads to unstable at this time.
  This'll have to be bumped in the near future

- Precision Insight has a copyright on the xf86dri.[ch] and xf866drisrh.h
  files. Add it to debian/copyright

- This isn't an application, so s/Application License/Library License/ in
  debian/copyright

- You need to use xsfbs properly rather than copy and paste it in to
  debian/rules. The way to do it is to add it as a branch to your local git
  repo using the repo on alioth. Then just merge the xsfbs branch in to
  your debian-unstable branch. Update your debian/rules accordingly so you
  don't duplicate the code that's there needlessly.

- This isn't a problem, so much as a question. You've got a big horking
  rm for all the files that are autogenerated that don't get cleaned up by
  make distclean. There doesn't seem to be a better way to do this that
  I've found, but I was wondering if anyone knew of a superior method,
  possibly using autotools itself? I feel like going back to a pristine
  state should be something autotools could and should handle. The current
  method is going to be a pain to maintain well.

Overall, it's pretty good, but the way you used xsfbs badly needs to be
fixed. Other than that, it looks fine to me.

 - David Nusinow


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



xserver-xorg-video-nv: Changes to 'debian-unstable'

2008-03-27 Thread Timo Aaltonen
 debian/changelog   |6 ++
 debian/patches/01_gen_pci_ids.diff |2 +-
 src/Makefile.in|2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit b4d526c9337269813136990b1aa801d32c80fcbc
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Thu Mar 27 19:16:10 2008 +0200

Fix the PCI ID one-liner to use 'sort -u'.

diff --git a/debian/changelog b/debian/changelog
index e7e569d..799de35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-nv (1:2.1.8-3) UNRELEASED; urgency=low
+
+  * Fix the PCI ID one-liner to use 'sort -u'.
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Thu, 27 Mar 2008 19:14:49 +0200
+
 xserver-xorg-video-nv (1:2.1.8-2) unstable; urgency=low
 
   * Add patch from Timo Aaltonen to include some missing PCI ID's
diff --git a/debian/patches/01_gen_pci_ids.diff 
b/debian/patches/01_gen_pci_ids.diff
index f23512d..9abc542 100644
--- a/debian/patches/01_gen_pci_ids.diff
+++ b/debian/patches/01_gen_pci_ids.diff
@@ -11,4 +11,4 @@ Index: xserver-xorg-video-nv/src/Makefile.am
 +pcidata_DATA = nv.ids
 +
 +nv.ids : nv_driver.c
-+  awk '/{ 0x.*/ || /case 0x.*/ {print $$2}' ${srcdir}/nv_driver.c | sed 
-e s/0x// -e s/,// -e s/:// -e s/^0/10DE0/ | uniq | sort  nv.ids
++  awk '/{ 0x.*/ || /case 0x.*/ {print $$2}' ${srcdir}/nv_driver.c | sed 
-e s/0x// -e s/,// -e s/:// -e s/^0/10DE0/ | sort -u  nv.ids
diff --git a/src/Makefile.in b/src/Makefile.in
index 09b6902..c8ad228 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -721,7 +721,7 @@ uninstall-am: uninstall-nv_drv_laLTLIBRARIES 
uninstall-pcidataDATA
 
 
 nv.ids : nv_driver.c
-   awk '/{ 0x.*/ || /case 0x.*/ {print $$2}' ${srcdir}/nv_driver.c | sed 
-e s/0x// -e s/,// -e s/:// -e s/^0/10DE0/ | uniq | sort  nv.ids
+   awk '/{ 0x.*/ || /case 0x.*/ {print $$2}' ${srcdir}/nv_driver.c | sed 
-e s/0x// -e s/,// -e s/:// -e s/^0/10DE0/ | sort -u  nv.ids
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:


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



Re: Openchrome Package Audit

2008-03-27 Thread Raphael Geissert
David Nusinow wrote:
 Hi Raphael,

Hi David,

 
As I mentioned on IRC, I just made a quick audit of the package. It
 looks to be in pretty good shape overall, but there's a few issues, mostly
 small:
 
 - Should build-dep on = 2:1.4 for uploads to unstable at this time.
   This'll have to be bumped in the near future

Do we really need to bump the dependency? I was thinking about backports.

 
 - Precision Insight has a copyright on the xf86dri.[ch] and xf866drisrh.h
   files. Add it to debian/copyright

Done

 
 - This isn't an application, so s/Application License/Library License/ in
   debian/copyright

Ack.

 
 - You need to use xsfbs properly rather than copy and paste it in to
   debian/rules. The way to do it is to add it as a branch to your local
   git repo using the repo on alioth. Then just merge the xsfbs branch in
   to your debian-unstable branch. Update your debian/rules accordingly so
   you don't duplicate the code that's there needlessly.
 

I only copied that part of xsfbs based on the next conversation from
#debian-x and because it doesn't look useful for -openchrome: 

 [Sun Jan 13 2008] [10:54:50] Atomo64  wouldn't it be better to ship
xsfbs/ in xserver-xorg-dev instead of ship
 ping it on every single package?
 [Sun Jan 13 2008] [10:56:09] bgoglin  it's suppose to include of other
macro that are used everywhere, not only some provides rules
 [Sun Jan 13 2008] [10:56:21] bgoglin  but I am not sure these macros are
really used a lot these days
 [Sun Jan 13 2008] [10:57:23] Atomo64  bgoglin: what's used instead then?
 [Sun Jan 13 2008] [10:58:13] bgoglin  nothing, lots of these macros were
used in the old xserver-xorg postinst, for instance
 [Sun Jan 13 2008] [10:58:22] bgoglin  david cleaned a lot of mess in
this postinst recently
 [Sun Jan 13 2008] [10:59:29] Atomo64  so keeping the original package's
CDBS usage is fine then?
 [Sun Jan 13 2008] [11:04:19] bgoglin  you still need xsfbs to generates
the provides automatically
 [Sun Jan 13 2008] [11:04:39] Atomo64  I've already merged that part of
xsfbs
 [Sun Jan 13 2008] [11:05:31] jcristau you probably don't need the rest
of it

Should I anyway ship xsfbs?

 
 Overall, it's pretty good, but the way you used xsfbs badly needs to be
 fixed. Other than that, it looks fine to me.
 
  - David Nusinow


Sincerely,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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



xserver-xorg-video-nv: Changes to 'debian-unstable'

2008-03-27 Thread Julien Cristau
 debian/changelog |8 ++--
 debian/control   |4 ++--
 2 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 2642ab966c9ea65274a53413fbc6090f142aadfd
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Mar 27 22:12:45 2008 +0100

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 68c653c..21b8117 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-nv (1:2.1.8-3) UNRELEASED; urgency=low
+xserver-xorg-video-nv (1:2.1.8-3) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * Fix the PCI ID one-liner to use 'sort -u'.
@@ -6,7 +6,7 @@ xserver-xorg-video-nv (1:2.1.8-3) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Drop the XS- prefix from Vcs-* control fields.
 
- -- Timo Aaltonen [EMAIL PROTECTED]  Thu, 27 Mar 2008 19:14:49 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 27 Mar 2008 22:12:36 +0100
 
 xserver-xorg-video-nv (1:2.1.8-2) unstable; urgency=low
 

commit b96b418e22fa151354b05bbc5a142ef85ed339dc
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Mar 27 22:10:07 2008 +0100

Drop the XS- prefix from Vcs-* control fields.

diff --git a/debian/changelog b/debian/changelog
index 799de35..68c653c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 xserver-xorg-video-nv (1:2.1.8-3) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Fix the PCI ID one-liner to use 'sort -u'.
 
+  [ Julien Cristau ]
+  * Drop the XS- prefix from Vcs-* control fields.
+
  -- Timo Aaltonen [EMAIL PROTECTED]  Thu, 27 Mar 2008 19:14:49 +0200
 
 xserver-xorg-video-nv (1:2.1.8-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index de2eb68..96e8cbe 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED], Brice Goglin [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev (= 1.2), x11proto-render-dev, x11proto-xext-dev
 Standards-Version: 3.7.3
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-nv
-XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nv.git
+Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-nv
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nv.git
 
 Package: xserver-xorg-video-nv
 Architecture: any


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



xserver-xorg-video-nv: Changes to 'refs/tags/xserver-xorg-video-nv-1_2.1.8-3'

2008-03-27 Thread Julien Cristau
Tag 'xserver-xorg-video-nv-1_2.1.8-3' created by Julien Cristau [EMAIL 
PROTECTED] at 2008-03-27 21:19 +

Tagging upload of xserver-xorg-video-nv 1:2.1.8-3 to unstable.

Changes since xserver-xorg-video-nv-1_2.1.8-2:
Julien Cristau (2):
  Drop the XS- prefix from Vcs-* control fields.
  Prepare changelog for upload.

Timo Aaltonen (1):
  Fix the PCI ID one-liner to use 'sort -u'.

---
 debian/changelog   |   10 ++
 debian/control |4 ++--
 debian/patches/01_gen_pci_ids.diff |2 +-
 src/Makefile.in|2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)
---


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



Processing of xserver-xorg-video-nv_2.1.8-3_i386.changes

2008-03-27 Thread Archive Administrator
xserver-xorg-video-nv_2.1.8-3_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-nv_2.1.8-3.dsc
  xserver-xorg-video-nv_2.1.8-3.diff.gz
  xserver-xorg-video-nv_2.1.8-3_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-nv_2.1.8-3_i386.changes ACCEPTED

2008-03-27 Thread Debian Installer

Accepted:
xserver-xorg-video-nv_2.1.8-3.diff.gz
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.8-3.diff.gz
xserver-xorg-video-nv_2.1.8-3.dsc
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.8-3.dsc
xserver-xorg-video-nv_2.1.8-3_i386.deb
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.8-3_i386.deb


Override entries for your package:
xserver-xorg-video-nv_2.1.8-3.dsc - source x11
xserver-xorg-video-nv_2.1.8-3_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Bug#472753: fixed

2008-03-27 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from experimental:

xserver-xorg-video-avivo | 0.0.999+git20070927-1 | source, alpha, amd64, arm, 
hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Thomas Viehmann (the ftpmaster behind the curtain)


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



Processed: [bts-link] source package xtrans

2008-03-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #
 # bts-link upstream status pull for source package xtrans
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
 # remote status report for #385976
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=10489
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 385976 + fixed-upstream
Bug#385976: SocketUNIXConnect shouldn't return TRANS_TRY_CONNECT_AGAIN when the 
socket file doesn't exist
Tags were: patch
Tags added: fixed-upstream

 usertags 385976 - status-NEW
Bug#385976: SocketUNIXConnect shouldn't return TRANS_TRY_CONNECT_AGAIN when the 
socket file doesn't exist
Usertags were: status-NEW.
Usertags are now: .
 usertags 385976 + status-RESOLVED resolution-FIXED
Bug#385976: SocketUNIXConnect shouldn't return TRANS_TRY_CONNECT_AGAIN when the 
socket file doesn't exist
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



[bts-link] source package xtrans

2008-03-27 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xtrans
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #385976
#  * https://bugs.freedesktop.org/show_bug.cgi?id=10489
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 385976 + fixed-upstream
usertags 385976 - status-NEW
usertags 385976 + status-RESOLVED resolution-FIXED

thanks



Processed: [bts-link] source package xorg-server

2008-03-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #
 # bts-link upstream status pull for source package xorg-server
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
 # remote status report for #366558
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=10016
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 366558 + fixed-upstream
Bug#366558: xnest: Xnest should set the WM_CLASS property
There were no tags set.
Tags added: fixed-upstream

 usertags 366558 - status-NEW
Bug#366558: xnest: Xnest should set the WM_CLASS property
Usertags were: status-NEW.
Usertags are now: .
 usertags 366558 + status-RESOLVED resolution-FIXED
Bug#366558: xnest: Xnest should set the WM_CLASS property
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #415543
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=11073
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 415543 + fixed-upstream
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Tags were: help
Bug#393190: X fails to start on a PowerMac beige G3 when PCI NIC installed
Bug#413424: xserver-xorg: xserver fails to start because of resource conflict 
on PowerMac beige G3 (OldWorld)
Bug#426433: xserver-xorg: X server tries to get PCI I/O memory of NIC
Tags added: fixed-upstream

 usertags 415543 - status-NEW
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Usertags were: status-NEW.
Usertags are now: .
 usertags 415543 + status-RESOLVED resolution-FIXED
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #415543
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=11073
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 415543 + fixed-upstream
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Tags were: fixed-upstream help
Bug#393190: X fails to start on a PowerMac beige G3 when PCI NIC installed
Bug#413424: xserver-xorg: xserver fails to start because of resource conflict 
on PowerMac beige G3 (OldWorld)
Bug#426433: xserver-xorg: X server tries to get PCI I/O memory of NIC
Tags added: fixed-upstream

 usertags 415543 - status-NEW
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 usertags 415543 + status-RESOLVED resolution-FIXED
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #415543
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=11073
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 415543 + fixed-upstream
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Tags were: fixed-upstream help
Bug#393190: X fails to start on a PowerMac beige G3 when PCI NIC installed
Bug#413424: xserver-xorg: xserver fails to start because of resource conflict 
on PowerMac beige G3 (OldWorld)
Bug#426433: xserver-xorg: X server tries to get PCI I/O memory of NIC
Tags added: fixed-upstream

 usertags 415543 - status-NEW
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 usertags 415543 + status-RESOLVED resolution-FIXED
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #426433
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=11073
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 426433 + fixed-upstream
Bug#426433: xserver-xorg: X server tries to get PCI I/O memory of NIC
Tags were: fixed-upstream help
Bug#393190: X fails to start on a PowerMac beige G3 when PCI NIC installed
Bug#413424: xserver-xorg: xserver fails to start because of resource conflict 
on PowerMac beige G3 (OldWorld)
Bug#415543: xorg: xserver crashes on beige G3 PowerMac
Tags added: fixed-upstream

 usertags 426433 - status-NEW
Bug#426433: xserver-xorg: X server tries to get PCI I/O memory of NIC
Usertags were: status-NEW.
Usertags are now: .
 usertags 426433 + status-RESOLVED resolution-FIXED
Bug#426433: xserver-xorg: X server tries to get PCI I/O memory of NIC
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL 

[bts-link] source package xorg-server

2008-03-27 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xorg-server
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #366558
#  * https://bugs.freedesktop.org/show_bug.cgi?id=10016
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 366558 + fixed-upstream
usertags 366558 - status-NEW
usertags 366558 + status-RESOLVED resolution-FIXED

# remote status report for #415543
#  * https://bugs.freedesktop.org/show_bug.cgi?id=11073
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 415543 + fixed-upstream
usertags 415543 - status-NEW
usertags 415543 + status-RESOLVED resolution-FIXED

# remote status report for #415543
#  * https://bugs.freedesktop.org/show_bug.cgi?id=11073
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 415543 + fixed-upstream
usertags 415543 - status-NEW
usertags 415543 + status-RESOLVED resolution-FIXED

# remote status report for #415543
#  * https://bugs.freedesktop.org/show_bug.cgi?id=11073
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 415543 + fixed-upstream
usertags 415543 - status-NEW
usertags 415543 + status-RESOLVED resolution-FIXED

# remote status report for #426433
#  * https://bugs.freedesktop.org/show_bug.cgi?id=11073
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 426433 + fixed-upstream
usertags 426433 - status-NEW
usertags 426433 + status-RESOLVED resolution-FIXED

thanks



[bts-link] source package xserver-xorg-video-radeonhd

2008-03-27 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-radeonhd
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #462014
#  * https://bugs.freedesktop.org/show_bug.cgi?id=14487
#  * remote status changed: NEW - ASSIGNED
usertags 462014 - status-NEW
usertags 462014 + status-ASSIGNED

thanks



[bts-link] source package xserver-xorg-video-intel

2008-03-27 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #471413
#  * https://bugs.freedesktop.org/show_bug.cgi?id=14867
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 471413 + fixed-upstream
usertags 471413 - status-NEW
usertags 471413 + status-RESOLVED resolution-FIXED

thanks



Processed: [bts-link] source package xserver-xorg-video-intel

2008-03-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #
 # bts-link upstream status pull for source package xserver-xorg-video-intel
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
 # remote status report for #471413
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=14867
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 471413 + fixed-upstream
Bug#471413: q965 frequently hard locks when starting X
There were no tags set.
Tags added: fixed-upstream

 usertags 471413 - status-NEW
Bug#471413: q965 frequently hard locks when starting X
Usertags were: status-NEW.
Usertags are now: .
 usertags 471413 + status-RESOLVED resolution-FIXED
Bug#471413: q965 frequently hard locks when starting X
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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