Bug#376666: xutils-dev: [Patch] Support M32R target

2006-07-03 Thread Kazuhiro Inaoka

Package:xutils-dev
Version:1.0.2-3
Severity:wishlist
Tags:patch

Could you please apply the following patch?
This patch to support M32R target.

Regards,

Kazuhiro Inaoka

Support m32r architecture.

--- imake-1.0.1/imakemdep.h.org 2006-07-04 13:04:02.581701912 +0900
+++ imake-1.0.1/imakemdep.h 2006-07-04 13:04:54.220851568 +0900
@@ -429,6 +429,9 @@ char *cpp_argv[ARGUMENTS] = {
 # ifdef __hppa__
"-D__hppa__",
 # endif
+# ifdef __m32r__
+   "-D__m32r__",
+# endif
 # ifdef __sh__
"-D__sh__",
 # endif
@@ -1402,6 +1405,9 @@ struct symtab predefs[] = {
 # ifdef __hppa__
{"__hppa__", "1"},
 # endif
+# ifdef __m32r__
+   {"__m32r__", "1"},
+# endif
 # ifdef __sh__
{"__sh__", "1"},
 # endif
--- makedepend-1.0.0/imakemdep.h.org2006-07-04 13:06:20.926670280 +0900
+++ makedepend-1.0.0/imakemdep.h2006-07-04 13:07:10.883075752 +0900
@@ -429,6 +429,9 @@ char *cpp_argv[ARGUMENTS] = {
 # ifdef __hppa__
"-D__hppa__",
 # endif
+# ifdef __m32r__
+   "-D__m32r__",
+# endif
 # ifdef __sh__
"-D__sh__",
 # endif
@@ -1402,6 +1405,9 @@ struct symtab predefs[] = {
 # ifdef __hppa__
{"__hppa__", "1"},
 # endif
+# ifdef __m32r__
+   {"__m32r__", "1"},
+# endif
 # ifdef __sh__
{"__sh__", "1"},
 # endif
--- xorg-cf-files-1.0.1/Imake.cf.org2006-07-04 13:08:03.839025224 +0900
+++ xorg-cf-files-1.0.1/Imake.cf2006-07-04 13:33:23.340025960 +0900
@@ -964,6 +964,12 @@ XCOMM Keep cpp from replacing path eleme
 #  endif
 #  undef __hppa__
 # endif /* __hppa__ */
+# ifdef __m32r__
+#  ifndef m32rArchitecture
+#   define m32rArchitecture
+#  endif
+#  undef __m32r__
+# endif /* __m32r__ */
 # ifdef __sh__
 #  ifndef SuperHArchitecture
 #   define SuperHArchitecture
--- xorg-cf-files-1.0.1/linux.cf.org2006-07-04 14:13:14.007589248 +0900
+++ xorg-cf-files-1.0.1/linux.cf2006-07-04 14:19:49.999389344 +0900
@@ -1060,6 +1060,15 @@ InstallNamedTargetNoClobber(install,file
 # endif
 #endif
 
+#ifdef m32rArchitecture
+# ifndef OptimizedCDebugFlags
+#  define OptimizedCDebugFlags DefaultGcc2DebugOpt DefaultGcc2OptimizeOpt 
GccAliasingArgs
+# endif
+# define LinuxMachineDefines   -D__m32r__
+# define ServerOSDefines   XFree86ServerOSDefines -DDDXTIME -mmodel=large
+# define ServerExtraDefines-DGCCUSESGAS XFree86ServerDefines -mmodel=large
+#endif
+
 #ifdef SuperHArchitecture
 # ifndef SuperHArchOptFlags
 #  ifdef SuperH4Architecture
--- xorg-cf-files-1.0.1/xfree86.cf.org  2006-07-04 13:39:56.668230984 +0900
+++ xorg-cf-files-1.0.1/xfree86.cf  2006-07-04 13:44:18.624407592 +0900
@@ -1107,6 +1107,87 @@ VENDORMANVERSION = XVendorManVersionStri
 # endif
 #endif
 
+/*
+ * M32R drivers
+ */
+#if defined(m32rArchitecture)
+# ifndef XF86Server
+#  define XF86ServerYES
+# endif
+/* Amiga framebuffer module */
+# ifndef XF86AFB
+#  define XF86AFB   YES
+# endif
+/* 1bpp module */
+# ifndef XF1Bpp
+#  define XF1BppYES
+# endif
+/* 4bpp module */
+# ifndef XF4Bpp
+#  define XF4BppYES
+# endif
+/* 8/32bpp overlay module */
+# ifndef XF8_32Bpp
+#  define XF8_32Bpp YES
+# endif
+/* 8/16bpp dual fb module */
+# ifndef XF8_16Bpp
+#  define XF8_16Bpp YES
+# endif
+/* 24/32bpp conversion module */
+# ifndef XF24_32Bpp
+#  define XF24_32BppYES
+# endif
+/* shadow fb module */
+# ifndef XFShadowFB
+#  define XFShadowFBYES
+# endif
+/* vgahw module */
+# ifndef XF86VgaHw
+#  define XF86VgaHw YES
+# endif
+/* fbdevhw module */
+# ifndef XF86FBDevHw
+#  define XF86FBDevHw   YES
+# endif
+/* XAA module */
+# ifndef XF86XAA
+#  define XF86XAA   YES
+# endif
+/* ramdac module */
+# ifndef XF86Ramdac
+#  define XF86RamdacYES
+# endif
+/* I2C module */
+# ifndef XF86I2C
+#  define XF86I2C   YES
+# endif
+/* DDC module */
+# ifndef XF86DDC
+#  define XF86DDC   YES
+# endif
+/* RAC (Resource Access Control) module */
+# ifndef XF86RAC
+#  define XF86RAC   YES
+# endif
+/* int10 module */
+# ifndef XF86Int10
+#  define XF86Int10 YES
+# endif
+
+# ifndef DevelDrivers
+#  if XFree86Devel
+#   define DevelDrivers imstt
+#  else
+#   define DevelDrivers /* */
+#  endif
+# endif
+
+# ifndef XF86CardDrivers
+#  define XF86CardDrivers   fbdev XF86OSCardDrivers XF86ExtraCardDrivers
+# endif
+#endif
+
 /* SuperH drivers */
 
 #if defined(SuperHArchitecture)


libxpm_3.5.5-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libxpm-dev_3.5.5-1_i386.deb
  to pool/main/libx/libxpm/libxpm-dev_3.5.5-1_i386.deb
libxpm4-dbg_3.5.5-1_i386.deb
  to pool/main/libx/libxpm/libxpm4-dbg_3.5.5-1_i386.deb
libxpm4_3.5.5-1_i386.deb
  to pool/main/libx/libxpm/libxpm4_3.5.5-1_i386.deb
libxpm_3.5.5-1.diff.gz
  to pool/main/libx/libxpm/libxpm_3.5.5-1.diff.gz
libxpm_3.5.5-1.dsc
  to pool/main/libx/libxpm/libxpm_3.5.5-1.dsc
libxpm_3.5.5.orig.tar.gz
  to pool/main/libx/libxpm/libxpm_3.5.5.orig.tar.gz
xpmutils_3.5.5-1_i386.deb
  to pool/main/libx/libxpm/xpmutils_3.5.5-1_i386.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



libxpm override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libxpm-dev_3.5.5-1_i386.deb: package says section is x11, override says 
libdevel.
libxpm4-dbg_3.5.5-1_i386.deb: package says section is x11, override says 
libdevel.
libxpm4-dbg_3.5.5-1_i386.deb: package says priority is optional, override says 
extra.
libxpm4_3.5.5-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



Processing of libxpm_3.5.5-1_i386.changes

2006-07-03 Thread Archive Administrator
libxpm_3.5.5-1_i386.changes uploaded successfully to localhost
along with the files:
  libxpm_3.5.5-1.dsc
  libxpm_3.5.5.orig.tar.gz
  libxpm_3.5.5-1.diff.gz
  libxpm4_3.5.5-1_i386.deb
  libxpm4-dbg_3.5.5-1_i386.deb
  libxpm-dev_3.5.5-1_i386.deb
  xpmutils_3.5.5-1_i386.deb

Greetings,

Your Debian queue daemon


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



X Strike Force X.Org X11 SVN commit: r2456 - in branches/7.1/lib/libxfixes: . include/X11/extensions man src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 20:02:47 -0400 (Mon, 03 Jul 2006)
New Revision: 2456

Modified:
   branches/7.1/lib/libxfixes/COPYING
   branches/7.1/lib/libxfixes/ChangeLog
   branches/7.1/lib/libxfixes/Makefile.am
   branches/7.1/lib/libxfixes/Makefile.in
   branches/7.1/lib/libxfixes/aclocal.m4
   branches/7.1/lib/libxfixes/config.sub
   branches/7.1/lib/libxfixes/configure
   branches/7.1/lib/libxfixes/configure.ac
   branches/7.1/lib/libxfixes/depcomp
   branches/7.1/lib/libxfixes/include/X11/extensions/Xfixes.h
   branches/7.1/lib/libxfixes/install-sh
   branches/7.1/lib/libxfixes/ltmain.sh
   branches/7.1/lib/libxfixes/man/Makefile.am
   branches/7.1/lib/libxfixes/man/Makefile.in
   branches/7.1/lib/libxfixes/missing
   branches/7.1/lib/libxfixes/src/Cursor.c
   branches/7.1/lib/libxfixes/src/Makefile.am
   branches/7.1/lib/libxfixes/src/Makefile.in
   branches/7.1/lib/libxfixes/src/Region.c
   branches/7.1/lib/libxfixes/src/Xfixes.c
Log:
Merge vendor drop of libxfixes 4.0.1 to working dir for 7.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2455:2456 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2455 - in vendor/X11R7.1/lib/libxfixes: . include/X11/extensions man src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 20:00:00 -0400 (Mon, 03 Jul 2006)
New Revision: 2455

Modified:
   vendor/X11R7.1/lib/libxfixes/COPYING
   vendor/X11R7.1/lib/libxfixes/ChangeLog
   vendor/X11R7.1/lib/libxfixes/Makefile.am
   vendor/X11R7.1/lib/libxfixes/Makefile.in
   vendor/X11R7.1/lib/libxfixes/aclocal.m4
   vendor/X11R7.1/lib/libxfixes/config.sub
   vendor/X11R7.1/lib/libxfixes/configure
   vendor/X11R7.1/lib/libxfixes/configure.ac
   vendor/X11R7.1/lib/libxfixes/depcomp
   vendor/X11R7.1/lib/libxfixes/include/X11/extensions/Xfixes.h
   vendor/X11R7.1/lib/libxfixes/install-sh
   vendor/X11R7.1/lib/libxfixes/ltmain.sh
   vendor/X11R7.1/lib/libxfixes/man/Makefile.am
   vendor/X11R7.1/lib/libxfixes/man/Makefile.in
   vendor/X11R7.1/lib/libxfixes/missing
   vendor/X11R7.1/lib/libxfixes/src/Cursor.c
   vendor/X11R7.1/lib/libxfixes/src/Makefile.am
   vendor/X11R7.1/lib/libxfixes/src/Makefile.in
   vendor/X11R7.1/lib/libxfixes/src/Region.c
   vendor/X11R7.1/lib/libxfixes/src/Xfixes.c
Log:
Vendor drop of libxfixes 4.0.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2454:2455 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2454 - tags/lib/libxpm

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 19:48:44 -0400 (Mon, 03 Jul 2006)
New Revision: 2454

Added:
   tags/lib/libxpm/libxpm-1:3.5.5-1/
Log:
Tag upload of libxpm-1:3.5.5-1 to experimental


Copied: tags/lib/libxpm/libxpm-1:3.5.5-1 (from rev 2453, 
branches/7.1/lib/libxpm)


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



X Strike Force X.Org X11 SVN commit: r2453 - in branches/7.1/lib/libxpm: . cxpm debian src sxpm

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 19:38:30 -0400 (Mon, 03 Jul 2006)
New Revision: 2453

Modified:
   branches/7.1/lib/libxpm/Makefile.in
   branches/7.1/lib/libxpm/aclocal.m4
   branches/7.1/lib/libxpm/configure
   branches/7.1/lib/libxpm/cxpm/Makefile.in
   branches/7.1/lib/libxpm/debian/changelog
   branches/7.1/lib/libxpm/debian/compat
   branches/7.1/lib/libxpm/debian/control
   branches/7.1/lib/libxpm/debian/rules
   branches/7.1/lib/libxpm/debian/xpmutils.install
   branches/7.1/lib/libxpm/src/Makefile.in
   branches/7.1/lib/libxpm/sxpm/Makefile.in
Log:
* New upstream release
* Run dh_install with --list-missing
* Bump debhelper compat to 5
* Remove extra x11-common dep in the -dev package
* Version x11-common pre-dep in the -dev package to use 1:7.0.0 to match the
  rest of Debian and shut lintian up
* Add the sxpm and cxpm manpages to xpm-utils

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2452:2453 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



Processed: Fixed in upload of libxt 1:1.0.2-1 to experimental

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

> tag 376297 + fixed-in-experimental
Bug#376297: Xt man pages are gone
There were no tags set.
Tags added: fixed-in-experimental

> quit
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]



Re: libx11 1.0.3 and nls patches

2006-07-03 Thread Denis Barbier
On Mon, Jul 03, 2006 at 03:15:01PM -0400, David Nusinow wrote:
> Hi everyone,
> 
>This mail is primarily for Denis, but anyone who knows more about the
> localization aspects of libx11 than I do (which is just about everyone)
> should feel free to weigh in. We've got a lot of very heavyweight patches
> to libx11 that we're carrying around. I can push them to upstream so we
> don't have to maintain them ourselves, but they need to be updated so they
> apply cleanly. 
> 
>Many of them are fairly old and I don't know if they're obsolete or what. 
> Denis, if you could have a look at the patches in branches/7.1/libx11/debian/
> patches and let me know which can be tossed and which need updating, that'd
> be great. If you could possibly update them so I can push them too, that'd
> be fantastic. I can update them myself, but I really don't know much about
> the locale stuff, and several of the changes to the upstream data files
> make me uneasy about simply porting the patches. If you're busy, a push off
> in the right direction would be very helpful too.

Here is a brief overview of these patches:
 * 003_recognize_glibc_2.3.2_locale_names.diff
   This patch is pretty annoying, one has to modify X11 locale files
   each time a new locale is added into glibc.  It would be great if
   X11 had a fallback based on current charset, so that most locales
   have good defaults and do not have to be specifically taken into
   account.  But I do not know X11 internals and cannot tell if it
   could work.
   Anyway this patch applies cleanly, so I did not touch it for now.

 * 004_en_US.UTF-8_Compose_fix_Unicode_plane_1.diff
   Up-to-date, should be pushed upstream.

 * 005_Compose_fix_latin1_UTF8.diff
   Updated, should be pushed upstream.  IIRC comments were taken
   from XEmacs mailing list, but I cannot find the exact message,
   it was something along
http://list-archive.xemacs.org/xemacs-beta/200505/msg00113.html

 * 006_tailor_pt_BR.UTF-8_Compose.diff
   Updated, should be pushed upstream (and better yet, put locale path
   into nls/pt_BR.UTF-8/Compose.pre at compile time)
   
 * 007_iso8859-15_Compose_fix.diff
 * 008_remove_ko_Compose.diff
 * 012_ru_RU_UTF-8_XLC_LOCALE.diff
   I will check these 3 patches later.  Eugene could surely tell more
   about the last one,  IIRC he made this patch.

 * 009_iso8859-15_Compose_Eurosign.diff
   Should certainly be pushed upstream.

 * 011_stolen_from_ubuntu_xlocalelibdir.diff
   Seems to have been merged upstream.

Denis


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



Processing of libxmu_1.0.2-1_i386.changes

2006-07-03 Thread Archive Administrator
libxmu_1.0.2-1_i386.changes uploaded successfully to localhost
along with the files:
  libxmu_1.0.2-1.dsc
  libxmu_1.0.2.orig.tar.gz
  libxmu_1.0.2-1.diff.gz
  libxmu6_1.0.2-1_i386.deb
  libxmu6-dbg_1.0.2-1_i386.deb
  libxmu-dev_1.0.2-1_i386.deb
  libxmuu1_1.0.2-1_i386.deb
  libxmuu1-dbg_1.0.2-1_i386.deb
  libxmuu-dev_1.0.2-1_i386.deb
  libxmu-headers_1.0.2-1_all.deb

Greetings,

Your Debian queue daemon


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



X Strike Force X.Org X11 SVN commit: r2452 - in branches/7.1/lib/libxpm: . cxpm src sxpm

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 19:10:36 -0400 (Mon, 03 Jul 2006)
New Revision: 2452

Modified:
   branches/7.1/lib/libxpm/ChangeLog
   branches/7.1/lib/libxpm/Makefile.in
   branches/7.1/lib/libxpm/aclocal.m4
   branches/7.1/lib/libxpm/compile
   branches/7.1/lib/libxpm/config.sub
   branches/7.1/lib/libxpm/configure
   branches/7.1/lib/libxpm/configure.ac
   branches/7.1/lib/libxpm/cxpm/Makefile.in
   branches/7.1/lib/libxpm/depcomp
   branches/7.1/lib/libxpm/install-sh
   branches/7.1/lib/libxpm/ltmain.sh
   branches/7.1/lib/libxpm/missing
   branches/7.1/lib/libxpm/src/Attrib.c
   branches/7.1/lib/libxpm/src/Makefile.in
   branches/7.1/lib/libxpm/src/create.c
   branches/7.1/lib/libxpm/src/parse.c
   branches/7.1/lib/libxpm/sxpm/Makefile.in
Log:
Merge vendor drop of libxpm 3.5.5 to working dir for 7.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2451:2452 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



libxmu override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libxmu-dev_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libxmu6-dbg_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libxmu6-dbg_1.0.2-1_i386.deb: package says priority is optional, override says 
extra.
libxmu6_1.0.2-1_i386.deb: package says section is x11, override says libs.
libxmuu-dev_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libxmuu1-dbg_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libxmuu1-dbg_1.0.2-1_i386.deb: package says priority is optional, override says 
extra.
libxmuu1_1.0.2-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



libxmu_1.0.2-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libxmu-dev_1.0.2-1_i386.deb
  to pool/main/libx/libxmu/libxmu-dev_1.0.2-1_i386.deb
libxmu-headers_1.0.2-1_all.deb
  to pool/main/libx/libxmu/libxmu-headers_1.0.2-1_all.deb
libxmu6-dbg_1.0.2-1_i386.deb
  to pool/main/libx/libxmu/libxmu6-dbg_1.0.2-1_i386.deb
libxmu6_1.0.2-1_i386.deb
  to pool/main/libx/libxmu/libxmu6_1.0.2-1_i386.deb
libxmu_1.0.2-1.diff.gz
  to pool/main/libx/libxmu/libxmu_1.0.2-1.diff.gz
libxmu_1.0.2-1.dsc
  to pool/main/libx/libxmu/libxmu_1.0.2-1.dsc
libxmu_1.0.2.orig.tar.gz
  to pool/main/libx/libxmu/libxmu_1.0.2.orig.tar.gz
libxmuu-dev_1.0.2-1_i386.deb
  to pool/main/libx/libxmu/libxmuu-dev_1.0.2-1_i386.deb
libxmuu1-dbg_1.0.2-1_i386.deb
  to pool/main/libx/libxmu/libxmuu1-dbg_1.0.2-1_i386.deb
libxmuu1_1.0.2-1_i386.deb
  to pool/main/libx/libxmu/libxmuu1_1.0.2-1_i386.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



Fixed in upload of libxt 1:1.0.2-1 to experimental

2006-07-03 Thread David Nusinow
tag 376297 + fixed-in-experimental

quit

This message was generated automatically in response to an
upload to the experimental distribution.  The .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  3 Jul 2006 18:15:53 -0400
Source: libxt
Binary: libxt-dev libxt6 libxt6-dbg
Architecture: source i386
Version: 1:1.0.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 libxt-dev  - X11 toolkit intrinsics library (development headers)
 libxt6 - X11 toolkit intrinsics library
 libxt6-dbg - X11 toolkit intrinsics library (debug package)
Closes: 376297
Changes: 
 libxt (1:1.0.2-1) experimental; urgency=low
 .
   * New upstream release
   * Run dh_install with --list-missing
   * Simplify  manpage location fix
   * Install the manpages to -dev. Thanks Nicolas George (closes: #376297)
   * Add makestrs and its manpage to the -dev package
Files: 
 06b2f2605eaebd5d50ee46400d27ba35 830 x11 optional libxt_1.0.2-1.dsc
 5ff59b995850c52e0cd8eda05ca22430 679001 x11 optional libxt_1.0.2.orig.tar.gz
 7642f5fd42d8b02e43c344064781b431 241640 x11 optional libxt_1.0.2-1.diff.gz
 787112d6278eb572c2aa0fdb8e078c24 154222 x11 optional libxt6_1.0.2-1_i386.deb
 7fe28ea87361b3de147ab2271f9f0059 460232 x11 optional 
libxt6-dbg_1.0.2-1_i386.deb
 b8fd1da0abfce1b2206e05714e3902a7 484650 x11 optional libxt-dev_1.0.2-1_i386.deb

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

iD8DBQFEqZoRyLfpNdY0ad8RAtVRAJ9tRVeXiS6kDQjDYP0vK12jAfJCSQCeI4fJ
p1IMU6LgOfkaF+RF5hy5EQ0=
=Jes5
-END PGP SIGNATURE-


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



X Strike Force X.Org X11 SVN commit: r2451 - in vendor/X11R7.1/lib/libxpm: . cxpm src sxpm

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 18:58:47 -0400 (Mon, 03 Jul 2006)
New Revision: 2451

Modified:
   vendor/X11R7.1/lib/libxpm/ChangeLog
   vendor/X11R7.1/lib/libxpm/Makefile.in
   vendor/X11R7.1/lib/libxpm/aclocal.m4
   vendor/X11R7.1/lib/libxpm/compile
   vendor/X11R7.1/lib/libxpm/config.sub
   vendor/X11R7.1/lib/libxpm/configure
   vendor/X11R7.1/lib/libxpm/configure.ac
   vendor/X11R7.1/lib/libxpm/cxpm/Makefile.in
   vendor/X11R7.1/lib/libxpm/depcomp
   vendor/X11R7.1/lib/libxpm/install-sh
   vendor/X11R7.1/lib/libxpm/ltmain.sh
   vendor/X11R7.1/lib/libxpm/missing
   vendor/X11R7.1/lib/libxpm/src/Attrib.c
   vendor/X11R7.1/lib/libxpm/src/Makefile.in
   vendor/X11R7.1/lib/libxpm/src/create.c
   vendor/X11R7.1/lib/libxpm/src/parse.c
   vendor/X11R7.1/lib/libxpm/sxpm/Makefile.in
Log:
Vendor drop of libxpm 3.5.5

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2450:2451 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2450 - tags/lib/libxmu

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 18:52:41 -0400 (Mon, 03 Jul 2006)
New Revision: 2450

Added:
   tags/lib/libxmu/libxmu-1:1.0.2-1/
Log:
Tag upload of libxmu-1:1.0.2-1 to experimental


Copied: tags/lib/libxmu/libxmu-1:1.0.2-1 (from rev 2449, 
branches/7.1/lib/libxmu)


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



Processing of libxt_1.0.2-1_i386.changes

2006-07-03 Thread Archive Administrator
libxt_1.0.2-1_i386.changes uploaded successfully to localhost
along with the files:
  libxt_1.0.2-1.dsc
  libxt_1.0.2.orig.tar.gz
  libxt_1.0.2-1.diff.gz
  libxt6_1.0.2-1_i386.deb
  libxt6-dbg_1.0.2-1_i386.deb
  libxt-dev_1.0.2-1_i386.deb

Greetings,

Your Debian queue daemon


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



libxt override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libxt-dev_1.0.2-1_i386.deb: package says section is x11, override says libdevel.
libxt6-dbg_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libxt6-dbg_1.0.2-1_i386.deb: package says priority is optional, override says 
extra.
libxt6_1.0.2-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



libxt_1.0.2-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libxt-dev_1.0.2-1_i386.deb
  to pool/main/libx/libxt/libxt-dev_1.0.2-1_i386.deb
libxt6-dbg_1.0.2-1_i386.deb
  to pool/main/libx/libxt/libxt6-dbg_1.0.2-1_i386.deb
libxt6_1.0.2-1_i386.deb
  to pool/main/libx/libxt/libxt6_1.0.2-1_i386.deb
libxt_1.0.2-1.diff.gz
  to pool/main/libx/libxt/libxt_1.0.2-1.diff.gz
libxt_1.0.2-1.dsc
  to pool/main/libx/libxt/libxt_1.0.2-1.dsc
libxt_1.0.2.orig.tar.gz
  to pool/main/libx/libxt/libxt_1.0.2.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Setting bugs to severity fixed: 376297 


Thank you for your contribution to Debian.


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



X Strike Force X.Org X11 SVN commit: r2449 - branches/7.1/lib/libxmu/debian

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 18:50:04 -0400 (Mon, 03 Jul 2006)
New Revision: 2449

Modified:
   branches/7.1/lib/libxmu/debian/changelog
   branches/7.1/lib/libxmu/debian/compat
   branches/7.1/lib/libxmu/debian/control
   branches/7.1/lib/libxmu/debian/rules
Log:
* New upstream release
* Bump debhelper compat to 5
* Run dh_install with --list-missing
* Version the -headers package's x11-common pre-dep to use version 1:7.0.0
  to match the rest of Debian and shut lintian up
* Bump standards version to 3.7.2.0

Modified: branches/7.1/lib/libxmu/debian/changelog
===
--- branches/7.1/lib/libxmu/debian/changelog2006-07-03 22:39:50 UTC (rev 
2448)
+++ branches/7.1/lib/libxmu/debian/changelog2006-07-03 22:50:04 UTC (rev 
2449)
@@ -1,3 +1,14 @@
+libxmu (1:1.0.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Bump debhelper compat to 5
+  * Run dh_install with --list-missing
+  * Version the -headers package's x11-common pre-dep to use version 1:7.0.0
+to match the rest of Debian and shut lintian up
+  * Bump standards version to 3.7.2.0
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon,  3 Jul 2006 18:43:32 -0400
+
 libxmu (1:1.0.1-3) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: branches/7.1/lib/libxmu/debian/compat
===
--- branches/7.1/lib/libxmu/debian/compat   2006-07-03 22:39:50 UTC (rev 
2448)
+++ branches/7.1/lib/libxmu/debian/compat   2006-07-03 22:50:04 UTC (rev 
2449)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxmu/debian/control
===
--- branches/7.1/lib/libxmu/debian/control  2006-07-03 22:39:50 UTC (rev 
2448)
+++ branches/7.1/lib/libxmu/debian/control  2006-07-03 22:50:04 UTC (rev 
2449)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), libxt-dev (>= 
1:0.99.1-1), libxext-dev (>= 1:0.99.1-1), pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxt-dev (>= 
1:0.99.1-1), libxext-dev (>= 1:0.99.1-1), pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libxmu6
 Architecture: any
@@ -111,7 +111,7 @@
 Package: libxmu-headers
 Architecture: all
 Depends: libx11-dev, x11proto-core-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 miscellaneous utility library headers
  libXmu and libXmuu are miscellaneous utility libraries for X library
  developers to abstract some common functions.  This package provides the

Modified: branches/7.1/lib/libxmu/debian/rules
===
--- branches/7.1/lib/libxmu/debian/rules2006-07-03 22:39:50 UTC (rev 
2448)
+++ branches/7.1/lib/libxmu/debian/rules2006-07-03 22:50:04 UTC (rev 
2449)
@@ -69,12 +69,12 @@
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp
+   dh_install --sourcedir=debian/tmp --list-missing
dh_installchangelogs
dh_link
dh_strip -Nlibxmu6 -Nlibxmuu1
-   dh_strip -plibxmu6 --dbg-package=libxmu6
-   dh_strip -plibxmuu1 --dbg-package=libxmuu1
+   dh_strip -plibxmu6 --dbg-package=libxmu6-dbg
+   dh_strip -plibxmuu1 --dbg-package=libxmuu1-dbg
dh_compress
dh_fixperms
dh_makeshlibs


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



X Strike Force X.Org X11 SVN commit: r2448 - in branches/7.1/lib/libxmu: . include src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 18:39:50 -0400 (Mon, 03 Jul 2006)
New Revision: 2448

Modified:
   branches/7.1/lib/libxmu/ChangeLog
   branches/7.1/lib/libxmu/Makefile.am
   branches/7.1/lib/libxmu/Makefile.in
   branches/7.1/lib/libxmu/aclocal.m4
   branches/7.1/lib/libxmu/config.sub
   branches/7.1/lib/libxmu/configure
   branches/7.1/lib/libxmu/configure.ac
   branches/7.1/lib/libxmu/depcomp
   branches/7.1/lib/libxmu/include/Makefile.in
   branches/7.1/lib/libxmu/install-sh
   branches/7.1/lib/libxmu/ltmain.sh
   branches/7.1/lib/libxmu/missing
   branches/7.1/lib/libxmu/src/CvtStdSel.c
   branches/7.1/lib/libxmu/src/Makefile.am
   branches/7.1/lib/libxmu/src/Makefile.in
Log:
Merge vendor drop of libxmu 1.0.2 to working dir for 7.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2447:2448 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2447 - in vendor/X11R7.1/lib/libxmu: . include src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 18:35:55 -0400 (Mon, 03 Jul 2006)
New Revision: 2447

Modified:
   vendor/X11R7.1/lib/libxmu/ChangeLog
   vendor/X11R7.1/lib/libxmu/Makefile.am
   vendor/X11R7.1/lib/libxmu/Makefile.in
   vendor/X11R7.1/lib/libxmu/aclocal.m4
   vendor/X11R7.1/lib/libxmu/config.sub
   vendor/X11R7.1/lib/libxmu/configure
   vendor/X11R7.1/lib/libxmu/configure.ac
   vendor/X11R7.1/lib/libxmu/depcomp
   vendor/X11R7.1/lib/libxmu/include/Makefile.in
   vendor/X11R7.1/lib/libxmu/install-sh
   vendor/X11R7.1/lib/libxmu/ltmain.sh
   vendor/X11R7.1/lib/libxmu/missing
   vendor/X11R7.1/lib/libxmu/src/CvtStdSel.c
   vendor/X11R7.1/lib/libxmu/src/Makefile.am
   vendor/X11R7.1/lib/libxmu/src/Makefile.in
Log:
Vendor drop of libxmu 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2446:2447 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2446 - tags/lib/libxt

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 18:31:16 -0400 (Mon, 03 Jul 2006)
New Revision: 2446

Added:
   tags/lib/libxt/libxt-1:1.0.2-1/
Log:
Tag upload of libxt-1:1.0.2-1 to experimental


Copied: tags/lib/libxt/libxt-1:1.0.2-1 (from rev 2445, branches/7.1/lib/libxt)


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



X Strike Force X.Org X11 SVN commit: r2445 - in branches/7.1/lib/libxt: . debian debian/patches include man src util

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 18:28:23 -0400 (Mon, 03 Jul 2006)
New Revision: 2445

Removed:
   branches/7.1/lib/libxt/debian/patches/01_manpage_location.diff
Modified:
   branches/7.1/lib/libxt/Makefile.in
   branches/7.1/lib/libxt/aclocal.m4
   branches/7.1/lib/libxt/configure
   branches/7.1/lib/libxt/debian/changelog
   branches/7.1/lib/libxt/debian/libxt-dev.install
   branches/7.1/lib/libxt/debian/patches/series
   branches/7.1/lib/libxt/debian/rules
   branches/7.1/lib/libxt/include/Makefile.in
   branches/7.1/lib/libxt/man/Makefile.in
   branches/7.1/lib/libxt/src/Makefile.in
   branches/7.1/lib/libxt/util/Makefile.in
Log:
* New upstream release
* Run dh_install with --list-missing
* Simplify  manpage location fix
* Install the manpages to -dev. Thanks Nicolas George (closes: #376297)
* Add makestrs and its manpage to the -dev package

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2444:2445 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



Processing of libsm_1.0.1-1_i386.changes

2006-07-03 Thread Archive Administrator
libsm_1.0.1-1_i386.changes uploaded successfully to localhost
along with the files:
  libsm_1.0.1-1.dsc
  libsm_1.0.1.orig.tar.gz
  libsm_1.0.1-1.diff.gz
  libsm6_1.0.1-1_i386.deb
  libsm6-dbg_1.0.1-1_i386.deb
  libsm-dev_1.0.1-1_i386.deb

Greetings,

Your Debian queue daemon


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



libsm override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libsm-dev_1.0.1-1_i386.deb: package says section is x11, override says libdevel.
libsm6-dbg_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libsm6-dbg_1.0.1-1_i386.deb: package says priority is optional, override says 
extra.
libsm6_1.0.1-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



libsm_1.0.1-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libsm-dev_1.0.1-1_i386.deb
  to pool/main/libs/libsm/libsm-dev_1.0.1-1_i386.deb
libsm6-dbg_1.0.1-1_i386.deb
  to pool/main/libs/libsm/libsm6-dbg_1.0.1-1_i386.deb
libsm6_1.0.1-1_i386.deb
  to pool/main/libs/libsm/libsm6_1.0.1-1_i386.deb
libsm_1.0.1-1.diff.gz
  to pool/main/libs/libsm/libsm_1.0.1-1.diff.gz
libsm_1.0.1-1.dsc
  to pool/main/libs/libsm/libsm_1.0.1-1.dsc
libsm_1.0.1.orig.tar.gz
  to pool/main/libs/libsm/libsm_1.0.1.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



X Strike Force X.Org X11 SVN commit: r2443 - in branches/7.1/lib/libxt: . include man src util

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 17:31:45 -0400 (Mon, 03 Jul 2006)
New Revision: 2443

Modified:
   branches/7.1/lib/libxt/COPYING
   branches/7.1/lib/libxt/ChangeLog
   branches/7.1/lib/libxt/Makefile.am
   branches/7.1/lib/libxt/Makefile.in
   branches/7.1/lib/libxt/aclocal.m4
   branches/7.1/lib/libxt/compile
   branches/7.1/lib/libxt/config.sub
   branches/7.1/lib/libxt/configure
   branches/7.1/lib/libxt/configure.ac
   branches/7.1/lib/libxt/depcomp
   branches/7.1/lib/libxt/include/Makefile.in
   branches/7.1/lib/libxt/install-sh
   branches/7.1/lib/libxt/ltmain.sh
   branches/7.1/lib/libxt/man/Makefile.am
   branches/7.1/lib/libxt/man/Makefile.in
   branches/7.1/lib/libxt/man/XtAddCallback.man
   branches/7.1/lib/libxt/man/XtAddInput.man
   branches/7.1/lib/libxt/man/XtAllocateGC.man
   branches/7.1/lib/libxt/man/XtAppError.man
   branches/7.1/lib/libxt/man/XtAppErrorMsg.man
   branches/7.1/lib/libxt/man/XtAppSetTypeConverter.man
   branches/7.1/lib/libxt/man/XtClass.man
   branches/7.1/lib/libxt/man/XtConvert.man
   branches/7.1/lib/libxt/man/XtConvertAndStore.man
   branches/7.1/lib/libxt/man/XtCreateSelectionRequest.man
   branches/7.1/lib/libxt/man/XtDisplayInitialize.man
   branches/7.1/lib/libxt/man/XtError.man
   branches/7.1/lib/libxt/man/XtErrorMsg.man
   branches/7.1/lib/libxt/man/XtGetActionKeysym.man
   branches/7.1/lib/libxt/man/XtGetApplicationNameAndClass.man
   branches/7.1/lib/libxt/man/XtGetApplicationResources.man
   branches/7.1/lib/libxt/man/XtGetSelectionTimeout.man
   branches/7.1/lib/libxt/man/XtGetSubresources.man
   branches/7.1/lib/libxt/man/XtInitialize.man
   branches/7.1/lib/libxt/man/XtInitializeWidgetClass.man
   branches/7.1/lib/libxt/man/XtInsertEventTypeHandler.man
   branches/7.1/lib/libxt/man/XtManageChildren.man
   branches/7.1/lib/libxt/man/XtOffset.man
   branches/7.1/lib/libxt/man/XtOwnSelection.man
   branches/7.1/lib/libxt/man/XtRegisterDrawable.man
   branches/7.1/lib/libxt/man/XtReservePropertyAtom.man
   branches/7.1/lib/libxt/man/XtSessionGetToken.man
   branches/7.1/lib/libxt/man/XtSetLanguageProc.man
   branches/7.1/lib/libxt/man/XtSetSelectionParameters.man
   branches/7.1/lib/libxt/man/XtSetValues.man
   branches/7.1/lib/libxt/man/XtSetWMColormapWindows.man
   branches/7.1/lib/libxt/missing
   branches/7.1/lib/libxt/src/Makefile.am
   branches/7.1/lib/libxt/src/Makefile.in
   branches/7.1/lib/libxt/src/SetWMCW.c
   branches/7.1/lib/libxt/util/Makefile.in
   branches/7.1/lib/libxt/util/makestrs.c
Log:
Merge libxt 1.0.2 vendor branch to working branch for 7.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2442:2443 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2442 - in vendor/X11R7.1/lib/libxt: . include man src util

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 17:29:48 -0400 (Mon, 03 Jul 2006)
New Revision: 2442

Modified:
   vendor/X11R7.1/lib/libxt/COPYING
   vendor/X11R7.1/lib/libxt/ChangeLog
   vendor/X11R7.1/lib/libxt/Makefile.am
   vendor/X11R7.1/lib/libxt/Makefile.in
   vendor/X11R7.1/lib/libxt/aclocal.m4
   vendor/X11R7.1/lib/libxt/compile
   vendor/X11R7.1/lib/libxt/config.sub
   vendor/X11R7.1/lib/libxt/configure
   vendor/X11R7.1/lib/libxt/configure.ac
   vendor/X11R7.1/lib/libxt/depcomp
   vendor/X11R7.1/lib/libxt/include/Makefile.in
   vendor/X11R7.1/lib/libxt/install-sh
   vendor/X11R7.1/lib/libxt/ltmain.sh
   vendor/X11R7.1/lib/libxt/man/Makefile.am
   vendor/X11R7.1/lib/libxt/man/Makefile.in
   vendor/X11R7.1/lib/libxt/man/XtAddCallback.man
   vendor/X11R7.1/lib/libxt/man/XtAddInput.man
   vendor/X11R7.1/lib/libxt/man/XtAllocateGC.man
   vendor/X11R7.1/lib/libxt/man/XtAppError.man
   vendor/X11R7.1/lib/libxt/man/XtAppErrorMsg.man
   vendor/X11R7.1/lib/libxt/man/XtAppSetTypeConverter.man
   vendor/X11R7.1/lib/libxt/man/XtClass.man
   vendor/X11R7.1/lib/libxt/man/XtConvert.man
   vendor/X11R7.1/lib/libxt/man/XtConvertAndStore.man
   vendor/X11R7.1/lib/libxt/man/XtCreateSelectionRequest.man
   vendor/X11R7.1/lib/libxt/man/XtDisplayInitialize.man
   vendor/X11R7.1/lib/libxt/man/XtError.man
   vendor/X11R7.1/lib/libxt/man/XtErrorMsg.man
   vendor/X11R7.1/lib/libxt/man/XtGetActionKeysym.man
   vendor/X11R7.1/lib/libxt/man/XtGetApplicationNameAndClass.man
   vendor/X11R7.1/lib/libxt/man/XtGetApplicationResources.man
   vendor/X11R7.1/lib/libxt/man/XtGetSelectionTimeout.man
   vendor/X11R7.1/lib/libxt/man/XtGetSubresources.man
   vendor/X11R7.1/lib/libxt/man/XtInitialize.man
   vendor/X11R7.1/lib/libxt/man/XtInitializeWidgetClass.man
   vendor/X11R7.1/lib/libxt/man/XtInsertEventTypeHandler.man
   vendor/X11R7.1/lib/libxt/man/XtManageChildren.man
   vendor/X11R7.1/lib/libxt/man/XtOffset.man
   vendor/X11R7.1/lib/libxt/man/XtOwnSelection.man
   vendor/X11R7.1/lib/libxt/man/XtRegisterDrawable.man
   vendor/X11R7.1/lib/libxt/man/XtReservePropertyAtom.man
   vendor/X11R7.1/lib/libxt/man/XtSessionGetToken.man
   vendor/X11R7.1/lib/libxt/man/XtSetLanguageProc.man
   vendor/X11R7.1/lib/libxt/man/XtSetSelectionParameters.man
   vendor/X11R7.1/lib/libxt/man/XtSetValues.man
   vendor/X11R7.1/lib/libxt/man/XtSetWMColormapWindows.man
   vendor/X11R7.1/lib/libxt/missing
   vendor/X11R7.1/lib/libxt/src/Makefile.am
   vendor/X11R7.1/lib/libxt/src/Makefile.in
   vendor/X11R7.1/lib/libxt/src/SetWMCW.c
   vendor/X11R7.1/lib/libxt/util/Makefile.in
   vendor/X11R7.1/lib/libxt/util/makestrs.c
Log:
Vendor drop of libxt 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2441:2442 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



Processing of libice_1.0.1-1_i386.changes

2006-07-03 Thread Archive Administrator
libice_1.0.1-1_i386.changes uploaded successfully to localhost
along with the files:
  libice_1.0.1-1.dsc
  libice_1.0.1.orig.tar.gz
  libice_1.0.1-1.diff.gz
  libice6_1.0.1-1_i386.deb
  libice6-dbg_1.0.1-1_i386.deb
  libice-dev_1.0.1-1_i386.deb

Greetings,

Your Debian queue daemon


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



X Strike Force X.Org X11 SVN commit: r2441 - tags/lib/libsm

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 17:26:22 -0400 (Mon, 03 Jul 2006)
New Revision: 2441

Added:
   tags/lib/libsm/libsm-1:1.0.1-1/
Log:
Tag upload of libsm-1:1.0.1 to experimental


Copied: tags/lib/libsm/libsm-1:1.0.1-1 (from rev 2440, branches/7.1/lib/libsm)


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



X Strike Force X.Org X11 SVN commit: r2440 - branches/7.1/lib/libsm/debian

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 17:24:41 -0400 (Mon, 03 Jul 2006)
New Revision: 2440

Modified:
   branches/7.1/lib/libsm/debian/changelog
   branches/7.1/lib/libsm/debian/compat
   branches/7.1/lib/libsm/debian/control
   branches/7.1/lib/libsm/debian/libsm-dev.install
   branches/7.1/lib/libsm/debian/rules
Log:
* New upstream release
* Run dh_install with --list-missing
* Bump debhelper compat to 5
* Remove extra x11-common dep from -dev package
* Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
  of Debian and shut lintian up
* Bump standards version to 3.7.2.0
* Don't look to install manpages for -dev package, there aren't any

Modified: branches/7.1/lib/libsm/debian/changelog
===
--- branches/7.1/lib/libsm/debian/changelog 2006-07-03 21:05:35 UTC (rev 
2439)
+++ branches/7.1/lib/libsm/debian/changelog 2006-07-03 21:24:41 UTC (rev 
2440)
@@ -1,3 +1,16 @@
+libsm (1:1.0.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Run dh_install with --list-missing
+  * Bump debhelper compat to 5
+  * Remove extra x11-common dep from -dev package
+  * Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
+of Debian and shut lintian up
+  * Bump standards version to 3.7.2.0
+  * Don't look to install manpages for -dev package, there aren't any
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon,  3 Jul 2006 17:18:41 -0400
+
 libsm (1:1.0.0-4) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: branches/7.1/lib/libsm/debian/compat
===
--- branches/7.1/lib/libsm/debian/compat2006-07-03 21:05:35 UTC (rev 
2439)
+++ branches/7.1/lib/libsm/debian/compat2006-07-03 21:24:41 UTC (rev 
2440)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libsm/debian/control
===
--- branches/7.1/lib/libsm/debian/control   2006-07-03 21:05:35 UTC (rev 
2439)
+++ branches/7.1/lib/libsm/debian/control   2006-07-03 21:24:41 UTC (rev 
2440)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), pkg-config, x11proto-core-dev (>= 
6.8.99.15+cvs.20050722-1), xtrans-dev, libice-dev (>= 1:1.0.0-1)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), pkg-config, x11proto-core-dev (>= 
6.8.99.15+cvs.20050722-1), xtrans-dev, libice-dev (>= 1:1.0.0-1)
+Standards-Version: 3.7.2.0
 
 Package: libsm6
 Architecture: any
@@ -41,8 +41,8 @@
 
 Package: libsm-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libsm6 (= 
${Source-Version}), x11proto-core-dev, libice-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsm6 (= ${Source-Version}), 
x11proto-core-dev, libice-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Inter-Client Exchange library (development headers)
  This package provides the main interface to the X11 Session Management
  library, which allows for applications to both manage sessions, and make use

Modified: branches/7.1/lib/libsm/debian/libsm-dev.install
===
--- branches/7.1/lib/libsm/debian/libsm-dev.install 2006-07-03 21:05:35 UTC 
(rev 2439)
+++ branches/7.1/lib/libsm/debian/libsm-dev.install 2006-07-03 21:24:41 UTC 
(rev 2440)
@@ -1,5 +1,4 @@
 usr/include/X11/*
-usr/share/man/man3/*
 usr/lib/libSM.a
 usr/lib/libSM.so
 usr/lib/pkgconfig/sm.pc

Modified: branches/7.1/lib/libsm/debian/rules
===
--- branches/7.1/lib/libsm/debian/rules 2006-07-03 21:05:35 UTC (rev 2439)
+++ branches/7.1/lib/libsm/debian/rules 2006-07-03 21:24:41 UTC (rev 2440)
@@ -72,10 +72,10 @@
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp
+   dh_install --sourcedir=debian/tmp --list-missing
dh_installchangelogs
dh_link
-   dh_strip --dbg-package=$(PACKAGE)
+   dh_strip --dbg-package=$(PACKAGE)-dbg
dh_compress
dh_fixperms
dh_makeshlibs


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



libice override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libice-dev_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libice6-dbg_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libice6-dbg_1.0.1-1_i386.deb: package says priority is optional, override says 
extra.
libice6_1.0.1-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



libice_1.0.1-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libice-dev_1.0.1-1_i386.deb
  to pool/main/libi/libice/libice-dev_1.0.1-1_i386.deb
libice6-dbg_1.0.1-1_i386.deb
  to pool/main/libi/libice/libice6-dbg_1.0.1-1_i386.deb
libice6_1.0.1-1_i386.deb
  to pool/main/libi/libice/libice6_1.0.1-1_i386.deb
libice_1.0.1-1.diff.gz
  to pool/main/libi/libice/libice_1.0.1-1.diff.gz
libice_1.0.1-1.dsc
  to pool/main/libi/libice/libice_1.0.1-1.dsc
libice_1.0.1.orig.tar.gz
  to pool/main/libi/libice/libice_1.0.1.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



xtrans 1.0.0-6 MIGRATED to testing

2006-07-03 Thread Debian testing watch
FYI: The status of the xtrans source package
in Debian's testing distribution has changed.

  Previous version: 1.0.0-5
  Current version:  1.0.0-6

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



X Strike Force X.Org X11 SVN commit: r2439 - in branches/7.1/lib/libsm: . src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 17:05:35 -0400 (Mon, 03 Jul 2006)
New Revision: 2439

Modified:
   branches/7.1/lib/libsm/ChangeLog
   branches/7.1/lib/libsm/Makefile.in
   branches/7.1/lib/libsm/aclocal.m4
   branches/7.1/lib/libsm/config.sub
   branches/7.1/lib/libsm/configure
   branches/7.1/lib/libsm/configure.ac
   branches/7.1/lib/libsm/depcomp
   branches/7.1/lib/libsm/install-sh
   branches/7.1/lib/libsm/ltmain.sh
   branches/7.1/lib/libsm/missing
   branches/7.1/lib/libsm/src/Makefile.in
   branches/7.1/lib/libsm/src/sm_client.c
   branches/7.1/lib/libsm/src/sm_manager.c
Log:
Merge libsm 1.0.1 vendor drop to working dir for 7.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2438:2439 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2438 - in vendor/X11R7.1/lib/libsm: . src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 17:03:21 -0400 (Mon, 03 Jul 2006)
New Revision: 2438

Modified:
   vendor/X11R7.1/lib/libsm/ChangeLog
   vendor/X11R7.1/lib/libsm/Makefile.in
   vendor/X11R7.1/lib/libsm/aclocal.m4
   vendor/X11R7.1/lib/libsm/config.sub
   vendor/X11R7.1/lib/libsm/configure
   vendor/X11R7.1/lib/libsm/configure.ac
   vendor/X11R7.1/lib/libsm/depcomp
   vendor/X11R7.1/lib/libsm/install-sh
   vendor/X11R7.1/lib/libsm/ltmain.sh
   vendor/X11R7.1/lib/libsm/missing
   vendor/X11R7.1/lib/libsm/src/Makefile.in
   vendor/X11R7.1/lib/libsm/src/sm_client.c
   vendor/X11R7.1/lib/libsm/src/sm_manager.c
Log:
Vendor drop of libsm 1.0.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2437:2438 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2437 - tags/lib/libice

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:58:38 -0400 (Mon, 03 Jul 2006)
New Revision: 2437

Added:
   tags/lib/libice/libice-1:1.0.1-1/
Log:
Tag upload of libice-1:1.0.1-1 to experimental


Copied: tags/lib/libice/libice-1:1.0.1-1 (from rev 2436, 
branches/7.1/lib/libice)


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



Processing of libfontenc_1.0.2-1_i386.changes

2006-07-03 Thread Archive Administrator
libfontenc_1.0.2-1_i386.changes uploaded successfully to localhost
along with the files:
  libfontenc_1.0.2-1.dsc
  libfontenc_1.0.2.orig.tar.gz
  libfontenc_1.0.2-1.diff.gz
  libfontenc1_1.0.2-1_i386.deb
  libfontenc1-dbg_1.0.2-1_i386.deb
  libfontenc-dev_1.0.2-1_i386.deb

Greetings,

Your Debian queue daemon


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



X Strike Force X.Org X11 SVN commit: r2436 - branches/7.1/lib/libice/debian

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:56:38 -0400 (Mon, 03 Jul 2006)
New Revision: 2436

Modified:
   branches/7.1/lib/libice/debian/changelog
   branches/7.1/lib/libice/debian/compat
   branches/7.1/lib/libice/debian/control
   branches/7.1/lib/libice/debian/libice-dev.install
   branches/7.1/lib/libice/debian/rules
Log:
* New upstream release
* Run dh_install with --list-missing
* Bump debhelper compat to 5
* Remove extra x11-common dep in -dev package
* Version x11-common pre-dep in -dev package to use 1:7.0.0 to match the
  rest of Debian and shut lintian up
* Bump build-dep version on xtrans-dev to 1.0.1-1 to make sure we get the
  security fix
* Bump standards version to 3.7.2.0
* Don't look to install manpages for the -dev package, there aren't any

Modified: branches/7.1/lib/libice/debian/changelog
===
--- branches/7.1/lib/libice/debian/changelog2006-07-03 20:46:49 UTC (rev 
2435)
+++ branches/7.1/lib/libice/debian/changelog2006-07-03 20:56:38 UTC (rev 
2436)
@@ -1,3 +1,18 @@
+libice (1:1.0.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Run dh_install with --list-missing
+  * Bump debhelper compat to 5
+  * Remove extra x11-common dep in -dev package
+  * Version x11-common pre-dep in -dev package to use 1:7.0.0 to match the
+rest of Debian and shut lintian up
+  * Bump build-dep version on xtrans-dev to 1.0.1-1 to make sure we get the
+security fix
+  * Bump standards version to 3.7.2.0
+  * Don't look to install manpages for the -dev package, there aren't any
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon,  3 Jul 2006 16:54:13 -0400
+
 libice (1:1.0.0-3) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: branches/7.1/lib/libice/debian/compat
===
--- branches/7.1/lib/libice/debian/compat   2006-07-03 20:46:49 UTC (rev 
2435)
+++ branches/7.1/lib/libice/debian/compat   2006-07-03 20:56:38 UTC (rev 
2436)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libice/debian/control
===
--- branches/7.1/lib/libice/debian/control  2006-07-03 20:46:49 UTC (rev 
2435)
+++ branches/7.1/lib/libice/debian/control  2006-07-03 20:56:38 UTC (rev 
2436)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), quilt, pkg-config, x11proto-core-dev, 
xtrans-dev (>= 0.2+cvs.20050530-1)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), quilt, pkg-config, x11proto-core-dev, 
xtrans-dev (>= 1.0.1-1)
+Standards-Version: 3.7.2.0
 
 Package: libice6
 Architecture: any
@@ -39,8 +39,8 @@
 
 Package: libice-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libice6 (= 
${Source-Version}), x11proto-core-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libice6 (= ${Source-Version}), 
x11proto-core-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Inter-Client Exchange library (development headers)
  This package provides the main interface to the X11 Inter-Client Exchange
  library, which allows for communciation of data between X clients.

Modified: branches/7.1/lib/libice/debian/libice-dev.install
===
--- branches/7.1/lib/libice/debian/libice-dev.install   2006-07-03 20:46:49 UTC 
(rev 2435)
+++ branches/7.1/lib/libice/debian/libice-dev.install   2006-07-03 20:56:38 UTC 
(rev 2436)
@@ -1,5 +1,4 @@
 usr/include/X11/*
-usr/share/man/man3/*
 usr/lib/libICE.a
 usr/lib/libICE.so
 usr/lib/pkgconfig/ice.pc

Modified: branches/7.1/lib/libice/debian/rules
===
--- branches/7.1/lib/libice/debian/rules2006-07-03 20:46:49 UTC (rev 
2435)
+++ branches/7.1/lib/libice/debian/rules2006-07-03 20:56:38 UTC (rev 
2436)
@@ -71,10 +71,10 @@
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp
+   dh_install --sourcedir=debian/tmp --list-missing
dh_installchangelogs
dh_link
-   dh_strip --dbg-package=$(PACKAGE)
+   dh_strip --dbg-package=$(PACKAGE)-dbg
dh_compress
dh_fixperms
dh_makeshlibs


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



libfontenc override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libfontenc1-dbg_1.0.2-1_i386.deb: package says priority is optional, override 
says extra.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



libfontenc_1.0.2-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libfontenc-dev_1.0.2-1_i386.deb
  to pool/main/libf/libfontenc/libfontenc-dev_1.0.2-1_i386.deb
libfontenc1-dbg_1.0.2-1_i386.deb
  to pool/main/libf/libfontenc/libfontenc1-dbg_1.0.2-1_i386.deb
libfontenc1_1.0.2-1_i386.deb
  to pool/main/libf/libfontenc/libfontenc1_1.0.2-1_i386.deb
libfontenc_1.0.2-1.diff.gz
  to pool/main/libf/libfontenc/libfontenc_1.0.2-1.diff.gz
libfontenc_1.0.2-1.dsc
  to pool/main/libf/libfontenc/libfontenc_1.0.2-1.dsc
libfontenc_1.0.2.orig.tar.gz
  to pool/main/libf/libfontenc/libfontenc_1.0.2.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



X Strike Force X.Org X11 SVN commit: r2435 - in branches/7.1/lib/libice: . src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:46:49 -0400 (Mon, 03 Jul 2006)
New Revision: 2435

Modified:
   branches/7.1/lib/libice/ChangeLog
   branches/7.1/lib/libice/Makefile.in
   branches/7.1/lib/libice/aclocal.m4
   branches/7.1/lib/libice/config.sub
   branches/7.1/lib/libice/configure
   branches/7.1/lib/libice/configure.ac
   branches/7.1/lib/libice/depcomp
   branches/7.1/lib/libice/install-sh
   branches/7.1/lib/libice/ltmain.sh
   branches/7.1/lib/libice/missing
   branches/7.1/lib/libice/src/Makefile.in
   branches/7.1/lib/libice/src/authutil.c
   branches/7.1/lib/libice/src/error.c
   branches/7.1/lib/libice/src/icetrans.c
Log:
Merge libice 1.0.1 vendor branch to working branch for 7.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2434:2435 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2434 - in vendor/X11R7.1/lib/libice: . src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:44:51 -0400 (Mon, 03 Jul 2006)
New Revision: 2434

Modified:
   vendor/X11R7.1/lib/libice/ChangeLog
   vendor/X11R7.1/lib/libice/Makefile.in
   vendor/X11R7.1/lib/libice/aclocal.m4
   vendor/X11R7.1/lib/libice/config.sub
   vendor/X11R7.1/lib/libice/configure
   vendor/X11R7.1/lib/libice/configure.ac
   vendor/X11R7.1/lib/libice/depcomp
   vendor/X11R7.1/lib/libice/install-sh
   vendor/X11R7.1/lib/libice/ltmain.sh
   vendor/X11R7.1/lib/libice/missing
   vendor/X11R7.1/lib/libice/src/Makefile.in
   vendor/X11R7.1/lib/libice/src/authutil.c
   vendor/X11R7.1/lib/libice/src/error.c
   vendor/X11R7.1/lib/libice/src/icetrans.c
Log:
Vendor drop of libice 1.0.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2433:2434 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



libdmx override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libdmx-dev_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libdmx1-dbg_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libdmx1-dbg_1.0.2-1_i386.deb: package says priority is optional, override says 
extra.
libdmx1_1.0.2-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



libdmx_1.0.2-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libdmx-dev_1.0.2-1_i386.deb
  to pool/main/libd/libdmx/libdmx-dev_1.0.2-1_i386.deb
libdmx1-dbg_1.0.2-1_i386.deb
  to pool/main/libd/libdmx/libdmx1-dbg_1.0.2-1_i386.deb
libdmx1_1.0.2-1_i386.deb
  to pool/main/libd/libdmx/libdmx1_1.0.2-1_i386.deb
libdmx_1.0.2-1.diff.gz
  to pool/main/libd/libdmx/libdmx_1.0.2-1.diff.gz
libdmx_1.0.2-1.dsc
  to pool/main/libd/libdmx/libdmx_1.0.2-1.dsc
libdmx_1.0.2.orig.tar.gz
  to pool/main/libd/libdmx/libdmx_1.0.2.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



X Strike Force X.Org X11 SVN commit: r2433 - tags/lib/libfontenc

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:38:07 -0400 (Mon, 03 Jul 2006)
New Revision: 2433

Added:
   tags/lib/libfontenc/libfontenc-1:1.0.2-1/
Log:
Tag upload of libfontenc-1:1.0.2-1 to experimental


Copied: tags/lib/libfontenc/libfontenc-1:1.0.2-1 (from rev 2432, 
branches/7.1/lib/libfontenc)


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



Processing of libdmx_1.0.2-1_i386.changes

2006-07-03 Thread Archive Administrator
libdmx_1.0.2-1_i386.changes uploaded successfully to localhost
along with the files:
  libdmx_1.0.2-1.dsc
  libdmx_1.0.2.orig.tar.gz
  libdmx_1.0.2-1.diff.gz
  libdmx1_1.0.2-1_i386.deb
  libdmx1-dbg_1.0.2-1_i386.deb
  libdmx-dev_1.0.2-1_i386.deb

Greetings,

Your Debian queue daemon


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



X Strike Force X.Org X11 SVN commit: r2432 - branches/7.1/lib/libfontenc/debian

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:35:01 -0400 (Mon, 03 Jul 2006)
New Revision: 2432

Modified:
   branches/7.1/lib/libfontenc/debian/changelog
   branches/7.1/lib/libfontenc/debian/compat
   branches/7.1/lib/libfontenc/debian/control
   branches/7.1/lib/libfontenc/debian/rules
Log:
* New upstream release
* Bump debhelper compat to 5
* Remove extra dep on x11-common from -dev package
* Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
  of Debian and shut lintian up
* Bump standards version to 3.7.2.0

Modified: branches/7.1/lib/libfontenc/debian/changelog
===
--- branches/7.1/lib/libfontenc/debian/changelog2006-07-03 20:24:39 UTC 
(rev 2431)
+++ branches/7.1/lib/libfontenc/debian/changelog2006-07-03 20:35:01 UTC 
(rev 2432)
@@ -1,3 +1,14 @@
+libfontenc (1:1.0.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Bump debhelper compat to 5
+  * Remove extra dep on x11-common from -dev package
+  * Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
+of Debian and shut lintian up
+  * Bump standards version to 3.7.2.0
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon,  3 Jul 2006 16:32:31 -0400
+
 libfontenc (1:1.0.1-6) unstable; urgency=low
 
   [ David Martínez Moreno ]

Modified: branches/7.1/lib/libfontenc/debian/compat
===
--- branches/7.1/lib/libfontenc/debian/compat   2006-07-03 20:24:39 UTC (rev 
2431)
+++ branches/7.1/lib/libfontenc/debian/compat   2006-07-03 20:35:01 UTC (rev 
2432)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libfontenc/debian/control
===
--- branches/7.1/lib/libfontenc/debian/control  2006-07-03 20:24:39 UTC (rev 
2431)
+++ branches/7.1/lib/libfontenc/debian/control  2006-07-03 20:35:01 UTC (rev 
2432)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), x11proto-core-dev (>= 
6.8.99.15+cvs.20050722-1), zlib1g-dev, pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), x11proto-core-dev (>= 
6.8.99.15+cvs.20050722-1), zlib1g-dev, pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libfontenc1
 Architecture: any
@@ -39,8 +39,8 @@
 
 Package: libfontenc-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libfontenc1 (= 
${Source-Version}), zlib1g-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfontenc1 (= 
${Source-Version}), zlib1g-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 font encoding library (development headers)
  libfontenc is a library which helps font libraries portably determine
  and deal with different encodings of fonts.

Modified: branches/7.1/lib/libfontenc/debian/rules
===
--- branches/7.1/lib/libfontenc/debian/rules2006-07-03 20:24:39 UTC (rev 
2431)
+++ branches/7.1/lib/libfontenc/debian/rules2006-07-03 20:35:01 UTC (rev 
2432)
@@ -76,7 +76,7 @@
dh_install --sourcedir=debian/tmp --list-missing
dh_installchangelogs
dh_link
-   dh_strip --dbg-package=$(PACKAGE)
+   dh_strip --dbg-package=$(PACKAGE)-dbg
dh_compress
dh_fixperms
dh_makeshlibs


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



X Strike Force X.Org X11 SVN commit: r2431 - in branches/7.1/lib/libfontenc: . src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:24:39 -0400 (Mon, 03 Jul 2006)
New Revision: 2431

Modified:
   branches/7.1/lib/libfontenc/ChangeLog
   branches/7.1/lib/libfontenc/Makefile.in
   branches/7.1/lib/libfontenc/aclocal.m4
   branches/7.1/lib/libfontenc/config.sub
   branches/7.1/lib/libfontenc/configure
   branches/7.1/lib/libfontenc/configure.ac
   branches/7.1/lib/libfontenc/depcomp
   branches/7.1/lib/libfontenc/install-sh
   branches/7.1/lib/libfontenc/ltmain.sh
   branches/7.1/lib/libfontenc/missing
   branches/7.1/lib/libfontenc/src/Makefile.in
   branches/7.1/lib/libfontenc/src/encparse.c
   branches/7.1/lib/libfontenc/src/fontenc.c
Log:
Merge libfontenc 1.0.2 to working dir

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2430:2431 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2430 - in vendor/X11R7.1/lib/libfontenc: . src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:21:31 -0400 (Mon, 03 Jul 2006)
New Revision: 2430

Modified:
   vendor/X11R7.1/lib/libfontenc/ChangeLog
   vendor/X11R7.1/lib/libfontenc/Makefile.in
   vendor/X11R7.1/lib/libfontenc/aclocal.m4
   vendor/X11R7.1/lib/libfontenc/config.sub
   vendor/X11R7.1/lib/libfontenc/configure
   vendor/X11R7.1/lib/libfontenc/configure.ac
   vendor/X11R7.1/lib/libfontenc/depcomp
   vendor/X11R7.1/lib/libfontenc/install-sh
   vendor/X11R7.1/lib/libfontenc/ltmain.sh
   vendor/X11R7.1/lib/libfontenc/missing
   vendor/X11R7.1/lib/libfontenc/src/Makefile.in
   vendor/X11R7.1/lib/libfontenc/src/encparse.c
   vendor/X11R7.1/lib/libfontenc/src/fontenc.c
Log:
Vendor drop of libfontenc 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2429:2430 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2429 - tags/lib/libdmx

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:15:50 -0400 (Mon, 03 Jul 2006)
New Revision: 2429

Added:
   tags/lib/libdmx/libdmx-1:1.0.2-1/
Log:
Tag upload of libdmx-1:1.0.2-1 to experimental


Copied: tags/lib/libdmx/libdmx-1:1.0.2-1 (from rev 2428, 
branches/7.1/lib/libdmx)


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



X Strike Force X.Org X11 SVN commit: r2428 - branches/7.1/lib/libdmx/debian

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:14:04 -0400 (Mon, 03 Jul 2006)
New Revision: 2428

Modified:
   branches/7.1/lib/libdmx/debian/changelog
   branches/7.1/lib/libdmx/debian/compat
   branches/7.1/lib/libdmx/debian/control
   branches/7.1/lib/libdmx/debian/libdmx-dev.install
   branches/7.1/lib/libdmx/debian/rules
Log:
* New upstream release
* Bump debhelper compat to 5
* Remove extra dependency on x11-common in -dev package
* Bump standards version to 3.7.2.0
* Run dh_install with --list-missing
* Don't try and install header files for -dev package anymore, they're not
  there

Modified: branches/7.1/lib/libdmx/debian/changelog
===
--- branches/7.1/lib/libdmx/debian/changelog2006-07-03 20:01:11 UTC (rev 
2427)
+++ branches/7.1/lib/libdmx/debian/changelog2006-07-03 20:14:04 UTC (rev 
2428)
@@ -1,3 +1,15 @@
+libdmx (1:1.0.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Bump debhelper compat to 5
+  * Remove extra dependency on x11-common in -dev package
+  * Bump standards version to 3.7.2.0
+  * Run dh_install with --list-missing
+  * Don't try and install header files for -dev package anymore, they're not
+there
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon,  3 Jul 2006 16:08:36 -0400
+
 libdmx (1:1.0.1-3) unstable; urgency=low
 
   * Version pre-depends on x11-common properly. Thanks Josh Triplett.

Modified: branches/7.1/lib/libdmx/debian/compat
===
--- branches/7.1/lib/libdmx/debian/compat   2006-07-03 20:01:11 UTC (rev 
2427)
+++ branches/7.1/lib/libdmx/debian/compat   2006-07-03 20:14:04 UTC (rev 
2428)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libdmx/debian/control
===
--- branches/7.1/lib/libdmx/debian/control  2006-07-03 20:01:11 UTC (rev 
2427)
+++ branches/7.1/lib/libdmx/debian/control  2006-07-03 20:14:04 UTC (rev 
2428)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), 
x11proto-dmx-dev, libxext-dev (>= 1:0.99.1-1), pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), 
x11proto-dmx-dev, libxext-dev (>= 1:0.99.1-1), pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libdmx1
 Architecture: any
@@ -52,7 +52,7 @@
 
 Package: libdmx-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libdmx1 (= 
${Source-Version}), libx11-dev, x11proto-dmx-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libdmx1 (= ${Source-Version}), 
libx11-dev, x11proto-dmx-dev
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Distributed Multihead extension library (development headers)
  libdmx is an interface to the DMX extension for X, which allows a single

Modified: branches/7.1/lib/libdmx/debian/libdmx-dev.install
===
--- branches/7.1/lib/libdmx/debian/libdmx-dev.install   2006-07-03 20:01:11 UTC 
(rev 2427)
+++ branches/7.1/lib/libdmx/debian/libdmx-dev.install   2006-07-03 20:14:04 UTC 
(rev 2428)
@@ -1,4 +1,3 @@
-usr/include/X11/*
 usr/share/man/*
 usr/lib/libdmx.a
 usr/lib/libdmx.so

Modified: branches/7.1/lib/libdmx/debian/rules
===
--- branches/7.1/lib/libdmx/debian/rules2006-07-03 20:01:11 UTC (rev 
2427)
+++ branches/7.1/lib/libdmx/debian/rules2006-07-03 20:14:04 UTC (rev 
2428)
@@ -72,10 +72,10 @@
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp
+   dh_install --sourcedir=debian/tmp --list-missing
dh_installchangelogs
dh_link
-   dh_strip --dbg-package=$(PACKAGE)
+   dh_strip --dbg-package=$(PACKAGE)-dbg
dh_compress
dh_fixperms
dh_makeshlibs


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



Processing of libxext_1.0.1-1_i386.changes

2006-07-03 Thread Archive Administrator
libxext_1.0.1-1_i386.changes uploaded successfully to localhost
along with the files:
  libxext_1.0.1-1.dsc
  libxext_1.0.1.orig.tar.gz
  libxext_1.0.1-1.diff.gz
  libxext6_1.0.1-1_i386.deb
  libxext6-dbg_1.0.1-1_i386.deb
  libxext-dev_1.0.1-1_i386.deb

Greetings,

Your Debian queue daemon


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



libxext_1.0.1-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libxext-dev_1.0.1-1_i386.deb
  to pool/main/libx/libxext/libxext-dev_1.0.1-1_i386.deb
libxext6-dbg_1.0.1-1_i386.deb
  to pool/main/libx/libxext/libxext6-dbg_1.0.1-1_i386.deb
libxext6_1.0.1-1_i386.deb
  to pool/main/libx/libxext/libxext6_1.0.1-1_i386.deb
libxext_1.0.1-1.diff.gz
  to pool/main/libx/libxext/libxext_1.0.1-1.diff.gz
libxext_1.0.1-1.dsc
  to pool/main/libx/libxext/libxext_1.0.1-1.dsc
libxext_1.0.1.orig.tar.gz
  to pool/main/libx/libxext/libxext_1.0.1.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



libxext override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libxext-dev_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libxext6-dbg_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libxext6-dbg_1.0.1-1_i386.deb: package says priority is optional, override says 
extra.
libxext6_1.0.1-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



X Strike Force X.Org X11 SVN commit: r2427 - in branches/7.1/lib/libdmx: . man src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 16:01:11 -0400 (Mon, 03 Jul 2006)
New Revision: 2427

Modified:
   branches/7.1/lib/libdmx/ChangeLog
   branches/7.1/lib/libdmx/Makefile.in
   branches/7.1/lib/libdmx/aclocal.m4
   branches/7.1/lib/libdmx/config.sub
   branches/7.1/lib/libdmx/configure
   branches/7.1/lib/libdmx/configure.ac
   branches/7.1/lib/libdmx/depcomp
   branches/7.1/lib/libdmx/install-sh
   branches/7.1/lib/libdmx/ltmain.sh
   branches/7.1/lib/libdmx/man/Makefile.in
   branches/7.1/lib/libdmx/missing
   branches/7.1/lib/libdmx/src/Makefile.in
   branches/7.1/lib/libdmx/src/dmx.c
Log:
Merge vendor drop of libdmx 1.0.2 to 7.1 working branch

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2426:2427 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2426 - in vendor/X11R7.1/lib/libdmx: . man src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 15:56:04 -0400 (Mon, 03 Jul 2006)
New Revision: 2426

Modified:
   vendor/X11R7.1/lib/libdmx/ChangeLog
   vendor/X11R7.1/lib/libdmx/Makefile.in
   vendor/X11R7.1/lib/libdmx/aclocal.m4
   vendor/X11R7.1/lib/libdmx/config.sub
   vendor/X11R7.1/lib/libdmx/configure
   vendor/X11R7.1/lib/libdmx/configure.ac
   vendor/X11R7.1/lib/libdmx/depcomp
   vendor/X11R7.1/lib/libdmx/install-sh
   vendor/X11R7.1/lib/libdmx/ltmain.sh
   vendor/X11R7.1/lib/libdmx/man/Makefile.in
   vendor/X11R7.1/lib/libdmx/missing
   vendor/X11R7.1/lib/libdmx/src/Makefile.in
   vendor/X11R7.1/lib/libdmx/src/dmx.c
Log:
Vendor drop of libdmx 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2425:2426 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2425 - tags/lib/libxext

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 15:53:43 -0400 (Mon, 03 Jul 2006)
New Revision: 2425

Added:
   tags/lib/libxext/libxext-1:1.0.1-1/
Log:
Tag upload of libxext-1:1.0.1-1 to experimental


Copied: tags/lib/libxext/libxext-1:1.0.1-1 (from rev 2424, 
branches/7.1/lib/libxext)


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



X Strike Force X.Org X11 SVN commit: r2424 - in branches/7.1/lib/libxext: . debian debian/patches man src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 15:43:01 -0400 (Mon, 03 Jul 2006)
New Revision: 2424

Removed:
   branches/7.1/lib/libxext/debian/patches/01_manpage_location.diff
Modified:
   branches/7.1/lib/libxext/Makefile.in
   branches/7.1/lib/libxext/aclocal.m4
   branches/7.1/lib/libxext/configure
   branches/7.1/lib/libxext/debian/changelog
   branches/7.1/lib/libxext/debian/compat
   branches/7.1/lib/libxext/debian/control
   branches/7.1/lib/libxext/debian/libxext-dev.install
   branches/7.1/lib/libxext/debian/patches/series
   branches/7.1/lib/libxext/debian/rules
   branches/7.1/lib/libxext/man/Makefile.in
   branches/7.1/lib/libxext/src/Makefile.in
Log:
* New upstream release
* Run dh_install with --list-missing
* Bump debhelper compat to 5
* Update manpage location patch to be a lot simpler
* Don't try to install headers, as they aren't included
* Remove extra dependency on x11-common in libxext-dev
* Version libxext-dev's pre-dep on x11-common to be >= 1:7.0.0 to match the
  rest of Debian and shut up lintian
* Re-wrap description of libxext-dev so that it's not too long on any one
  line
* Update standards version to 3.7.2.0

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2423:2424 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2423 - in branches/7.1/lib/libxext: . man src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 15:20:31 -0400 (Mon, 03 Jul 2006)
New Revision: 2423

Modified:
   branches/7.1/lib/libxext/ChangeLog
   branches/7.1/lib/libxext/Makefile.in
   branches/7.1/lib/libxext/aclocal.m4
   branches/7.1/lib/libxext/config.sub
   branches/7.1/lib/libxext/configure
   branches/7.1/lib/libxext/configure.ac
   branches/7.1/lib/libxext/depcomp
   branches/7.1/lib/libxext/install-sh
   branches/7.1/lib/libxext/ltmain.sh
   branches/7.1/lib/libxext/man/DPMSCapable.man
   branches/7.1/lib/libxext/man/DPMSDisable.man
   branches/7.1/lib/libxext/man/DPMSEnable.man
   branches/7.1/lib/libxext/man/DPMSForceLevel.man
   branches/7.1/lib/libxext/man/DPMSGetTimeouts.man
   branches/7.1/lib/libxext/man/DPMSGetVersion.man
   branches/7.1/lib/libxext/man/DPMSInfo.man
   branches/7.1/lib/libxext/man/DPMSQueryExtension.man
   branches/7.1/lib/libxext/man/DPMSSetTimeouts.man
   branches/7.1/lib/libxext/man/Makefile.am
   branches/7.1/lib/libxext/man/Makefile.in
   branches/7.1/lib/libxext/man/XShape.man
   branches/7.1/lib/libxext/man/XcupGetReservedColormapEntries.man
   branches/7.1/lib/libxext/man/XcupQueryVersion.man
   branches/7.1/lib/libxext/man/XcupStoreColors.man
   branches/7.1/lib/libxext/man/Xmbuf.man
   branches/7.1/lib/libxext/missing
   branches/7.1/lib/libxext/src/Makefile.in
   branches/7.1/lib/libxext/src/XEVI.c
   branches/7.1/lib/libxext/src/XShm.c
   branches/7.1/lib/libxext/src/Xdbe.c
Log:
Merge libxext 1.0.1 vendor drop to working branch for 7.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2422:2423 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2422 - in vendor/X11R7.1/lib/libxext: . man src

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 15:18:18 -0400 (Mon, 03 Jul 2006)
New Revision: 2422

Modified:
   vendor/X11R7.1/lib/libxext/ChangeLog
   vendor/X11R7.1/lib/libxext/Makefile.in
   vendor/X11R7.1/lib/libxext/aclocal.m4
   vendor/X11R7.1/lib/libxext/config.sub
   vendor/X11R7.1/lib/libxext/configure
   vendor/X11R7.1/lib/libxext/configure.ac
   vendor/X11R7.1/lib/libxext/depcomp
   vendor/X11R7.1/lib/libxext/install-sh
   vendor/X11R7.1/lib/libxext/ltmain.sh
   vendor/X11R7.1/lib/libxext/man/DPMSCapable.man
   vendor/X11R7.1/lib/libxext/man/DPMSDisable.man
   vendor/X11R7.1/lib/libxext/man/DPMSEnable.man
   vendor/X11R7.1/lib/libxext/man/DPMSForceLevel.man
   vendor/X11R7.1/lib/libxext/man/DPMSGetTimeouts.man
   vendor/X11R7.1/lib/libxext/man/DPMSGetVersion.man
   vendor/X11R7.1/lib/libxext/man/DPMSInfo.man
   vendor/X11R7.1/lib/libxext/man/DPMSQueryExtension.man
   vendor/X11R7.1/lib/libxext/man/DPMSSetTimeouts.man
   vendor/X11R7.1/lib/libxext/man/Makefile.am
   vendor/X11R7.1/lib/libxext/man/Makefile.in
   vendor/X11R7.1/lib/libxext/man/XShape.man
   vendor/X11R7.1/lib/libxext/man/XcupGetReservedColormapEntries.man
   vendor/X11R7.1/lib/libxext/man/XcupQueryVersion.man
   vendor/X11R7.1/lib/libxext/man/XcupStoreColors.man
   vendor/X11R7.1/lib/libxext/man/Xmbuf.man
   vendor/X11R7.1/lib/libxext/missing
   vendor/X11R7.1/lib/libxext/src/Makefile.in
   vendor/X11R7.1/lib/libxext/src/XEVI.c
   vendor/X11R7.1/lib/libxext/src/XShm.c
   vendor/X11R7.1/lib/libxext/src/Xdbe.c
Log:
Vendor drop of libxext 1.0.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2421:2422 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



libx11 1.0.3 and nls patches

2006-07-03 Thread David Nusinow
Hi everyone,

   This mail is primarily for Denis, but anyone who knows more about the
localization aspects of libx11 than I do (which is just about everyone)
should feel free to weigh in. We've got a lot of very heavyweight patches
to libx11 that we're carrying around. I can push them to upstream so we
don't have to maintain them ourselves, but they need to be updated so they
apply cleanly. 

   Many of them are fairly old and I don't know if they're obsolete or what. 
Denis, if you could have a look at the patches in branches/7.1/libx11/debian/
patches and let me know which can be tossed and which need updating, that'd
be great. If you could possibly update them so I can push them too, that'd
be fantastic. I can update them myself, but I really don't know much about
the locale stuff, and several of the changes to the upstream data files
make me uneasy about simply porting the patches. If you're busy, a push off
in the right direction would be very helpful too.

 - David Nusinow


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



Bug#372077: Scary message on new installations

2006-07-03 Thread Geert Stappers
On Mon, Jul 03, 2006 at 01:19:59PM -0400, David Nusinow wrote:
> On Mon, Jul 03, 2006 at 10:03:25AM +0200, Wouter Verhelst wrote:
> > 
> > IME, it only lists NEWS.Debian files on upgrades...
> 
> Mine as well. I had a ton of clueless users early on in the transition to
> 7.0 because I had documented things in NEWS.Debian, which they were never
> shown because the package was new. I don't want to go down that road again.
> 
>  - David Nusinow

Now in #372077 also.

hth
gst


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



X Strike Force X.Org X11 SVN commit: r2420 - in branches/7.1/lib/libx11: . include include/X11 man modules modules/im modules/im/ximcp modules/lc modules/lc/Utf8 modules/lc/def modules/lc/gen modules/

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 14:13:04 -0400 (Mon, 03 Jul 2006)
New Revision: 2420

Removed:
   branches/7.1/lib/libx11/nls/ru_RU.UTF-8/
Modified:
   branches/7.1/lib/libx11/ChangeLog
   branches/7.1/lib/libx11/Makefile.am
   branches/7.1/lib/libx11/Makefile.in
   branches/7.1/lib/libx11/aclocal.m4
   branches/7.1/lib/libx11/compile
   branches/7.1/lib/libx11/config.guess
   branches/7.1/lib/libx11/config.sub
   branches/7.1/lib/libx11/configure
   branches/7.1/lib/libx11/configure.ac
   branches/7.1/lib/libx11/depcomp
   branches/7.1/lib/libx11/include/Makefile.in
   branches/7.1/lib/libx11/include/X11/Xlib.h
   branches/7.1/lib/libx11/include/X11/XlibConf.h
   branches/7.1/lib/libx11/include/X11/XlibConf.h.in
   branches/7.1/lib/libx11/include/X11/Xlibint.h
   branches/7.1/lib/libx11/include/X11/Xutil.h
   branches/7.1/lib/libx11/install-sh
   branches/7.1/lib/libx11/ltmain.sh
   branches/7.1/lib/libx11/man/IsCursorKey.man
   branches/7.1/lib/libx11/man/Makefile.am
   branches/7.1/lib/libx11/man/Makefile.in
   branches/7.1/lib/libx11/man/XAddHost.man
   branches/7.1/lib/libx11/man/XAllocSizeHints.man
   branches/7.1/lib/libx11/man/XAllocStandardColormap.man
   branches/7.1/lib/libx11/man/XAllocWMHints.man
   branches/7.1/lib/libx11/man/XAnyEvent.man
   branches/7.1/lib/libx11/man/XButtonEvent.man
   branches/7.1/lib/libx11/man/XChangeKeyboardControl.man
   branches/7.1/lib/libx11/man/XChangeKeyboardMapping.man
   branches/7.1/lib/libx11/man/XCirculateEvent.man
   branches/7.1/lib/libx11/man/XCirculateRequestEvent.man
   branches/7.1/lib/libx11/man/XClientMessageEvent.man
   branches/7.1/lib/libx11/man/XColormapEvent.man
   branches/7.1/lib/libx11/man/XConfigureEvent.man
   branches/7.1/lib/libx11/man/XConfigureRequestEvent.man
   branches/7.1/lib/libx11/man/XConfigureWindow.man
   branches/7.1/lib/libx11/man/XCreateColormap.man
   branches/7.1/lib/libx11/man/XCreateGC.man
   branches/7.1/lib/libx11/man/XCreateWindow.man
   branches/7.1/lib/libx11/man/XCreateWindowEvent.man
   branches/7.1/lib/libx11/man/XCrossingEvent.man
   branches/7.1/lib/libx11/man/XDestroyWindowEvent.man
   branches/7.1/lib/libx11/man/XDrawArc.man
   branches/7.1/lib/libx11/man/XDrawText.man
   branches/7.1/lib/libx11/man/XErrorEvent.man
   branches/7.1/lib/libx11/man/XExposeEvent.man
   branches/7.1/lib/libx11/man/XFocusChangeEvent.man
   branches/7.1/lib/libx11/man/XFontSetExtents.man
   branches/7.1/lib/libx11/man/XGetVisualInfo.man
   branches/7.1/lib/libx11/man/XGetWindowAttributes.man
   branches/7.1/lib/libx11/man/XGraphicsExposeEvent.man
   branches/7.1/lib/libx11/man/XGravityEvent.man
   branches/7.1/lib/libx11/man/XKeymapEvent.man
   branches/7.1/lib/libx11/man/XLoadFont.man
   branches/7.1/lib/libx11/man/XMapEvent.man
   branches/7.1/lib/libx11/man/XMapRequestEvent.man
   branches/7.1/lib/libx11/man/XPropertyEvent.man
   branches/7.1/lib/libx11/man/XPutImage.man
   branches/7.1/lib/libx11/man/XReparentEvent.man
   branches/7.1/lib/libx11/man/XResizeRequestEvent.man
   branches/7.1/lib/libx11/man/XSelectionClearEvent.man
   branches/7.1/lib/libx11/man/XSelectionEvent.man
   branches/7.1/lib/libx11/man/XSelectionRequestEvent.man
   branches/7.1/lib/libx11/man/XStringListToTextProperty.man
   branches/7.1/lib/libx11/man/XSupportsLocale.man
   branches/7.1/lib/libx11/man/XUnmapEvent.man
   branches/7.1/lib/libx11/man/XVisibilityEvent.man
   branches/7.1/lib/libx11/man/XcmsColor.man
   branches/7.1/lib/libx11/man/XmbDrawText.man
   branches/7.1/lib/libx11/man/XmbTextListToTextProperty.man
   branches/7.1/lib/libx11/man/XrmInitialize.man
   branches/7.1/lib/libx11/missing
   branches/7.1/lib/libx11/modules/Makefile.in
   branches/7.1/lib/libx11/modules/im/Makefile.in
   branches/7.1/lib/libx11/modules/im/ximcp/Makefile.am
   branches/7.1/lib/libx11/modules/im/ximcp/Makefile.in
   branches/7.1/lib/libx11/modules/im/ximcp/imDefIm.c
   branches/7.1/lib/libx11/modules/im/ximcp/imLcFlt.c
   branches/7.1/lib/libx11/modules/im/ximcp/imLcIc.c
   branches/7.1/lib/libx11/modules/im/ximcp/imLcIm.c
   branches/7.1/lib/libx11/modules/im/ximcp/imLcLkup.c
   branches/7.1/lib/libx11/modules/im/ximcp/imLcPrs.c
   branches/7.1/lib/libx11/modules/im/ximcp/imRm.c
   branches/7.1/lib/libx11/modules/im/ximcp/imThaiFlt.c
   branches/7.1/lib/libx11/modules/im/ximcp/imThaiIc.c
   branches/7.1/lib/libx11/modules/lc/Makefile.in
   branches/7.1/lib/libx11/modules/lc/Utf8/Makefile.am
   branches/7.1/lib/libx11/modules/lc/Utf8/Makefile.in
   branches/7.1/lib/libx11/modules/lc/def/Makefile.am
   branches/7.1/lib/libx11/modules/lc/def/Makefile.in
   branches/7.1/lib/libx11/modules/lc/gen/Makefile.am
   branches/7.1/lib/libx11/modules/lc/gen/Makefile.in
   branches/7.1/lib/libx11/modules/lc/xlocale/Makefile.am
   branches/7.1/lib/libx11/modules/lc/xlocale/Makefile.in
   branches/7.1/lib/libx11/modules/om/Makefile.in
   branches/7.1/lib/libx11/modules/om/generic/Makefile.am
   branches/7.1/lib/libx11/modules/om/generic/Makefile.in
   branches/7.1/lib/libx11

X Strike Force X.Org X11 SVN commit: r2419 - in vendor/X11R7.1/lib/libx11: . include include/X11 man modules modules/im modules/im/ximcp modules/lc modules/lc/Utf8 modules/lc/def modules/lc/gen module

2006-07-03 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-07-03 14:03:08 -0400 (Mon, 03 Jul 2006)
New Revision: 2419

Modified:
   vendor/X11R7.1/lib/libx11/ChangeLog
   vendor/X11R7.1/lib/libx11/Makefile.am
   vendor/X11R7.1/lib/libx11/Makefile.in
   vendor/X11R7.1/lib/libx11/aclocal.m4
   vendor/X11R7.1/lib/libx11/compile
   vendor/X11R7.1/lib/libx11/config.guess
   vendor/X11R7.1/lib/libx11/config.sub
   vendor/X11R7.1/lib/libx11/configure
   vendor/X11R7.1/lib/libx11/configure.ac
   vendor/X11R7.1/lib/libx11/depcomp
   vendor/X11R7.1/lib/libx11/include/Makefile.in
   vendor/X11R7.1/lib/libx11/include/X11/Xlib.h
   vendor/X11R7.1/lib/libx11/include/X11/XlibConf.h
   vendor/X11R7.1/lib/libx11/include/X11/XlibConf.h.in
   vendor/X11R7.1/lib/libx11/include/X11/Xlibint.h
   vendor/X11R7.1/lib/libx11/include/X11/Xutil.h
   vendor/X11R7.1/lib/libx11/install-sh
   vendor/X11R7.1/lib/libx11/ltmain.sh
   vendor/X11R7.1/lib/libx11/man/IsCursorKey.man
   vendor/X11R7.1/lib/libx11/man/Makefile.am
   vendor/X11R7.1/lib/libx11/man/Makefile.in
   vendor/X11R7.1/lib/libx11/man/XAddHost.man
   vendor/X11R7.1/lib/libx11/man/XAllocSizeHints.man
   vendor/X11R7.1/lib/libx11/man/XAllocStandardColormap.man
   vendor/X11R7.1/lib/libx11/man/XAllocWMHints.man
   vendor/X11R7.1/lib/libx11/man/XAnyEvent.man
   vendor/X11R7.1/lib/libx11/man/XButtonEvent.man
   vendor/X11R7.1/lib/libx11/man/XChangeKeyboardControl.man
   vendor/X11R7.1/lib/libx11/man/XChangeKeyboardMapping.man
   vendor/X11R7.1/lib/libx11/man/XCirculateEvent.man
   vendor/X11R7.1/lib/libx11/man/XCirculateRequestEvent.man
   vendor/X11R7.1/lib/libx11/man/XClientMessageEvent.man
   vendor/X11R7.1/lib/libx11/man/XColormapEvent.man
   vendor/X11R7.1/lib/libx11/man/XConfigureEvent.man
   vendor/X11R7.1/lib/libx11/man/XConfigureRequestEvent.man
   vendor/X11R7.1/lib/libx11/man/XConfigureWindow.man
   vendor/X11R7.1/lib/libx11/man/XCreateColormap.man
   vendor/X11R7.1/lib/libx11/man/XCreateGC.man
   vendor/X11R7.1/lib/libx11/man/XCreateWindow.man
   vendor/X11R7.1/lib/libx11/man/XCreateWindowEvent.man
   vendor/X11R7.1/lib/libx11/man/XCrossingEvent.man
   vendor/X11R7.1/lib/libx11/man/XDestroyWindowEvent.man
   vendor/X11R7.1/lib/libx11/man/XDrawArc.man
   vendor/X11R7.1/lib/libx11/man/XDrawText.man
   vendor/X11R7.1/lib/libx11/man/XErrorEvent.man
   vendor/X11R7.1/lib/libx11/man/XExposeEvent.man
   vendor/X11R7.1/lib/libx11/man/XFocusChangeEvent.man
   vendor/X11R7.1/lib/libx11/man/XFontSetExtents.man
   vendor/X11R7.1/lib/libx11/man/XGetVisualInfo.man
   vendor/X11R7.1/lib/libx11/man/XGetWindowAttributes.man
   vendor/X11R7.1/lib/libx11/man/XGraphicsExposeEvent.man
   vendor/X11R7.1/lib/libx11/man/XGravityEvent.man
   vendor/X11R7.1/lib/libx11/man/XKeymapEvent.man
   vendor/X11R7.1/lib/libx11/man/XLoadFont.man
   vendor/X11R7.1/lib/libx11/man/XMapEvent.man
   vendor/X11R7.1/lib/libx11/man/XMapRequestEvent.man
   vendor/X11R7.1/lib/libx11/man/XPropertyEvent.man
   vendor/X11R7.1/lib/libx11/man/XPutImage.man
   vendor/X11R7.1/lib/libx11/man/XReparentEvent.man
   vendor/X11R7.1/lib/libx11/man/XResizeRequestEvent.man
   vendor/X11R7.1/lib/libx11/man/XSelectionClearEvent.man
   vendor/X11R7.1/lib/libx11/man/XSelectionEvent.man
   vendor/X11R7.1/lib/libx11/man/XSelectionRequestEvent.man
   vendor/X11R7.1/lib/libx11/man/XStringListToTextProperty.man
   vendor/X11R7.1/lib/libx11/man/XSupportsLocale.man
   vendor/X11R7.1/lib/libx11/man/XUnmapEvent.man
   vendor/X11R7.1/lib/libx11/man/XVisibilityEvent.man
   vendor/X11R7.1/lib/libx11/man/XcmsColor.man
   vendor/X11R7.1/lib/libx11/man/XmbDrawText.man
   vendor/X11R7.1/lib/libx11/man/XmbTextListToTextProperty.man
   vendor/X11R7.1/lib/libx11/man/XrmInitialize.man
   vendor/X11R7.1/lib/libx11/missing
   vendor/X11R7.1/lib/libx11/modules/Makefile.in
   vendor/X11R7.1/lib/libx11/modules/im/Makefile.in
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/Makefile.am
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/Makefile.in
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imDefIm.c
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imLcFlt.c
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imLcIc.c
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imLcIm.c
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imLcLkup.c
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imLcPrs.c
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imRm.c
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imThaiFlt.c
   vendor/X11R7.1/lib/libx11/modules/im/ximcp/imThaiIc.c
   vendor/X11R7.1/lib/libx11/modules/lc/Makefile.in
   vendor/X11R7.1/lib/libx11/modules/lc/Utf8/Makefile.am
   vendor/X11R7.1/lib/libx11/modules/lc/Utf8/Makefile.in
   vendor/X11R7.1/lib/libx11/modules/lc/def/Makefile.am
   vendor/X11R7.1/lib/libx11/modules/lc/def/Makefile.in
   vendor/X11R7.1/lib/libx11/modules/lc/gen/Makefile.am
   vendor/X11R7.1/lib/libx11/modules/lc/gen/Makefile.in
   vendor/X11R7.1/lib/libx11/modules/lc/xlocale/Makefile.am
   vendor/X11R7.1/lib/libx11/modules/lc/xlocale/Makefile.in
   vendor/X11R7.1/lib/libx11/modules/om/Makefile.in
   ve

21 dvd+r + 4 films pour 5.99 €

2006-07-03 Thread Eurotape
Title: 21 dvd+r + 4 films pour 5.99 €








 Si cette page ne s'affiche pas correctement dans votre messagerie, cliquez iciCe message vous a été envoyé pour une des raisons suivantes :  • vous vous   êtes enregistrés sur www.eurotape.lu • vous avez passé   une commande • vous avez participé à un jeu concours de   "eurotape.lu" www.eurotape.lu, le grossiste du consommable pour le particulier   Cliquez ici pour vous désabonner de la €urotapeNews   
 



Re: Scary message on new installations

2006-07-03 Thread David Nusinow
On Mon, Jul 03, 2006 at 10:03:25AM +0200, Wouter Verhelst wrote:
> On Sun, Jul 02, 2006 at 11:43:27PM -0700, Steve Langasek wrote:
> > appropriate here than in other cases.  Is there some concern about
> > apt-listchanges not listing NEWS files for newly-installed packages?
> 
> IME, it only lists NEWS.Debian files on upgrades...

Mine as well. I had a ton of clueless users early on in the transition to
7.0 because I had documented things in NEWS.Debian, which they were never
shown because the package was new. I don't want to go down that road again.

 - David Nusinow


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



Processed: Re: Bug#376081: "display: unable to load font ..." reincarnation

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

> reassign 376081 xserver-xorg
Bug#376081: "display: unable to load font ..." reincarnation
Bug reassigned from package `imagemagick' to `xserver-xorg'.

> merge 376081 363371
Bug#363371: display: unable to load font 
`-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1'.
Bug#376081: "display: unable to load font ..." reincarnation
Bug#367485: imagemagic: display doesn't work, reports missing fonts
Merged 363371 367485 376081.

> 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]



Bug#5212: is it me you looking for?

2006-07-03 Thread Felipe
Do not ignore me please,
I found your email somewhere and now decided to write you.
I am coaming to your place in few weeks andb thought we 
can meet each other. Let me know if you do not mind.
I am a nice pretty girl. Don't reply to this email. 
Email me direclty at [EMAIL PROTECTED]




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



Bug#154204: xserver-xorg-video-ati: Crashes when using XV + mplayer on some videos

2006-07-03 Thread Pierre Souchay

Package: xserver-xorg-video-ati
Version: 1:6.5.8.0-1
Followup-For: Bug #154204


When using mplayer with XV, on some videos, I have a crash of the full
X11 Server. It happens only on some videos and always with mplayer 
(never had any crash with xine).


My video card:
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility 
P/M AGP 2x (rev 64) (prog-if 00 [VGA])

Subsystem: Compaq Computer Corporation Armada E500
Flags: bus master, stepping, medium devsel, latency 66, IRQ 11
Memory at 4000 (32-bit, non-prefetchable) [size=16M]
I/O ports at 2000 [size=256]
Memory at 4100 (32-bit, non-prefetchable) [size=4K]
[virtual] Expansion ROM at 2800 [disabled] [size=128K]
Capabilities: [50] AGP version 1.0
Capabilities: [5c] Power Management version 1

End of the log file:
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x89) [0x80b67e9]
1: [0xe420]
2: /usr/lib/xorg/modules/drivers/atimisc_drv.so [0xb799f5a0]
3: /usr/bin/X [0x80c8e0d]
4: /usr/lib/xorg/modules/extensions/libextmod.so(XvdiPutImage+0x169) 
[0xb7c9eab9]

5: /usr/lib/xorg/modules/extensions/libextmod.so [0xb7ca1c2f]
6: /usr/bin/X(Dispatch+0x19b) [0x8086b5b]
7: /usr/bin/X(main+0x48e) [0x806e5ae]
8: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xd0) [0xb7d80eb0]
9: /usr/bin/X(FontFileCompleteXLFD+0xa5) [0x806d8e1]

Fatal server error:
Caught signal 11.  Server aborting


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')

Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg-video-ati depends on:
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  xserver-xorg-core1:1.0.2-8.1 X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information



Full Xorg logs:
---
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.17 i686
Current Operating System: Linux zorro 2.6.15-1-686 #2 Mon Mar 6 15:27:08 
UTC 2006 i686

Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  3 10:14:19 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Écran générique"
(**) |   |-->Device "ATI Technologies, Inc. Rage Mobility P/M AGP 2x"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "be"
(**) XKB: layout: "be"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"/usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"

(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 80

Bug#237775: hanging out with you

2006-07-03 Thread Trenton
Hire,
i am here sitting in the internet caffe. Found your email !and
decided to wri!te. I mighta !be coming to your place in 14 days, 
so I decidaed to email you. May be we can meet? I am 25 y.o.
girl. I have a pictur!e if you want. No need to reply here as 
this is not my email. Write me at [EMAIL PROTECTED]




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



Bug#376100: Bug still there though

2006-07-03 Thread Tomas Pospisek
Mind you that the original submitter does not claim that the bug has been 
resolved, but that he's found a work-around by using a different 
(here: closed source) driver. So:



Closing per submitter.


is not really correct...
*t

--

  Tomas Pospisek
  http://sourcepole.com -  Linux & Open Source Solutions




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



Processed: Fixed in upload of libxau 1:1.0.1-1 to experimental

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

> tag 356545 + fixed-in-experimental
Bug#356545: libxau-dev: manpages refer to incorrect location (.so man3x/Xau.3x)
Tags were: fixed-upstream patch
Bug#362783: broken manpages
Bug#372672: libxau-dev: mandb messages
Tags added: fixed-in-experimental

> tag 376026 + fixed-in-experimental
Bug#376026: xbase-clients: man pages still broken
There were no tags set.
Tags added: fixed-in-experimental

> quit
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#372077: Scary message on new installations

2006-07-03 Thread Geert Stappers
On Sun, Jul 02, 2006 at 11:43:27PM -0700, Steve Langasek wrote:
> On Sat, Jul 01, 2006 at 04:53:56PM -0400, David Nusinow wrote:
> > Right, but it might be a sufficient hint so that aptitude, and maybe apt,
> > will do the right thing.
> 
> This change *will* be sufficient to allow aptitude and apt to do the right
> thing *in a greater number of cases*.  Just how large a coverage this will
> give, I can't say -- the only good way to find out is to try it and see what
> upgrade testers have to say about it.
> 
> > Ok... I'll lower the priority of the note to medium and add the
> > xserver-xfree86 dummy package. Hopefully that'll be sufficient. As
> > discussed elsewhere, I'd prefer to use NEWS.Debian, but it won't be shown
> > to the user in this case, so a medium priority debconf abusing note should
> > suffice.
> 
> What do you mean, "in this case"?  I don't see why NEWS.Debian is any less
> appropriate here than in other cases.  Is there some concern about
> apt-listchanges not listing NEWS files for newly-installed packages?
> 
> -- 
> Steve Langasek   Give me a lever long enough and a Free OS
> Debian Developer   to set it on, and I can move the world.
> [EMAIL PROTECTED]   http://www.debian.org/


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



Bug#372077: Scary message on new installations

2006-07-03 Thread Geert Stappers
On Mon, Jul 03, 2006 at 10:03:25AM +0200, Wouter Verhelst wrote:
> On Sun, Jul 02, 2006 at 11:43:27PM -0700, Steve Langasek wrote:
> > appropriate here than in other cases.  Is there some concern about
> > apt-listchanges not listing NEWS files for newly-installed packages?
> 
> IME, it only lists NEWS.Debian files on upgrades...
> 



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



Fixed in upload of libxau 1:1.0.1-1 to experimental

2006-07-03 Thread David Nusinow
tag 356545 + fixed-in-experimental
tag 376026 + fixed-in-experimental

quit

This message was generated automatically in response to an
upload to the experimental distribution.  The .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  2 Jul 2006 21:23:08 -0400
Source: libxau
Binary: libxau6 libxau6-dbg libxau-dev
Architecture: source i386
Version: 1:1.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 libxau-dev - X11 authorisation library (development headers)
 libxau6- X11 authorisation library
 libxau6-dbg - X11 authorisation library (debug package)
Closes: 356545 376026
Changes: 
 libxau (1:1.0.1-1) experimental; urgency=low
 .
   * New upstream version
   * Set up package to be able to use patches even if we're not currently
 shipping any. Add quilt to build-dep to deal.
   * Autoreconf to fix manpage sections (closes: #376026, #356545)
   * Remove duplicate x11-common depends from libxau-dev
   * Version x11-common pre-dep in libxau-dev to 1:7.0.0 to match the rest of
 Debian and shut lintian up
   * Bump standards version to 3.7.2.0
   * Bump debhelper compat to 5
Files: 
 def35fcfa4b0962aa4af516173624673 772 x11 optional libxau_1.0.1-1.dsc
 144a33c431914db0eaab460616063166 319369 x11 optional libxau_1.0.1.orig.tar.gz
 76e5ec2a493d21b36e4800d656e5bb61 223068 x11 optional libxau_1.0.1-1.diff.gz
 fe1edabf6c53fbe25e130ac7427fc966 6538 x11 optional libxau6_1.0.1-1_i386.deb
 eb544a434773f4c338360f96ac323a39 10464 x11 optional 
libxau6-dbg_1.0.1-1_i386.deb
 f389e084bf1224f563c427bbde3d3df8 10330 x11 optional libxau-dev_1.0.1-1_i386.deb

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

iD8DBQFEqHQkyLfpNdY0ad8RAhKqAJ9QRQqfTm0iJZgAp5obI2O7il7oPACeNNbG
d3KeBzcNumm0HzPKKXhMDI0=
=QYTB
-END PGP SIGNATURE-


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



libxau override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libxau-dev_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libxau6-dbg_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libxau6-dbg_1.0.1-1_i386.deb: package says priority is optional, override says 
extra.
libxau6_1.0.1-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



libxau_1.0.1-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libxau-dev_1.0.1-1_i386.deb
  to pool/main/libx/libxau/libxau-dev_1.0.1-1_i386.deb
libxau6-dbg_1.0.1-1_i386.deb
  to pool/main/libx/libxau/libxau6-dbg_1.0.1-1_i386.deb
libxau6_1.0.1-1_i386.deb
  to pool/main/libx/libxau/libxau6_1.0.1-1_i386.deb
libxau_1.0.1-1.diff.gz
  to pool/main/libx/libxau/libxau_1.0.1-1.diff.gz
libxau_1.0.1-1.dsc
  to pool/main/libx/libxau/libxau_1.0.1-1.dsc
libxau_1.0.1.orig.tar.gz
  to pool/main/libx/libxau/libxau_1.0.1.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Setting bugs to severity fixed: 356545 376026 


Thank you for your contribution to Debian.


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



libxdmcp_1.0.1-1_i386.changes ACCEPTED

2006-07-03 Thread Debian Installer

Accepted:
libxdmcp-dev_1.0.1-1_i386.deb
  to pool/main/libx/libxdmcp/libxdmcp-dev_1.0.1-1_i386.deb
libxdmcp6-dbg_1.0.1-1_i386.deb
  to pool/main/libx/libxdmcp/libxdmcp6-dbg_1.0.1-1_i386.deb
libxdmcp6_1.0.1-1_i386.deb
  to pool/main/libx/libxdmcp/libxdmcp6_1.0.1-1_i386.deb
libxdmcp_1.0.1-1.diff.gz
  to pool/main/libx/libxdmcp/libxdmcp_1.0.1-1.diff.gz
libxdmcp_1.0.1-1.dsc
  to pool/main/libx/libxdmcp/libxdmcp_1.0.1-1.dsc
libxdmcp_1.0.1.orig.tar.gz
  to pool/main/libx/libxdmcp/libxdmcp_1.0.1.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



libxdmcp override disparity

2006-07-03 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libxdmcp-dev_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libxdmcp6-dbg_1.0.1-1_i386.deb: package says section is x11, override says 
libdevel.
libxdmcp6-dbg_1.0.1-1_i386.deb: package says priority is optional, override 
says extra.
libxdmcp6_1.0.1-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



Re: Scary message on new installations

2006-07-03 Thread Wouter Verhelst
On Sun, Jul 02, 2006 at 11:43:27PM -0700, Steve Langasek wrote:
> appropriate here than in other cases.  Is there some concern about
> apt-listchanges not listing NEWS files for newly-installed packages?

IME, it only lists NEWS.Debian files on upgrades...

-- 
Fun will now commence
  -- Seven Of Nine, "Ashes to Ashes", stardate 53679.4


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



Re: Scary message on new installations

2006-07-03 Thread Steve Langasek
On Sat, Jul 01, 2006 at 04:53:56PM -0400, David Nusinow wrote:
> On Sat, Jul 01, 2006 at 12:06:16AM -0700, Steve Langasek wrote:
> > On Fri, Jun 30, 2006 at 08:48:31AM -0400, David Nusinow wrote:
> > > On Wed, Jun 21, 2006 at 04:05:26PM -0700, Steve Langasek wrote:
> > > > Since this warning note has been added specifically because the xserver 
> > > > is
> > > > being removed in situations we don't want it to, and the removal is 
> > > > being
> > > > caused by a new package that didn't exist in sarge, it is indeed very
> > > > difficult to detect the difference between an upgrade and a new install.

> > > > For d-i's purposes, preseeding this d-i note into oblivion is an 
> > > > option, but
> > > > it would be much nicer if someone could figure out how to keep the 
> > > > xserver
> > > > from being removed on upgrade in the first place.

> > > Would putting back xserver-xfree86 as a transitional package suffice? 
> > > Since
> > > I don't know how to reproduce this problem locally, my best guess is that
> > > the server gets removed due to the conflict with x11-common and then
> > > nothing is able to install the new one because xserver-xorg doesn't exist
> > > to be marked for upgrade. Putting back an empty xserver-xfree86 that pulls
> > > in xserver-xorg should suffice in this corner case, letting us remove the
> > > note all together.

> > It is still valid for aptitude to remove xserver-xfree86, even as a
> > transitional package, if the old version is conflicted with.  There's
> > nothing in our packaging system that lets you mark a particular package as
> > "not to be removed on upgrade".  A dummy xserver-xfree86 package may fix
> > this for most users, though.

> Right, but it might be a sufficient hint so that aptitude, and maybe apt,
> will do the right thing.

This change *will* be sufficient to allow aptitude and apt to do the right
thing *in a greater number of cases*.  Just how large a coverage this will
give, I can't say -- the only good way to find out is to try it and see what
upgrade testers have to say about it.

> Ok... I'll lower the priority of the note to medium and add the
> xserver-xfree86 dummy package. Hopefully that'll be sufficient. As
> discussed elsewhere, I'd prefer to use NEWS.Debian, but it won't be shown
> to the user in this case, so a medium priority debconf abusing note should
> suffice.

What do you mean, "in this case"?  I don't see why NEWS.Debian is any less
appropriate here than in other cases.  Is there some concern about
apt-listchanges not listing NEWS files for newly-installed packages?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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