svn structure: branch vs trunk

2006-07-22 Thread Drew Parsons
I am planning to bring some Xprint packages into the svn repository. Is
there any documentation for the structure of the repository?  For
instance I notice there is the trunk directory
(http://necrotic.deadbeast.net/svn/xorg-x11/trunk/), but it seems to be
out of date relative to xorg-x11/branches/7.1.  Should I be commiting my
new packages to branches/7.1 or where?

Likewise from time to time we'll want to upload more recent versions of
individual modules than the versions matching the latest X11R7
amalgamated release.  For instance at the moment we'll want to upload
libxfont 1.2, even though v1.1 matches X11R7.1.  Would libxfont 1.2 go
into branches/7.1 regardless, or into trunk?

I've used cvs routinely before but I'm new to svn, so I'm not certain
yet if "branching" means the same in svn as in cvs.

Drew

p.s. just to throw a spanner in the works, is anyone agitating to move
the repository to git to follow X.org upstream?


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



Bug#175102: metting you

2006-07-22 Thread Gail
Do not ignore me pblease,
I found your email somewhere and now decided to writeb you.
I am caoming to your place ain few weeks and thoaught we 
can meet each other. Let me bknow if you do not mind.
I am a nice pretty girl. Don't reply to this aemail. 
Email me direclty at [EMAIL PROTECTED]




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



Bug#379292: xkb-data hr layout broke the normal AltGr+numbers behaviour

2006-07-22 Thread Josip Rodin
Package: xkb-data
Version: 0.8-5

Hi,

On a standard Croatian keyboard, the AltGr (right Alt) key is not used as
a "compose" key in combination with the second row of the qwertz keyboard.

This change annoys me to no end, because right now in order for me to get
the characters tilde (~) or caret (^) I have to make three keypresses
instead of two like everywhere else.

The change needs to be reverted and the compose thing relegated to an
option. I'll try to find a way to patch this and submit it.

-- 
 2. That which causes joy or happiness.


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



Bug#314694: xauth has the -n option

2006-07-22 Thread Knut Auvor Grythe
As far as I can see, this option is now a part of xauth. 

I quote from the xauth man page in debian sid:

  -n   This option indicates that xauth should not attempt to  resolve
   any  hostnames, but should simply always print the host address
   as stored in the authority file.

I think that means this bug is resolved :-)

-- 
Knut Auvor Grythe


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



Bug#379323: mesa-utils: glxinfo does not report library open problems

2006-07-22 Thread Marc MERLIN
Package: mesa-utils
Version: 6.3.2-2.1
Severity: important


I unfortunately just spent hours of debugging trying to find why I wasn't
getting accelerated GL after installing 3D drivers, and having the right
/usr/lib/libGL.so.1 and friends.

I would have killed for having glxinfo tell me what the problem was until
I found out a day later about LIBGL_DEBUG=verbose glxinfo, which then
gave me:
gandalf:~$ LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 8.26.18 fglrx (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/fglrx_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/fglrx_dri.so failed (/usr/X11R6/l
ib/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or dir
ectory)
libGL error: unable to find driver: fglrx_dri.so

This was due to a packaging bug, which I fixed with a simple symlink in about
30 seconds, but I would really really have liked for glxinfo to tell me that
it couldn't open the driver and that's why I was still getting Mesa.
Please consider making LIBGL_DEBUG=verbose or equivalent, a default to help
out the countless people on the net like me who have spent too much time
tracking this problem.

I'm adding extra un-needed info so that google indexes it, and that
hopefully other people can find this instead of spending the time I spent.
With fglrx (fglrx-driver), and xorg 7.0.22, the driver was loading, dri was
initializing, but glxinfo would tell me:
gandalf:~$ glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

After ln -s /usr/lib /usr/X11R6/lib/modules, it allowed libGL to find
/usr/X11R6/lib/modules/dri/fglrx_dri.so which really had been installed
in /usr/lib/dri/fglrx_dri.so

Now, I do get:
gandalf:~$ glxinfo | grep -E '(direct|renderer)'
direct rendering: Yes
OpenGL renderer string: MOBILITY FIREGL T2 Pentium 4 (SSE2) (FireGL) (GNU_ICD)

Thanks
Marc


-- System Information:
Debian Release: woody
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'oldstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.6-pmup-desktop-marc1y
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 
(charmap=ISO-8859-15) (ignored: LC_ALL set to en_US.ISO-8859-15)

Versions of packages mesa-utils depends on:
di  freeglut3 2.4.0-4OpenGL Utility Toolkit
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
pi  libgl1-mesa-glx [libgl1]  6.4.2-1A free implementation of the OpenG
pi  libglu1-mesa [libglu1]6.4.2-1The OpenGL utility library (GLU)
ii  libx11-6  6.9.0.dfsg.1-1 X Window System protocol client li

mesa-utils recommends no packages.

-- no debconf information


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



Bug#366615: xkb-data: This also is a problem with gb.

2006-07-22 Thread Rob Andrews
Package: xkb-data
Version: 0.8-6
Followup-For: Bug #366615

If you set the XkbModel to "macintosh_vndr", it doesn't actually set it
to that - it drops back to "pc105". You can see this behaviour with
setxkbmap:

[EMAIL PROTECTED]:~$ setxkbmap -rules xorg -model macintosh_vndr -layout gb 
-print
xkb_keymap {
xkb_keycodes  { include "xfree86+aliases(qwerty)"   };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include "pc(pc105)+gb+altwin(meta_win)+compose(rwin)"  
};
xkb_geometry  { include "pc(pc104)" };
};

Versus:
[EMAIL PROTECTED]:~$ setxkbmap -rules xorg -model macintosh -layout gb -print
xkb_keymap {
xkb_keycodes  { include "macintosh+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include 
"pc(pc105)+macintosh_vndr/gb+altwin(meta_win)+compose(rwin)"};
xkb_geometry  { include "macintosh(macintosh)"  };
};

The aforementioned problem of setting the model to 'macintosh' also
manifests itself with the 'gb' layout.

If I run:
[EMAIL PROTECTED]:~$ setxkbmap -rules xorg -model macintosh -layout gb

I lose all of the letters - numbers work, some symbols work, but letters are
gone (and I have to scrabble through a few terminals to find a 'u' and
's' to paste by mouse into the command history to get the keyboard back!).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- no debconf information


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



Bug#364846: marked as done (x11proto-scrnsaver: packaged as a native package)

2006-07-22 Thread Debian Bug Tracking System
Your message dated Sun, 23 Jul 2006 06:49:51 +0200
with message-id <[EMAIL PROTECTED]>
and subject line x11proto-scrnsaver: packaged as a native package
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: x11proto-scrnsaver
Severity: normal
Tags: patch

x11proto-scrnsaver shouldn't be a native package. I've attached a
diff.gz that fixes a couple of lintian warnings too.

For your convenience:

wget 
http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-1.1.0.tar.gz
mv scrnsaverproto-1.1.0.tar.gz x11proto-scrnsaver_1.1.0.orig.tar.gz

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


x11proto-scrnsaver_1.1.0-2.diff.gz
Description: GNU Zip compressed data


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Version: 1.1.0.0-1

On Wed, Apr 26, 2006 at 12:20:02 +0800, Paul Wise wrote:

> Package: x11proto-scrnsaver
> Severity: normal
> Tags: patch
> 
> x11proto-scrnsaver shouldn't be a native package. I've attached a
> diff.gz that fixes a couple of lintian warnings too.
> 
Hi, this was fixed in the latest upload.

Thanks,
Julien
--- End Message ---


X Strike Force X.Org X11 SVN commit: r2487 - tags/proto/x11proto-bigreqs

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:29:09 -0400 (Sun, 23 Jul 2006)
New Revision: 2487

Added:
   tags/proto/x11proto-bigreqs/x11proto-bigreqs-1.0.2-4/
Log:
tag x11proto-bigreqs-1.0.2-4.


Copied: tags/proto/x11proto-bigreqs/x11proto-bigreqs-1.0.2-4 (from rev 2486, 
branches/7.1/proto/bigreqsproto)


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



X Strike Force X.Org X11 SVN commit: r2488 - tags/proto/x11proto-damage

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:30:24 -0400 (Sun, 23 Jul 2006)
New Revision: 2488

Added:
   tags/proto/x11proto-damage/x11proto-damage-1.0.3-4/
Log:
tag x11proto-damage-1.0.3-4


Copied: tags/proto/x11proto-damage/x11proto-damage-1.0.3-4 (from rev 2487, 
branches/7.1/proto/damageproto)


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



X Strike Force X.Org X11 SVN commit: r2489 - tags/proto/x11proto-dmx

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:31:15 -0400 (Sun, 23 Jul 2006)
New Revision: 2489

Added:
   tags/proto/x11proto-dmx/x11proto-dmx-2.2.2-4/
Log:
tag x11proto-dmx-2.2.2-4


Copied: tags/proto/x11proto-dmx/x11proto-dmx-2.2.2-4 (from rev 2488, 
branches/7.1/proto/dmxproto)


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



X Strike Force X.Org X11 SVN commit: r2490 - tags/proto/x11proto-evie

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:33:07 -0400 (Sun, 23 Jul 2006)
New Revision: 2490

Added:
   tags/proto/x11proto-evie/x11proto-evie-1:1.0.2-4/
Log:
tag x11proto-evie-1:1.0.2-4


Copied: tags/proto/x11proto-evie/x11proto-evie-1:1.0.2-4 (from rev 2489, 
branches/7.1/proto/evieext)


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



X Strike Force X.Org X11 SVN commit: r2491 - tags/proto/x11proto-fixes

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:33:54 -0400 (Sun, 23 Jul 2006)
New Revision: 2491

Added:
   tags/proto/x11proto-fixes/x11proto-fixes-4.0-1/
Log:
tag x11proto-fixes-4.0-1


Copied: tags/proto/x11proto-fixes/x11proto-fixes-4.0-1 (from rev 2490, 
branches/7.1/proto/fixesproto)


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



X Strike Force X.Org X11 SVN commit: r2492 - tags/proto/x11proto-fontcache

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:34:46 -0400 (Sun, 23 Jul 2006)
New Revision: 2492

Added:
   tags/proto/x11proto-fontcache/x11proto-fontcache-0.1.2-4/
Log:
tag x11proto-fontcache-0.1.2-4


Copied: tags/proto/x11proto-fontcache/x11proto-fontcache-0.1.2-4 (from rev 
2491, branches/7.1/proto/fontcacheproto)


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



X Strike Force X.Org X11 SVN commit: r2493 - tags/proto/x11proto-fonts

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:35:53 -0400 (Sun, 23 Jul 2006)
New Revision: 2493

Added:
   tags/proto/x11proto-fonts/x11proto-fonts-2.0.2-4/
Log:
tag x11proto-fonts-2.0.2-4


Copied: tags/proto/x11proto-fonts/x11proto-fonts-2.0.2-4 (from rev 2492, 
branches/7.1/proto/fontsproto)


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



X Strike Force X.Org X11 SVN commit: r2494 - tags/proto/x11proto-input

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:36:46 -0400 (Sun, 23 Jul 2006)
New Revision: 2494

Added:
   tags/proto/x11proto-input/x11proto-input-1.3.2-4/
Log:
tag x11proto-input-1.3.2-4


Copied: tags/proto/x11proto-input/x11proto-input-1.3.2-4 (from rev 2493, 
branches/7.1/proto/inputproto)


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



X Strike Force X.Org X11 SVN commit: r2495 - tags/proto/x11proto-kb

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:37:23 -0400 (Sun, 23 Jul 2006)
New Revision: 2495

Added:
   tags/proto/x11proto-kb/x11proto-kb-1.0.3-1/
Log:
tag x11proto-kb-1.0.3-1


Copied: tags/proto/x11proto-kb/x11proto-kb-1.0.3-1 (from rev 2494, 
branches/7.1/proto/kbproto)


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



X Strike Force X.Org X11 SVN commit: r2496 - tags/proto/x11proto-randr

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:38:08 -0400 (Sun, 23 Jul 2006)
New Revision: 2496

Added:
   tags/proto/x11proto-randr/x11proto-randr-1.1.2-4/
Log:
tag x11proto-randr-1.1.2-4


Copied: tags/proto/x11proto-randr/x11proto-randr-1.1.2-4 (from rev 2495, 
branches/7.1/proto/randrproto)


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



X Strike Force X.Org X11 SVN commit: r2497 - tags/proto/x11proto-record

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:38:46 -0400 (Sun, 23 Jul 2006)
New Revision: 2497

Added:
   tags/proto/x11proto-record/x11proto-record-1.13.2-4/
Log:
tag x11proto-record-1.13.2-4


Copied: tags/proto/x11proto-record/x11proto-record-1.13.2-4 (from rev 2496, 
branches/7.1/proto/recordproto)


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



X Strike Force X.Org X11 SVN commit: r2498 - tags/proto/x11proto-render

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:39:26 -0400 (Sun, 23 Jul 2006)
New Revision: 2498

Added:
   tags/proto/x11proto-render/x11proto-render-2:0.9.2-4/
Log:
tag x11proto-render-2:0.9.2-4


Copied: tags/proto/x11proto-render/x11proto-render-2:0.9.2-4 (from rev 2497, 
branches/7.1/proto/renderproto)


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



X Strike Force X.Org X11 SVN commit: r2499 - tags/proto/x11proto-resource

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:40:06 -0400 (Sun, 23 Jul 2006)
New Revision: 2499

Added:
   tags/proto/x11proto-resource/x11proto-resource-1.0.2-4/
Log:
tag x11proto-resource-1.0.2-4


Copied: tags/proto/x11proto-resource/x11proto-resource-1.0.2-4 (from rev 2498, 
branches/7.1/proto/resourceproto)


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



X Strike Force X.Org X11 SVN commit: r2500 - tags/proto/x11proto-scrnsaver

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:41:17 -0400 (Sun, 23 Jul 2006)
New Revision: 2500

Added:
   tags/proto/x11proto-scrnsaver/x11proto-scrnsaver-1.1.0.0-1/
Log:
tag x11proto-scrnsaver-1.1.0.0-1


Copied: tags/proto/x11proto-scrnsaver/x11proto-scrnsaver-1.1.0.0-1 (from rev 
2499, branches/7.1/proto/scrnsaverproto)


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



X Strike Force X.Org X11 SVN commit: r2501 - tags/proto/x11proto-trap

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:42:11 -0400 (Sun, 23 Jul 2006)
New Revision: 2501

Added:
   tags/proto/x11proto-trap/x11proto-trap-3.4.3-4/
Log:
tag x11proto-trap-3.4.3-4


Copied: tags/proto/x11proto-trap/x11proto-trap-3.4.3-4 (from rev 2500, 
branches/7.1/proto/trapproto)


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



X Strike Force X.Org X11 SVN commit: r2502 - tags/proto/x11proto-video

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:42:51 -0400 (Sun, 23 Jul 2006)
New Revision: 2502

Added:
   tags/proto/x11proto-video/x11proto-video-2.2.2-4/
Log:
tag x11proto-video-2.2.2-4


Copied: tags/proto/x11proto-video/x11proto-video-2.2.2-4 (from rev 2501, 
branches/7.1/proto/videoproto)


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



X Strike Force X.Org X11 SVN commit: r2503 - tags/proto/x11proto-xcmisc

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:43:59 -0400 (Sun, 23 Jul 2006)
New Revision: 2503

Added:
   tags/proto/x11proto-xcmisc/x11proto-xcmisc-1.1.2-4/
Log:
tag x11proto-xcmisc-1.1.2-4


Copied: tags/proto/x11proto-xcmisc/x11proto-xcmisc-1.1.2-4 (from rev 2502, 
branches/7.1/proto/xcmiscproto)


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



X Strike Force X.Org X11 SVN commit: r2504 - tags/proto/x11proto-xext

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:45:03 -0400 (Sun, 23 Jul 2006)
New Revision: 2504

Added:
   tags/proto/x11proto-xext/x11proto-xext-7.0.2-5/
Log:
tag x11proto-xext-7.0.2-5


Copied: tags/proto/x11proto-xext/x11proto-xext-7.0.2-5 (from rev 2503, 
branches/7.1/proto/xextproto)


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



X Strike Force X.Org X11 SVN commit: r2505 - tags/proto/x11proto-xf86bigfont

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:45:48 -0400 (Sun, 23 Jul 2006)
New Revision: 2505

Added:
   tags/proto/x11proto-xf86bigfont/x11proto-xf86bigfont-1.1.2-4/
Log:
tag x11proto-xf86bigfont-1.1.2-4


Copied: tags/proto/x11proto-xf86bigfont/x11proto-xf86bigfont-1.1.2-4 (from rev 
2504, branches/7.1/proto/xf86bigfontproto)


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



X Strike Force X.Org X11 SVN commit: r2506 - tags/proto/x11proto-xf86dga

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:47:11 -0400 (Sun, 23 Jul 2006)
New Revision: 2506

Added:
   tags/proto/x11proto-xf86dga/x11proto-xf86dga-2.0.2-4/
Log:
tag x11proto-xf86dga-2.0.2-4


Copied: tags/proto/x11proto-xf86dga/x11proto-xf86dga-2.0.2-4 (from rev 2505, 
branches/7.1/proto/xf86dgaproto)


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



X Strike Force X.Org X11 SVN commit: r2507 - tags/proto/x11proto-xf86dri

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:48:13 -0400 (Sun, 23 Jul 2006)
New Revision: 2507

Added:
   tags/proto/x11proto-xf86dri/x11proto-xf86dri-2.0.3-4/
Log:
tag x11proto-xf86dri-2.0.3-4


Copied: tags/proto/x11proto-xf86dri/x11proto-xf86dri-2.0.3-4 (from rev 2506, 
branches/7.1/proto/xf86driproto)


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



X Strike Force X.Org X11 SVN commit: r2508 - tags/proto/x11proto-xf86misc

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:48:56 -0400 (Sun, 23 Jul 2006)
New Revision: 2508

Added:
   tags/proto/x11proto-xf86misc/x11proto-xf86misc-0.9.2-4/
Log:
tag x11proto-xf86misc-0.9.2-4


Copied: tags/proto/x11proto-xf86misc/x11proto-xf86misc-0.9.2-4 (from rev 2507, 
branches/7.1/proto/xf86miscproto)


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



X Strike Force X.Org X11 SVN commit: r2509 - tags/proto/x11proto-xf86vidmode

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:49:36 -0400 (Sun, 23 Jul 2006)
New Revision: 2509

Added:
   tags/proto/x11proto-xf86vidmode/x11proto-xf86vidmode-2.2.2-4/
Log:
tag x11proto-xf86vidmode-2.2.2-4


Copied: tags/proto/x11proto-xf86vidmode/x11proto-xf86vidmode-2.2.2-4 (from rev 
2508, branches/7.1/proto/xf86vidmodeproto)


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



X Strike Force X.Org X11 SVN commit: r2510 - tags/proto/x11proto-xinerama

2006-07-22 Thread X Strike Force SVN Repository Admin
Author: dilinger
Date: 2006-07-23 01:50:30 -0400 (Sun, 23 Jul 2006)
New Revision: 2510

Added:
   tags/proto/x11proto-xinerama/x11proto-xinerama-1.1.2-4/
Log:
tag x11proto-xinerama-1.1.2-4


Copied: tags/proto/x11proto-xinerama/x11proto-xinerama-1.1.2-4 (from rev 2509, 
branches/7.1/proto/xineramaproto)


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



Processed: here's a copyright file

2006-07-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 373711 patch
Bug#373711: libxv1: missing copyright file
There were no tags set.
Tags added: patch

> thanks for stopping processing here!
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]



Bug#373711: here's a copyright file

2006-07-22 Thread Mike O'Connor
tags 373711 patch
thanks for stopping processing here!
--
I have tried to create a valid copyright file for this package.  It is
attached to this email.

I wasn't sure of where this package was originally downloaded from, I
simply put http://x.org this should possibly be corrected with a more
accurate url.

I'm CCing Daniel Stone, since he seems to be the original re-packager.
(Original re-packager seems contradictory, doesn't it?)

Thanks!

stew
Original Debian package author(s): Stephen Early, Mark Eichin, Branden 
  Robinson, ISHIKAWA Mutsumi, Daniel Stone

The sofware was later repackaged by:
  Daniel Stone <[EMAIL PROTECTED]> on Mon, 16 May 2005 22:10:17 +1000

The software was originally downloaded from http://x.org

Copyright:

Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,
and the Massachusetts Institute of Technology, Cambridge, Massachusetts.

License:
All Rights Reserved

Permission to use, copy, modify, and distribute this software and its 
documentation for any purpose and without fee is hereby granted, 
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in 
supporting documentation, and that the names of Digital or MIT not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.



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