← Back to team overview

canonical-x team mailing list archive

LTS rename script

 

Introducing 'lts-pkg-rename', a tool for doing package renames for the
LTS point releases.  (Assuming we still use the rename strategy, rather
than pockets.)

I'd like to get your review.

The scripts are in the xorg-pkg-tools package, which you can check out
thusly:

       bzr branch lp:~xorg-edgers/xorg-server/xorg-pkg-tools 

Then:
 # Note where xorg-pkg-tools is located on your system
 $ XPT=$(readlink -e xorg-pkg-tools/)

 $ cd /tmp
 $ rm -rf xorg-server-*
 $ apt-get source xorg-server       # <-- substitute any package name
 $ cd xorg-server-*
 $ $XPT/lts-pkg-rename $XPT/lts-pkg-mapping.txt

The lts-pkg-mapping.txt file is a mapping of what packages we want to
rename.  This is needed so we can appropriately set dependency names in
the control file.  Currently, the contents are just arbitrary data for
debugging purposes --- we'll need to establish exactly what list of
packages we want to rename.

There is also a dpkg-control python script in xorg-pkg-tools, which
handles the renames in the debian/control file.  This can be run
separately if you wish to test out the control rewriting behavior.

Suggestions are very welcomed on how to improve the scripts!
Or go ahead and commit directly (or post a branch for review).

I've attached output from dpkg-control (before and after, and diff
between the two), as well as the output from lts-pkg-rename itself.

Bryce


Source: xorg-server
Section: x11
Priority: optional
Maintainer: Ubuntu X-SWAT <ubuntu-x@xxxxxxxxxxxxxxxx>
XSBC-Original-Maintainer: Debian X Strike Force <debian-x@xxxxxxxxxxxxxxxx>
Uploaders: Drew Parsons <dparsons@xxxxxxxxxx>, Cyril Brulebois <kibi@xxxxxxxxxx>
# all the Build-Depends up to x11proto-xf86-dri-dev are for the normal Xorg
# server, and common dependencies for the DIX.
# x11proto-xf86dri-dev and libdrm-dev are for DRI support for the Xorg server.
# x11proto-print-dev and libfreetype6-dev are for Xprint
# everything on is for the DMX and Xnest servers.
Build-Depends:
 debhelper (>= 7),
 quilt,
 lsb-release,
 pkg-config,
 bison,
 flex,
 automake,
 libtool,
 xauth,
 xutils-dev (>= 1:7.6+4),
 xfonts-utils (>= 1:7.5+1),
 x11proto-bigreqs-dev (>= 1:1.1.0),
 x11proto-composite-dev (>= 1:0.4),
 x11proto-core-dev (>= 7.0.22),
 x11proto-damage-dev (>= 1.1),
 x11proto-fixes-dev (>= 1:5.0-2ubuntu1),
 x11proto-kb-dev (>= 1.0.3),
 x11proto-xinerama-dev,
 x11proto-randr-dev (>= 1.2.99.3),
 x11proto-record-dev (>= 1.13.99.1),
 x11proto-render-dev (>= 2:0.11),
 x11proto-resource-dev,
 x11proto-scrnsaver-dev,
 x11proto-video-dev,
 x11proto-xcmisc-dev (>= 1.2.0),
 x11proto-xext-dev (>= 7.1.99),
 x11proto-xf86bigfont-dev (>= 1.2.0),
 x11proto-xf86dga-dev (>= 2.0.99.1),
 x11proto-xf86vidmode-dev (>= 2.2.99.1),
 xtrans-dev (>= 1.2.2),
 libxau-dev (>= 1:1.0.5-2),
 x11proto-input-dev (>= 2.1.99.6),
 x11proto-dri2-dev (>= 2.6),
 libxdmcp-dev (>= 1:0.99.1),
 libxfont-dev (>= 1:1.4.2),
 libxkbfile-dev (>= 1:0.99.1),
 libpixman-1-dev (>= 0.21.8),
 libpciaccess-dev (>= 0.11.0-2),
 libgcrypt-dev,
 nettle-dev,
 libdbus-1-dev [kfreebsd-any],
 libhal-dev [kfreebsd-any],
 libudev-dev (>= 151-3),
 libselinux1-dev (>= 2.0.80),
 x11proto-xf86dri-dev (>= 2.1.0),
 libdrm-dev (>= 2.4.3) [!hurd-i386],
 x11proto-gl-dev (>= 1.4.14),
 mesa-common-dev (>= 7.10.3-0ubuntu1),
 libgl1-mesa-dev (>= 7.8),
 libxmuu-dev (>= 1:0.99.1),
 libxext-dev (>= 1:0.99.1),
 libx11-dev (>= 1:0.99.2),
 libxrender-dev (>= 1:0.9.0),
 libxi-dev (>= 2:1.2.99.1),
 x11proto-dmx-dev (>= 1:2.2.99.1),
 libdmx-dev (>= 1:1.0.1),
 libxpm-dev (>= 1:3.5.3),
 libxaw7-dev (>= 1:0.99.1),
 libxt-dev (>= 1:0.99.1),
 libxmu-dev (>= 1:0.99.1),
 libxtst-dev (>= 1:0.99.1),
 libxres-dev (>= 1:0.99.1),
 libxfixes-dev (>= 1:3.0.0),
 libxv-dev,
 libxinerama-dev,
# unit tests
 xkb-data,
 x11-xkb-utils,
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-xorg/xserver/xorg-server
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git

Package: xserver-xorg-core
Architecture: any
Depends:
 xserver-common (>= ${source:Version}),
 keyboard-configuration [linux-any kfreebsd-any],
 udev (>= 149) [linux-any],
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: libgl1-mesa-dri (>= 7.10.2-4)
Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable
Breaks:
 xserver-xorg-video,
 xserver-xorg-video-1.0,
 xserver-xorg-video-1.9,
 xserver-xorg-video-2,
 xserver-xorg-video-4,
 xserver-xorg-video-5,
 xserver-xorg-video-6,
 xserver-xorg-input,
 xserver-xorg-input-2,
 xserver-xorg-input-2.1,
 xserver-xorg-input-4,
 xserver-xorg-input-7,
 xserver-xorg-input-wacom (<< 0.7.8),
 xserver-xorg-input-joystick (<= 1:1.5.0-3),
 xserver-xorg-input-synaptics (<= 1.2.2-1ubuntu4),
 xserver-xorg-input-tslib (<= 0.0.6-3),
 xserver-xorg-input-vmmouse (<= 1:12.6.5-4ubuntu2),
 xserver-xorg-input-wacom (<= 0.10.5+20100415-1),
 xserver-xorg-video-cyrix (<= 1:1.1.0-8),
 xserver-xorg-video-i810 (<< 2:2.4),
 xserver-xorg-video-imstt (<= 1:1.1.0-7),
 xserver-xorg-video-nsc (<= 1:2.8.3-4),
 xserver-xorg-video-sunbw2 (<= 1:1.1.0-5),
 xserver-xorg-video-v4l (<< 1:0.2.0),
 xserver-xorg-video-vga (<= 1:4.1.0-8),
 libgl1-mesa-dri (<< 7.10.2-4),
 libgl1-mesa-dri-experimental (<< 7.10.2-4),
 qt4-x11 (<< 4:4.8.0-1ubuntu2),
 utouch-geis (<< 2.2.3),
 utouch-frame (<< 2.1.0),
 unity (<< 5.0.0),
Provides:
 ${videoabi},
 ${inputabi},
Description: Xorg X server - core server
 The Xorg X server is an X server for several architectures and operating
 systems, which is derived from the XFree86 4.x series of X servers.
 .
 The Xorg server supports most modern graphics hardware from most vendors,
 and supersedes all XFree86 X servers.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.

Package: xserver-xorg-core-udeb
XC-Package-Type: udeb
Section: debian-installer
# exclude sparc because of linker errors
Architecture: alpha amd64 armel armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe s390
Depends:
# merged: xserver-common (>= ${source:Version}),
 xkb-data-udeb,
 x11-xkb-utils-udeb,
# disabled: keyboard-configuration [linux-any kfreebsd-any],
 udev-udeb (>= 149) [linux-any],
 ${shlibs:Depends},
 ${misc:Depends},
Provides:
 ${videoabi},
 ${inputabi},
Description: Xorg X server - core server
 This is a udeb, or a microdeb, for the debian-installer.

Package: xserver-xorg-dev
Architecture: any
Depends:
 libpixman-1-dev (>= 0.21.8),
 x11proto-core-dev (>= 7.0.22),
 x11proto-input-dev (>= 2.1.99.6),
 x11proto-xext-dev (>= 7.1.99),
 x11proto-video-dev,
 x11proto-randr-dev (>= 1.2.99.3),
 x11proto-render-dev (>= 2:0.11),
 x11proto-dri2-dev (>= 2.6),
 x11proto-fonts-dev,
 x11proto-xinerama-dev,
 x11proto-kb-dev,
 libxkbfile-dev,
 libpciaccess-dev,
 ${misc:Depends},
Description: Xorg X server - development files
 This package provides development files for the X.Org ('Xorg') X server.
 This is not quite the same as the DDK (Driver Development Kit) from the
 XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides
 headers and a pkg-config file for drivers using autotools to build
 against.
 .
 Unless you are developing or building a driver, you probably want
 xserver-xorg and/or xserver-xorg-core instead.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.

Package: xdmx
Architecture: any
Depends:
 xserver-common (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: distributed multihead X server
 Xdmx is a proxy X server that uses one or more other X servers as its
 display device(s). It provides multi-head X functionality for displays that
 might be located on different machines. Xdmx functions as a front-end X server
 that acts as a proxy to a set of back-end X servers. All of the visible
 rendering is passed to the back-end X servers. Clients connect to the Xdmx
 front-end, and everything appears as it would in a regular multi-head
 configuration. If Xinerama is enabled (e.g., with +xinerama on the command
 line), the clients see a single large screen.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.

Package: xdmx-tools
Architecture: any
Depends:
 xdmx,
 ${shlibs:Depends},
 ${misc:Depends},
Description: Distributed Multihead X tools
 This package provides a collection of tools used for administration of
 the Xdmx server; see the xdmx package for more information.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.

Package: xnest
Architecture: any
Depends:
 xserver-common (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: libgl1-mesa-dri (>= 7.1~rc1)
Provides: xserver
Description: Nested X server
 Xnest is a nested X server that simply relays all its requests to another
 X server, where it runs as a client.  This means that it appears as another
 window in your current X session.  Xnest relies upon its parent X server
 for font services.
 .
 Use of the Xephyr X server instead of Xnest is recommended.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.

Package: xvfb
Architecture: any
Depends:
 xserver-common (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
 xauth,
 x11-xkb-utils
Recommends: libgl1-mesa-dri
Provides: xserver
Description: Virtual Framebuffer 'fake' X server
 Xvfb provides an X server that can run on machines with no display hardware
 and no physical input devices. It emulates a dumb framebuffer using virtual
 memory. The primary use of this server was intended to be server testing,
 but other novel uses for it have been found, including testing clients
 against unusual depths and screen configurations, doing batch processing with
 Xvfb as a background rendering engine, load testing, as an aid to porting the
 X server to a new platform, and providing an unobtrusive way to run
 applications that don't really need an X server but insist on having one
 anyway.
 .
 This package also contains a convenience script called xvfb-run which
 simplifies the automated execution of X clients in a virtual server
 environment. This convenience script requires the use of the xauth
 program.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.

Package: xserver-xephyr
Architecture: any
Depends:
 xserver-common (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: libgl1-mesa-dri (>= 7.1~rc1)
Provides: xserver
Description: nested X server
 Xephyr is an X server that can be run inside another X server,
 much like Xnest. It is based on the kdrive X server, and as a
 result it supports newer extensions than Xnest, including render and
 composite.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.

Package: xserver-xfbdev
Architecture: linux-any
Depends:
 xserver-common (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Provides: xserver
Description: Linux framebuffer device tiny X server
 xserver-xfbdev is a Linux framebuffer device tiny X server based on the
 kdrive X server.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.

Package: xserver-xorg-core-dbg
Architecture: any
Depends:
 xserver-xorg-core (= ${binary:Version}),
 ${misc:Depends},
Priority: extra
Section: debug
Description: Xorg - the X.Org X server (debugging symbols)
 The Xorg X server is an X server for several architectures and operating
 systems, which is derived from the XFree86 4.x series of X servers.
 .
 The Xorg server supports most modern graphics hardware from most vendors,
 and supersedes all XFree86 X servers.
 .
 This package provides debugging symbols for the Xorg X server and associated
 modules.

Package: xserver-common
Architecture: all
Depends:
 x11-common,
 xkb-data,
 x11-xkb-utils,
 ${misc:Depends},
Recommends:
 xfonts-base,
 xauth,
Replaces: xserver-xorg-core (<< 2:1.5.2)
Description: common files used by various X servers
 This package provides files necessary for all X.Org based X servers.

Source: xorg-server-lts-backport-quantal
Section: x11
Priority: optional
Maintainer: Ubuntu X-SWAT <ubuntu-x@xxxxxxxxxxxxxxxx>
XSBC-Original-Maintainer: Debian X Strike Force <debian-x@xxxxxxxxxxxxxxxx>
Uploaders: Drew Parsons <dparsons@xxxxxxxxxx>, Cyril Brulebois <kibi@xxxxxxxxxx>
# all the Build-Depends up to x11proto-xf86-dri-dev are for the normal Xorg
# server, and common dependencies for the DIX.
# x11proto-xf86dri-dev and libdrm-dev are for DRI support for the Xorg server.
# x11proto-print-dev and libfreetype6-dev are for Xprint
# everything on is for the DMX and Xnest servers.
Build-Depends:
 debhelper (>= 7),
 quilt,
 lsb-release,
 pkg-config,
 bison,
 flex,
 automake,
 libtool,
 xauth-lts-backport-quantal,
 xutils-dev-lts-backport-quantal (>= 1:7.6+4),
 xfonts-utils-lts-backport-quantal (>= 1:7.5+1),
 x11proto-bigreqs-dev-lts-backport-quantal (>= 1:1.1.0),
 x11proto-composite-dev-lts-backport-quantal (>= 1:0.4),
 x11proto-core-dev-lts-backport-quantal (>= 7.0.22),
 x11proto-damage-dev-lts-backport-quantal (>= 1.1),
 x11proto-fixes-dev-lts-backport-quantal (>= 1:5.0-2ubuntu1),
 x11proto-kb-dev-lts-backport-quantal (>= 1.0.3),
 x11proto-xinerama-dev-lts-backport-quantal,
 x11proto-randr-dev-lts-backport-quantal (>= 1.2.99.3),
 x11proto-record-dev-lts-backport-quantal (>= 1.13.99.1),
 x11proto-render-dev-lts-backport-quantal (>= 2:0.11),
 x11proto-resource-dev-lts-backport-quantal,
 x11proto-scrnsaver-dev-lts-backport-quantal,
 x11proto-video-dev-lts-backport-quantal,
 x11proto-xcmisc-dev-lts-backport-quantal (>= 1.2.0),
 x11proto-xext-dev-lts-backport-quantal (>= 7.1.99),
 x11proto-xf86bigfont-dev-lts-backport-quantal (>= 1.2.0),
 x11proto-xf86dga-dev-lts-backport-quantal (>= 2.0.99.1),
 x11proto-xf86vidmode-dev-lts-backport-quantal (>= 2.2.99.1),
 xtrans-dev-lts-backport-quantal (>= 1.2.2),
 libxau-dev-lts-backport-quantal (>= 1:1.0.5-2),
 x11proto-input-dev-lts-backport-quantal (>= 2.1.99.6),
 x11proto-dri2-dev-lts-backport-quantal (>= 2.6),
 libxdmcp-dev-lts-backport-quantal (>= 1:0.99.1),
 libxfont-dev-lts-backport-quantal (>= 1:1.4.2),
 libxkbfile-dev-lts-backport-quantal (>= 1:0.99.1),
 libpixman-1-dev (>= 0.21.8),
 libpciaccess-dev-lts-backport-quantal (>= 0.11.0-2),
 libgcrypt-dev,
 nettle-dev,
 libdbus-1-dev [kfreebsd-any],
 libhal-dev [kfreebsd-any],
 libudev-dev (>= 151-3),
 libselinux1-dev (>= 2.0.80),
 x11proto-xf86dri-dev-lts-backport-quantal (>= 2.1.0),
 libdrm-dev-lts-backport-quantal (>= 2.4.3) [!hurd-i386],
 x11proto-gl-dev-lts-backport-quantal (>= 1.4.14),
 mesa-common-dev-lts-backport-quantal (>= 7.10.3-0ubuntu1),
 libgl1-mesa-dev-lts-backport-quantal (>= 7.8),
 libxmuu-dev-lts-backport-quantal (>= 1:0.99.1),
 libxext-dev-lts-backport-quantal (>= 1:0.99.1),
 libx11-dev-lts-backport-quantal (>= 1:0.99.2),
 libxrender-dev-lts-backport-quantal (>= 1:0.9.0),
 libxi-dev-lts-backport-quantal (>= 2:1.2.99.1),
 x11proto-dmx-dev-lts-backport-quantal (>= 1:2.2.99.1),
 libdmx-dev-lts-backport-quantal (>= 1:1.0.1),
 libxpm-dev-lts-backport-quantal (>= 1:3.5.3),
 libxaw7-dev-lts-backport-quantal (>= 1:0.99.1),
 libxt-dev-lts-backport-quantal (>= 1:0.99.1),
 libxmu-dev-lts-backport-quantal (>= 1:0.99.1),
 libxtst-dev-lts-backport-quantal (>= 1:0.99.1),
 libxres-dev-lts-backport-quantal (>= 1:0.99.1),
 libxfixes-dev-lts-backport-quantal (>= 1:3.0.0),
 libxv-dev,
 libxinerama-dev-lts-backport-quantal,
# unit tests
 xkb-data-lts-backport-quantal,
 x11-xkb-utils-lts-backport-quantal,
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-xorg/xserver/xorg-server
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git

Package: xserver-xorg-core-lts-backport-quantal
Architecture: any
Depends:
 xserver-common-lts-backport-quantal (>= ${source:Version}),
 keyboard-configuration [linux-any kfreebsd-any],
 udev (>= 149) [linux-any],
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: libgl1-mesa-dri-lts-backport-quantal (>= 7.10.2-4)
Suggests: xfonts-100dpi-lts-backport-quantal | xfonts-75dpi-lts-backport-quantal, xfonts-scalable
Breaks:
 xserver-xorg-core,
 xserver-xorg-video,
 xserver-xorg-video-1.0,
 xserver-xorg-video-1.9,
 xserver-xorg-video-2,
 xserver-xorg-video-4,
 xserver-xorg-video-5,
 xserver-xorg-video-6,
 xserver-xorg-input,
 xserver-xorg-input-2,
 xserver-xorg-input-2.1,
 xserver-xorg-input-4,
 xserver-xorg-input-7,
 xserver-xorg-input-wacom (<< 0.7.8),
 xserver-xorg-input-joystick (<= 1:1.5.0-3),
 xserver-xorg-input-synaptics (<= 1.2.2-1ubuntu4),
 xserver-xorg-input-tslib (<= 0.0.6-3),
 xserver-xorg-input-vmmouse (<= 1:12.6.5-4ubuntu2),
 xserver-xorg-input-wacom (<= 0.10.5+20100415-1),
 xserver-xorg-video-cyrix (<= 1:1.1.0-8),
 xserver-xorg-video-i810 (<< 2:2.4),
 xserver-xorg-video-imstt (<= 1:1.1.0-7),
 xserver-xorg-video-nsc (<= 1:2.8.3-4),
 xserver-xorg-video-sunbw2 (<= 1:1.1.0-5),
 xserver-xorg-video-v4l (<< 1:0.2.0),
 xserver-xorg-video-vga (<= 1:4.1.0-8),
 libgl1-mesa-dri-lts-backport-quantal (<< 7.10.2-4),
 libgl1-mesa-dri-experimental-lts-backport-quantal (<< 7.10.2-4),
 qt4-x11 (<< 4:4.8.0-1ubuntu2),
 utouch-geis (<< 2.2.3),
 utouch-frame (<< 2.1.0),
 unity (<< 5.0.0),
Provides:
 ${videoabi},
 ${inputabi},
Description: Xorg X server - core server
 The Xorg X server is an X server for several architectures and operating
 systems, which is derived from the XFree86 4.x series of X servers.
 .
 The Xorg server supports most modern graphics hardware from most vendors,
 and supersedes all XFree86 X servers.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.
Replaces: xserver-xorg-core

Package: xserver-xorg-core-udeb-lts-backport-quantal
XC-Package-Type: udeb
Section: debian-installer
# exclude sparc because of linker errors
Architecture: alpha amd64 armel armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe s390
Depends:
# merged: xserver-common (>= ${source:Version}),
 xkb-data-udeb-lts-backport-quantal,
 x11-xkb-utils-udeb-lts-backport-quantal,
# disabled: keyboard-configuration [linux-any kfreebsd-any],
 udev-udeb (>= 149) [linux-any],
 ${shlibs:Depends},
 ${misc:Depends},
Provides:
 ${videoabi},
 ${inputabi},
Description: Xorg X server - core server
 This is a udeb, or a microdeb, for the debian-installer.
Replaces: xserver-xorg-core-udeb
Breaks: xserver-xorg-core-udeb

Package: xserver-xorg-dev-lts-backport-quantal
Architecture: any
Depends:
 libpixman-1-dev (>= 0.21.8),
 x11proto-core-dev-lts-backport-quantal (>= 7.0.22),
 x11proto-input-dev-lts-backport-quantal (>= 2.1.99.6),
 x11proto-xext-dev-lts-backport-quantal (>= 7.1.99),
 x11proto-video-dev-lts-backport-quantal,
 x11proto-randr-dev-lts-backport-quantal (>= 1.2.99.3),
 x11proto-render-dev-lts-backport-quantal (>= 2:0.11),
 x11proto-dri2-dev-lts-backport-quantal (>= 2.6),
 x11proto-fonts-dev-lts-backport-quantal,
 x11proto-xinerama-dev-lts-backport-quantal,
 x11proto-kb-dev-lts-backport-quantal,
 libxkbfile-dev-lts-backport-quantal,
 libpciaccess-dev-lts-backport-quantal,
 ${misc:Depends},
Description: Xorg X server - development files
 This package provides development files for the X.Org ('Xorg') X server.
 This is not quite the same as the DDK (Driver Development Kit) from the
 XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides
 headers and a pkg-config file for drivers using autotools to build
 against.
 .
 Unless you are developing or building a driver, you probably want
 xserver-xorg and/or xserver-xorg-core instead.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.
Replaces: xserver-xorg-dev
Breaks: xserver-xorg-dev

Package: xdmx-lts-backport-quantal
Architecture: any
Depends:
 xserver-common-lts-backport-quantal (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: distributed multihead X server
 Xdmx is a proxy X server that uses one or more other X servers as its
 display device(s). It provides multi-head X functionality for displays that
 might be located on different machines. Xdmx functions as a front-end X server
 that acts as a proxy to a set of back-end X servers. All of the visible
 rendering is passed to the back-end X servers. Clients connect to the Xdmx
 front-end, and everything appears as it would in a regular multi-head
 configuration. If Xinerama is enabled (e.g., with +xinerama on the command
 line), the clients see a single large screen.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.
Replaces: xdmx
Breaks: xdmx

Package: xdmx-tools-lts-backport-quantal
Architecture: any
Depends:
 xdmx-lts-backport-quantal,
 ${shlibs:Depends},
 ${misc:Depends},
Description: Distributed Multihead X tools
 This package provides a collection of tools used for administration of
 the Xdmx server; see the xdmx package for more information.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.
Replaces: xdmx-tools
Breaks: xdmx-tools

Package: xnest-lts-backport-quantal
Architecture: any
Depends:
 xserver-common-lts-backport-quantal (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: libgl1-mesa-dri-lts-backport-quantal (>= 7.1~rc1)
Provides: xserver
Description: Nested X server
 Xnest is a nested X server that simply relays all its requests to another
 X server, where it runs as a client.  This means that it appears as another
 window in your current X session.  Xnest relies upon its parent X server
 for font services.
 .
 Use of the Xephyr X server instead of Xnest is recommended.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.
Replaces: xnest
Breaks: xnest

Package: xvfb-lts-backport-quantal
Architecture: any
Depends:
 xserver-common-lts-backport-quantal (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
 xauth-lts-backport-quantal,
 x11-xkb-utils
Recommends: libgl1-mesa-dri
Provides: xserver
Description: Virtual Framebuffer 'fake' X server
 Xvfb provides an X server that can run on machines with no display hardware
 and no physical input devices. It emulates a dumb framebuffer using virtual
 memory. The primary use of this server was intended to be server testing,
 but other novel uses for it have been found, including testing clients
 against unusual depths and screen configurations, doing batch processing with
 Xvfb as a background rendering engine, load testing, as an aid to porting the
 X server to a new platform, and providing an unobtrusive way to run
 applications that don't really need an X server but insist on having one
 anyway.
 .
 This package also contains a convenience script called xvfb-run which
 simplifies the automated execution of X clients in a virtual server
 environment. This convenience script requires the use of the xauth
 program.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.
Replaces: xvfb
Breaks: xvfb

Package: xserver-xephyr-lts-backport-quantal
Architecture: any
Depends:
 xserver-common-lts-backport-quantal (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: libgl1-mesa-dri-lts-backport-quantal (>= 7.1~rc1)
Provides: xserver
Description: nested X server
 Xephyr is an X server that can be run inside another X server,
 much like Xnest. It is based on the kdrive X server, and as a
 result it supports newer extensions than Xnest, including render and
 composite.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.
Replaces: xserver-xephyr
Breaks: xserver-xephyr

Package: xserver-xfbdev-lts-backport-quantal
Architecture: linux-any
Depends:
 xserver-common-lts-backport-quantal (>= ${source:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Provides: xserver
Description: Linux framebuffer device tiny X server
 xserver-xfbdev is a Linux framebuffer device tiny X server based on the
 kdrive X server.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org xserver module.
Replaces: xserver-xfbdev
Breaks: xserver-xfbdev

Package: xserver-xorg-core-dbg-lts-backport-quantal
Architecture: any
Depends:
 xserver-xorg-core (= ${binary:Version}),
 ${misc:Depends},
Priority: extra
Section: debug
Description: Xorg - the X.Org X server (debugging symbols)
 The Xorg X server is an X server for several architectures and operating
 systems, which is derived from the XFree86 4.x series of X servers.
 .
 The Xorg server supports most modern graphics hardware from most vendors,
 and supersedes all XFree86 X servers.
 .
 This package provides debugging symbols for the Xorg X server and associated
 modules.
Replaces: xserver-xorg-core-dbg
Breaks: xserver-xorg-core-dbg

Package: xserver-common-lts-backport-quantal
Architecture: all
Depends:
 x11-common-lts-backport-quantal,
 xkb-data-lts-backport-quantal,
 x11-xkb-utils-lts-backport-quantal,
 ${misc:Depends},
Recommends:
 xfonts-base-lts-backport-quantal,
 xauth-lts-backport-quantal,
Replaces:
 xserver-common,
Description: common files used by various X servers
 This package provides files necessary for all X.Org based X servers.

--- /tmp/control_orig	2012-04-23 18:39:40.622418482 -0700
+++ /tmp/control_renamed	2012-04-23 19:11:46.606911701 -0700
@@ -1,4 +1,4 @@
-Source: xorg-server
+Source: xorg-server-lts-backport-quantal
 Section: x11
 Priority: optional
 Maintainer: Ubuntu X-SWAT <ubuntu-x@xxxxxxxxxxxxxxxx>
@@ -18,81 +18,82 @@ Build-Depends:
  flex,
  automake,
  libtool,
- xauth,
- xutils-dev (>= 1:7.6+4),
- xfonts-utils (>= 1:7.5+1),
- x11proto-bigreqs-dev (>= 1:1.1.0),
- x11proto-composite-dev (>= 1:0.4),
- x11proto-core-dev (>= 7.0.22),
- x11proto-damage-dev (>= 1.1),
- x11proto-fixes-dev (>= 1:5.0-2ubuntu1),
- x11proto-kb-dev (>= 1.0.3),
- x11proto-xinerama-dev,
- x11proto-randr-dev (>= 1.2.99.3),
- x11proto-record-dev (>= 1.13.99.1),
- x11proto-render-dev (>= 2:0.11),
- x11proto-resource-dev,
- x11proto-scrnsaver-dev,
- x11proto-video-dev,
- x11proto-xcmisc-dev (>= 1.2.0),
- x11proto-xext-dev (>= 7.1.99),
- x11proto-xf86bigfont-dev (>= 1.2.0),
- x11proto-xf86dga-dev (>= 2.0.99.1),
- x11proto-xf86vidmode-dev (>= 2.2.99.1),
- xtrans-dev (>= 1.2.2),
- libxau-dev (>= 1:1.0.5-2),
- x11proto-input-dev (>= 2.1.99.6),
- x11proto-dri2-dev (>= 2.6),
- libxdmcp-dev (>= 1:0.99.1),
- libxfont-dev (>= 1:1.4.2),
- libxkbfile-dev (>= 1:0.99.1),
+ xauth-lts-backport-quantal,
+ xutils-dev-lts-backport-quantal (>= 1:7.6+4),
+ xfonts-utils-lts-backport-quantal (>= 1:7.5+1),
+ x11proto-bigreqs-dev-lts-backport-quantal (>= 1:1.1.0),
+ x11proto-composite-dev-lts-backport-quantal (>= 1:0.4),
+ x11proto-core-dev-lts-backport-quantal (>= 7.0.22),
+ x11proto-damage-dev-lts-backport-quantal (>= 1.1),
+ x11proto-fixes-dev-lts-backport-quantal (>= 1:5.0-2ubuntu1),
+ x11proto-kb-dev-lts-backport-quantal (>= 1.0.3),
+ x11proto-xinerama-dev-lts-backport-quantal,
+ x11proto-randr-dev-lts-backport-quantal (>= 1.2.99.3),
+ x11proto-record-dev-lts-backport-quantal (>= 1.13.99.1),
+ x11proto-render-dev-lts-backport-quantal (>= 2:0.11),
+ x11proto-resource-dev-lts-backport-quantal,
+ x11proto-scrnsaver-dev-lts-backport-quantal,
+ x11proto-video-dev-lts-backport-quantal,
+ x11proto-xcmisc-dev-lts-backport-quantal (>= 1.2.0),
+ x11proto-xext-dev-lts-backport-quantal (>= 7.1.99),
+ x11proto-xf86bigfont-dev-lts-backport-quantal (>= 1.2.0),
+ x11proto-xf86dga-dev-lts-backport-quantal (>= 2.0.99.1),
+ x11proto-xf86vidmode-dev-lts-backport-quantal (>= 2.2.99.1),
+ xtrans-dev-lts-backport-quantal (>= 1.2.2),
+ libxau-dev-lts-backport-quantal (>= 1:1.0.5-2),
+ x11proto-input-dev-lts-backport-quantal (>= 2.1.99.6),
+ x11proto-dri2-dev-lts-backport-quantal (>= 2.6),
+ libxdmcp-dev-lts-backport-quantal (>= 1:0.99.1),
+ libxfont-dev-lts-backport-quantal (>= 1:1.4.2),
+ libxkbfile-dev-lts-backport-quantal (>= 1:0.99.1),
  libpixman-1-dev (>= 0.21.8),
- libpciaccess-dev (>= 0.11.0-2),
+ libpciaccess-dev-lts-backport-quantal (>= 0.11.0-2),
  libgcrypt-dev,
  nettle-dev,
  libdbus-1-dev [kfreebsd-any],
  libhal-dev [kfreebsd-any],
  libudev-dev (>= 151-3),
  libselinux1-dev (>= 2.0.80),
- x11proto-xf86dri-dev (>= 2.1.0),
- libdrm-dev (>= 2.4.3) [!hurd-i386],
- x11proto-gl-dev (>= 1.4.14),
- mesa-common-dev (>= 7.10.3-0ubuntu1),
- libgl1-mesa-dev (>= 7.8),
- libxmuu-dev (>= 1:0.99.1),
- libxext-dev (>= 1:0.99.1),
- libx11-dev (>= 1:0.99.2),
- libxrender-dev (>= 1:0.9.0),
- libxi-dev (>= 2:1.2.99.1),
- x11proto-dmx-dev (>= 1:2.2.99.1),
- libdmx-dev (>= 1:1.0.1),
- libxpm-dev (>= 1:3.5.3),
- libxaw7-dev (>= 1:0.99.1),
- libxt-dev (>= 1:0.99.1),
- libxmu-dev (>= 1:0.99.1),
- libxtst-dev (>= 1:0.99.1),
- libxres-dev (>= 1:0.99.1),
- libxfixes-dev (>= 1:3.0.0),
+ x11proto-xf86dri-dev-lts-backport-quantal (>= 2.1.0),
+ libdrm-dev-lts-backport-quantal (>= 2.4.3) [!hurd-i386],
+ x11proto-gl-dev-lts-backport-quantal (>= 1.4.14),
+ mesa-common-dev-lts-backport-quantal (>= 7.10.3-0ubuntu1),
+ libgl1-mesa-dev-lts-backport-quantal (>= 7.8),
+ libxmuu-dev-lts-backport-quantal (>= 1:0.99.1),
+ libxext-dev-lts-backport-quantal (>= 1:0.99.1),
+ libx11-dev-lts-backport-quantal (>= 1:0.99.2),
+ libxrender-dev-lts-backport-quantal (>= 1:0.9.0),
+ libxi-dev-lts-backport-quantal (>= 2:1.2.99.1),
+ x11proto-dmx-dev-lts-backport-quantal (>= 1:2.2.99.1),
+ libdmx-dev-lts-backport-quantal (>= 1:1.0.1),
+ libxpm-dev-lts-backport-quantal (>= 1:3.5.3),
+ libxaw7-dev-lts-backport-quantal (>= 1:0.99.1),
+ libxt-dev-lts-backport-quantal (>= 1:0.99.1),
+ libxmu-dev-lts-backport-quantal (>= 1:0.99.1),
+ libxtst-dev-lts-backport-quantal (>= 1:0.99.1),
+ libxres-dev-lts-backport-quantal (>= 1:0.99.1),
+ libxfixes-dev-lts-backport-quantal (>= 1:3.0.0),
  libxv-dev,
- libxinerama-dev,
+ libxinerama-dev-lts-backport-quantal,
 # unit tests
- xkb-data,
- x11-xkb-utils,
+ xkb-data-lts-backport-quantal,
+ x11-xkb-utils-lts-backport-quantal,
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/xserver/xorg-server
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git
 
-Package: xserver-xorg-core
+Package: xserver-xorg-core-lts-backport-quantal
 Architecture: any
 Depends:
- xserver-common (>= ${source:Version}),
+ xserver-common-lts-backport-quantal (>= ${source:Version}),
  keyboard-configuration [linux-any kfreebsd-any],
  udev (>= 149) [linux-any],
  ${shlibs:Depends},
  ${misc:Depends},
-Recommends: libgl1-mesa-dri (>= 7.10.2-4)
-Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable
+Recommends: libgl1-mesa-dri-lts-backport-quantal (>= 7.10.2-4)
+Suggests: xfonts-100dpi-lts-backport-quantal | xfonts-75dpi-lts-backport-quantal, xfonts-scalable
 Breaks:
+ xserver-xorg-core,
  xserver-xorg-video,
  xserver-xorg-video-1.0,
  xserver-xorg-video-1.9,
@@ -118,8 +119,8 @@ Breaks:
  xserver-xorg-video-sunbw2 (<= 1:1.1.0-5),
  xserver-xorg-video-v4l (<< 1:0.2.0),
  xserver-xorg-video-vga (<= 1:4.1.0-8),
- libgl1-mesa-dri (<< 7.10.2-4),
- libgl1-mesa-dri-experimental (<< 7.10.2-4),
+ libgl1-mesa-dri-lts-backport-quantal (<< 7.10.2-4),
+ libgl1-mesa-dri-experimental-lts-backport-quantal (<< 7.10.2-4),
  qt4-x11 (<< 4:4.8.0-1ubuntu2),
  utouch-geis (<< 2.2.3),
  utouch-frame (<< 2.1.0),
@@ -138,16 +139,17 @@ Description: Xorg X server - core server
  <URL:http://www.X.org>
  .
  This package is built from the X.org xserver module.
+Replaces: xserver-xorg-core
 
-Package: xserver-xorg-core-udeb
+Package: xserver-xorg-core-udeb-lts-backport-quantal
 XC-Package-Type: udeb
 Section: debian-installer
 # exclude sparc because of linker errors
 Architecture: alpha amd64 armel armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe s390
 Depends:
 # merged: xserver-common (>= ${source:Version}),
- xkb-data-udeb,
- x11-xkb-utils-udeb,
+ xkb-data-udeb-lts-backport-quantal,
+ x11-xkb-utils-udeb-lts-backport-quantal,
 # disabled: keyboard-configuration [linux-any kfreebsd-any],
  udev-udeb (>= 149) [linux-any],
  ${shlibs:Depends},
@@ -157,23 +159,25 @@ Provides:
  ${inputabi},
 Description: Xorg X server - core server
  This is a udeb, or a microdeb, for the debian-installer.
+Replaces: xserver-xorg-core-udeb
+Breaks: xserver-xorg-core-udeb
 
-Package: xserver-xorg-dev
+Package: xserver-xorg-dev-lts-backport-quantal
 Architecture: any
 Depends:
  libpixman-1-dev (>= 0.21.8),
- x11proto-core-dev (>= 7.0.22),
- x11proto-input-dev (>= 2.1.99.6),
- x11proto-xext-dev (>= 7.1.99),
- x11proto-video-dev,
- x11proto-randr-dev (>= 1.2.99.3),
- x11proto-render-dev (>= 2:0.11),
- x11proto-dri2-dev (>= 2.6),
- x11proto-fonts-dev,
- x11proto-xinerama-dev,
- x11proto-kb-dev,
- libxkbfile-dev,
- libpciaccess-dev,
+ x11proto-core-dev-lts-backport-quantal (>= 7.0.22),
+ x11proto-input-dev-lts-backport-quantal (>= 2.1.99.6),
+ x11proto-xext-dev-lts-backport-quantal (>= 7.1.99),
+ x11proto-video-dev-lts-backport-quantal,
+ x11proto-randr-dev-lts-backport-quantal (>= 1.2.99.3),
+ x11proto-render-dev-lts-backport-quantal (>= 2:0.11),
+ x11proto-dri2-dev-lts-backport-quantal (>= 2.6),
+ x11proto-fonts-dev-lts-backport-quantal,
+ x11proto-xinerama-dev-lts-backport-quantal,
+ x11proto-kb-dev-lts-backport-quantal,
+ libxkbfile-dev-lts-backport-quantal,
+ libpciaccess-dev-lts-backport-quantal,
  ${misc:Depends},
 Description: Xorg X server - development files
  This package provides development files for the X.Org ('Xorg') X server.
@@ -189,11 +193,13 @@ Description: Xorg X server - development
  <URL:http://www.X.org>
  .
  This package is built from the X.org xserver module.
+Replaces: xserver-xorg-dev
+Breaks: xserver-xorg-dev
 
-Package: xdmx
+Package: xdmx-lts-backport-quantal
 Architecture: any
 Depends:
- xserver-common (>= ${source:Version}),
+ xserver-common-lts-backport-quantal (>= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
 Description: distributed multihead X server
@@ -210,11 +216,13 @@ Description: distributed multihead X ser
  <URL:http://www.X.org>
  .
  This package is built from the X.org xserver module.
+Replaces: xdmx
+Breaks: xdmx
 
-Package: xdmx-tools
+Package: xdmx-tools-lts-backport-quantal
 Architecture: any
 Depends:
- xdmx,
+ xdmx-lts-backport-quantal,
  ${shlibs:Depends},
  ${misc:Depends},
 Description: Distributed Multihead X tools
@@ -225,14 +233,16 @@ Description: Distributed Multihead X too
  <URL:http://www.X.org>
  .
  This package is built from the X.org xserver module.
+Replaces: xdmx-tools
+Breaks: xdmx-tools
 
-Package: xnest
+Package: xnest-lts-backport-quantal
 Architecture: any
 Depends:
- xserver-common (>= ${source:Version}),
+ xserver-common-lts-backport-quantal (>= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
-Recommends: libgl1-mesa-dri (>= 7.1~rc1)
+Recommends: libgl1-mesa-dri-lts-backport-quantal (>= 7.1~rc1)
 Provides: xserver
 Description: Nested X server
  Xnest is a nested X server that simply relays all its requests to another
@@ -246,14 +256,16 @@ Description: Nested X server
  <URL:http://www.X.org>
  .
  This package is built from the X.org xserver module.
+Replaces: xnest
+Breaks: xnest
 
-Package: xvfb
+Package: xvfb-lts-backport-quantal
 Architecture: any
 Depends:
- xserver-common (>= ${source:Version}),
+ xserver-common-lts-backport-quantal (>= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
- xauth,
+ xauth-lts-backport-quantal,
  x11-xkb-utils
 Recommends: libgl1-mesa-dri
 Provides: xserver
@@ -277,14 +289,16 @@ Description: Virtual Framebuffer 'fake'
  <URL:http://www.X.org>
  .
  This package is built from the X.org xserver module.
+Replaces: xvfb
+Breaks: xvfb
 
-Package: xserver-xephyr
+Package: xserver-xephyr-lts-backport-quantal
 Architecture: any
 Depends:
- xserver-common (>= ${source:Version}),
+ xserver-common-lts-backport-quantal (>= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
-Recommends: libgl1-mesa-dri (>= 7.1~rc1)
+Recommends: libgl1-mesa-dri-lts-backport-quantal (>= 7.1~rc1)
 Provides: xserver
 Description: nested X server
  Xephyr is an X server that can be run inside another X server,
@@ -296,11 +310,13 @@ Description: nested X server
  <URL:http://www.X.org>
  .
  This package is built from the X.org xserver module.
+Replaces: xserver-xephyr
+Breaks: xserver-xephyr
 
-Package: xserver-xfbdev
+Package: xserver-xfbdev-lts-backport-quantal
 Architecture: linux-any
 Depends:
- xserver-common (>= ${source:Version}),
+ xserver-common-lts-backport-quantal (>= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
 Provides: xserver
@@ -312,8 +328,10 @@ Description: Linux framebuffer device ti
  <URL:http://www.X.org>
  .
  This package is built from the X.org xserver module.
+Replaces: xserver-xfbdev
+Breaks: xserver-xfbdev
 
-Package: xserver-xorg-core-dbg
+Package: xserver-xorg-core-dbg-lts-backport-quantal
 Architecture: any
 Depends:
  xserver-xorg-core (= ${binary:Version}),
@@ -329,17 +347,20 @@ Description: Xorg - the X.Org X server (
  .
  This package provides debugging symbols for the Xorg X server and associated
  modules.
+Replaces: xserver-xorg-core-dbg
+Breaks: xserver-xorg-core-dbg
 
-Package: xserver-common
+Package: xserver-common-lts-backport-quantal
 Architecture: all
 Depends:
- x11-common,
- xkb-data,
- x11-xkb-utils,
+ x11-common-lts-backport-quantal,
+ xkb-data-lts-backport-quantal,
+ x11-xkb-utils-lts-backport-quantal,
  ${misc:Depends},
 Recommends:
- xfonts-base,
- xauth,
-Replaces: xserver-xorg-core (<< 2:1.5.2)
+ xfonts-base-lts-backport-quantal,
+ xauth-lts-backport-quantal,
+Replaces:
+ xserver-common,
 Description: common files used by various X servers
  This package provides files necessary for all X.Org based X servers.

Renaming the orig.tar.gz...
`../xorg-server_1.11.4.orig.tar.gz' -> `../xorg-server-lts-backport-quantal_1.11.4.orig.tar.gz'

Updating the maintainer...

Adding a changelog entry...

Processing the control file...

Checking rules...
# debian/rules for the Debian xorg-server package.
SOURCE_NAME    :=  xorg-server
	abi_videodrv=`PKG_CONFIG_PATH=debian/tmp/main/usr/lib/pkgconfig pkg-config --variable=abi_videodrv xorg-server|cut -d . -f 1`; \
	abi_xinput=`PKG_CONFIG_PATH=debian/tmp/main/usr/lib/pkgconfig pkg-config --variable=abi_xinput xorg-server|cut -d . -f 1`; \

Renaming binary install, etc. files...
- Renaming xserver-xorg-core.* files...
debian/xserver-xorg-core.bug.script
mv debian/xserver-xorg-core.bug.script debian/xserver-xorg-core.bug.script
debian/xserver-xorg-core.install
mv debian/xserver-xorg-core.install debian/xserver-xorg-core.install
debian/xserver-xorg-core.lintian-overrides
mv debian/xserver-xorg-core.lintian-overrides debian/xserver-xorg-core.lintian-overrides
debian/xserver-xorg-core.postrm
mv debian/xserver-xorg-core.postrm debian/xserver-xorg-core.postrm
- Renaming xserver-xorg-core-udeb.* files...
debian/xserver-xorg-core-udeb.install
mv debian/xserver-xorg-core-udeb.install debian/xserver-xorg-core-udeb.install
- Renaming xserver-xorg-dev.* files...
debian/xserver-xorg-dev.install
mv debian/xserver-xorg-dev.install debian/xserver-xorg-dev.install
- Renaming xdmx.* files...
debian/xdmx.install
mv debian/xdmx.install debian/xdmx.install
- Renaming xdmx-tools.* files...
debian/xdmx-tools.install
mv debian/xdmx-tools.install debian/xdmx-tools.install
- Renaming xnest.* files...
debian/xnest.install
mv debian/xnest.install debian/xnest.install
- Renaming xvfb.* files...
debian/xvfb.install
mv debian/xvfb.install debian/xvfb.install
- Renaming xserver-xephyr.* files...
debian/xserver-xephyr.docs
mv debian/xserver-xephyr.docs debian/xserver-xephyr.docs
debian/xserver-xephyr.install
mv debian/xserver-xephyr.install debian/xserver-xephyr.install
- Renaming xserver-xfbdev.* files...
debian/xserver-xfbdev.install
mv debian/xserver-xfbdev.install debian/xserver-xfbdev.install
- Renaming xserver-xorg-core-dbg.* files...
- Renaming xserver-common.* files...
debian/xserver-common.install
mv debian/xserver-common.install debian/xserver-common.install

Generating changes file...
 dpkg-buildpackage -rfakeroot -d -us -uc -i -I.bzr -I.svn -I.git -S
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package xorg-server-lts-backport-quantal
dpkg-buildpackage: source version 2:1.11.4-0ubuntu10.2
dpkg-buildpackage: source changed by Bryce Harrington <bryce@xxxxxxxxxx>
 dpkg-source -i -I.bzr -I.svn -I.git --before-build xorg-server-1.11.4
 fakeroot debian/rules clean
QUILT_PATCHES=debian/patches \
		quilt --quiltrc /dev/null pop -a -R || test $? = 2
No patch removed
rm -rf .pc stampdir/patch
Checking for the need of an ABI bump
# Build an updated version of the file:
head -1 debian/serverminver > debian/serverminver.new
perl -ne 'print "$1:$2.$3\n" if /^#define\s+(ABI_(?:VIDEODRV|XINPUT)_VERSION)\s+SET_ABI_VERSION\(\s*(\d+)\s*,\s*(\d+)\s*\)/' hw/xfree86/common/xf86Module.h|sort >> debian/serverminver.new
# Compare both files:
ABI unchanged
dh_testdir
rm -rf stampdir
rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
rm -rf build-*
rm -f compile config.guess config.sub configure depcomp install-sh
rm -f ltmain.sh missing INSTALL aclocal.m4 ylwrap
rm -f include/do-not-use-config.h.in
rm -f m4/lt*.m4 m4/libtool.m4
find -name Makefile.in -delete
dh_clean
 dpkg-source -i -I.bzr -I.svn -I.git -b xorg-server-1.11.4
dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: warning: source directory 'xorg-server-1.11.4' is not <sourcepackage>-<upstreamversion> 'xorg-server-lts-backport-quantal-1.11.4'
dpkg-source: warning: .orig directory name xorg-server-1.11.4.orig is not <package>-<upstreamversion> (wanted xorg-server-lts-backport-quantal-1.11.4.orig)
dpkg-source: info: using source format `1.0'
dpkg-source: info: building xorg-server-lts-backport-quantal using existing xorg-server-lts-backport-quantal_1.11.4.orig.tar.gz
dpkg-source: info: building xorg-server-lts-backport-quantal in xorg-server-lts-backport-quantal_1.11.4-0ubuntu10.2.diff.gz
dpkg-source: warning: ignoring deletion of file ylwrap
dpkg-source: warning: ignoring deletion of file missing
dpkg-source: warning: ignoring deletion of file Makefile.in
dpkg-source: warning: ignoring deletion of file ltmain.sh
dpkg-source: warning: ignoring deletion of file install-sh
dpkg-source: warning: ignoring deletion of file INSTALL
dpkg-source: warning: ignoring deletion of file depcomp
dpkg-source: warning: ignoring deletion of file configure
dpkg-source: warning: ignoring deletion of file config.sub
dpkg-source: warning: ignoring deletion of file config.guess
dpkg-source: warning: ignoring deletion of file compile
dpkg-source: warning: ignoring deletion of file aclocal.m4
dpkg-source: warning: ignoring deletion of file xkb/Makefile.in
dpkg-source: warning: ignoring deletion of file Xi/Makefile.in
dpkg-source: warning: ignoring deletion of file xfixes/Makefile.in
dpkg-source: warning: ignoring deletion of file Xext/Makefile.in
dpkg-source: warning: ignoring deletion of file test/Makefile.in
dpkg-source: warning: ignoring deletion of file test/xi2/Makefile.in
dpkg-source: warning: ignoring deletion of file render/Makefile.in
dpkg-source: warning: ignoring deletion of file record/Makefile.in
dpkg-source: warning: ignoring deletion of file randr/Makefile.in
dpkg-source: warning: ignoring deletion of file os/Makefile.in
dpkg-source: warning: ignoring deletion of file miext/Makefile.in
dpkg-source: warning: ignoring deletion of file miext/sync/Makefile.in
dpkg-source: warning: ignoring deletion of file miext/shadow/Makefile.in
dpkg-source: warning: ignoring deletion of file miext/rootless/Makefile.in
dpkg-source: warning: ignoring deletion of file miext/damage/Makefile.in
dpkg-source: warning: ignoring deletion of file miext/cw/Makefile.in
dpkg-source: warning: ignoring deletion of file mi/Makefile.in
dpkg-source: warning: ignoring deletion of file man/Makefile.in
dpkg-source: warning: ignoring deletion of file m4/lt~obsolete.m4
dpkg-source: warning: ignoring deletion of file m4/ltversion.m4
dpkg-source: warning: ignoring deletion of file m4/ltsugar.m4
dpkg-source: warning: ignoring deletion of file m4/ltoptions.m4
dpkg-source: warning: ignoring deletion of file m4/libtool.m4
dpkg-source: warning: ignoring deletion of file include/Makefile.in
dpkg-source: warning: ignoring deletion of file include/do-not-use-config.h.in
dpkg-source: warning: ignoring deletion of file hw/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xwin/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xwin/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xwin/glx/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xquartz/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xquartz/xpr/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xquartz/pbproxy/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xquartz/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xquartz/mach-startup/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xquartz/GL/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xquartz/bundle/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xnest/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xnest/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/xaa/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/x86emu/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/vgahw/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/vbe/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/utils/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/utils/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/utils/gtf/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/utils/cvt/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/shadowfb/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/ramdac/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/parser/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/os-support/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/os-support/solaris/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/os-support/misc/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/os-support/linux/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/os-support/hurd/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/os-support/bus/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/os-support/bsd/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/modes/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/loader/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/int10/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/i2c/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/fbdevhw/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/fbdevhw/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/exa/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/exa/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/dri2/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/dri/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/doc/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/dixmods/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/dixmods/extmod/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/ddc/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/xfree86/common/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/vfb/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/vfb/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/kdrive/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/kdrive/src/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/kdrive/linux/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/kdrive/fbdev/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/kdrive/fake/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/kdrive/ephyr/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/kdrive/ephyr/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/man/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/input/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/glxProxy/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/examples/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/doxygen/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/doc/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/config/Makefile.in
dpkg-source: warning: ignoring deletion of file hw/dmx/config/man/Makefile.in
dpkg-source: warning: ignoring deletion of file glx/Makefile.in
dpkg-source: warning: ignoring deletion of file fb/Makefile.in
dpkg-source: warning: ignoring deletion of file exa/Makefile.in
dpkg-source: warning: ignoring deletion of file doc/Makefile.in
dpkg-source: warning: ignoring deletion of file doc/dtrace/Makefile.in
dpkg-source: warning: ignoring deletion of file dix/Makefile.in
dpkg-source: warning: ignoring deletion of file dbe/Makefile.in
dpkg-source: warning: ignoring deletion of file damageext/Makefile.in
dpkg-source: warning: ignoring deletion of file config/Makefile.in
dpkg-source: warning: ignoring deletion of file composite/Makefile.in
dpkg-source: warning: the diff modifies the following upstream files: 
 ChangeLog
 Xext/xtest.c
 Xi/exevents.c
 Xi/extinit.c
 Xi/grabdev.c
 Xi/grabdevb.c
 Xi/grabdevk.c
 Xi/ungrdev.c
 Xi/ungrdevb.c
 Xi/ungrdevk.c
 Xi/xiallowev.c
 Xi/xigrabdev.c
 Xi/xipassivegrab.c
 Xi/xiproperty.c
 Xi/xiquerydevice.c
 Xi/xiquerydevice.h
 Xi/xiquerypointer.c
 Xi/xiselectev.c
 Xi/xiwarppointer.c
 config/config-backends.h
 config/config.c
 config/dbus-api
 config/dbus.c
 config/hal.c
 config/udev.c
 configure.ac
 dix/Makefile.am
 dix/devices.c
 dix/dispatch.c
 dix/enterleave.c
 dix/eventconvert.c
 dix/events.c
 dix/extension.c
 dix/getevents.c
 dix/grabs.c
 dix/inpututils.c
 dix/ptrveloc.c
 dix/tables.c
 dix/touch.c
 dix/window.c
 doc/c-extensions
 fix-miregion
 fix-miregion-private
 fix-patch-whitespace
 fix-region
 hw/kdrive/Xkdrive.man
 hw/kdrive/ephyr/ephyrhostproxy.c
 hw/kdrive/ephyr/ephyrhostproxy.h
 hw/kdrive/ephyr/ephyrproxyext.c
 hw/kdrive/ephyr/ephyrproxyext.h
 hw/kdrive/fbdev/Xfbdev.man
 hw/xfree86/common/xf86Config.c
 hw/xfree86/common/xf86Cursor.c
 hw/xfree86/common/xf86DGA.c
 hw/xfree86/common/xf86Init.c
 hw/xfree86/common/xf86Module.h
 hw/xfree86/common/xf86Option.c
 hw/xfree86/common/xf86RandR.c
 hw/xfree86/common/xf86Xinput.c
 hw/xfree86/common/xf86Xinput.h
 hw/xfree86/doc/ddxDesign.xml
 hw/xfree86/man/xorg.conf.man
 hw/xfree86/modes/xf86RandR12.c
 hw/xfree86/xaa/xaalocal.h
 hw/xquartz/GL/glcontextmodes.c
 hw/xquartz/GL/glcontextmodes.h
 hw/xquartz/bundle/Resources/Dutch.lproj/locversion.plist
 hw/xquartz/bundle/Resources/Dutch.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/English.lproj/locversion.plist
 hw/xquartz/bundle/Resources/French.lproj/locversion.plist
 hw/xquartz/bundle/Resources/French.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/German.lproj/locversion.plist
 hw/xquartz/bundle/Resources/German.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/Italian.lproj/locversion.plist
 hw/xquartz/bundle/Resources/Italian.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/Japanese.lproj/locversion.plist
 hw/xquartz/bundle/Resources/Japanese.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/Spanish.lproj/locversion.plist
 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/ar.lproj/locversion.plist
 hw/xquartz/bundle/Resources/da.lproj/locversion.plist
 hw/xquartz/bundle/Resources/da.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/el.lproj/locversion.plist
 hw/xquartz/bundle/Resources/el.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/fi.lproj/locversion.plist
 hw/xquartz/bundle/Resources/fi.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/he.lproj/locversion.plist
 hw/xquartz/bundle/Resources/he.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/ko.lproj/locversion.plist
 hw/xquartz/bundle/Resources/ko.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/no.lproj/locversion.plist
 hw/xquartz/bundle/Resources/no.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/pl.lproj/locversion.plist
 hw/xquartz/bundle/Resources/pl.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/pt.lproj/locversion.plist
 hw/xquartz/bundle/Resources/pt.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/pt_PT.lproj/locversion.plist
 hw/xquartz/bundle/Resources/pt_PT.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/ru.lproj/locversion.plist
 hw/xquartz/bundle/Resources/ru.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/sk.lproj/locversion.plist
 hw/xquartz/bundle/Resources/sk.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/sv.lproj/locversion.plist
 hw/xquartz/bundle/Resources/sv.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/zh_CN.lproj/locversion.plist
 hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/designable.nib
 hw/xquartz/bundle/Resources/zh_TW.lproj/locversion.plist
 hw/xquartz/bundle/Resources/zh_TW.lproj/main.nib/designable.nib
 hw/xwin/XWin.exe.manifest
 hw/xwin/glx/wgl_ext_api.h
 hw/xwin/winglobals.h
 hw/xwin/winmonitors.h
 include/dix.h
 include/dixgrabs.h
 include/eventconvert.h
 include/events.h
 include/eventstr.h
 include/exevents.h
 include/input.h
 include/inputstr.h
 include/inpututils.h
 include/list.h
 include/misc.h
 include/protocol-versions.h
 include/ptrveloc.h
 include/scrnintstr.h
 include/xserver-properties.h
 mi/mi.h
 mi/mibstore.c
 mi/mieq.c
 mi/mipointer.c
 mi/mipointer.h
 mi/misprite.c
 mi/mivaltree.c
 test/Makefile.am
 test/input.c
 test/list.c
 test/misc.c
 test/touch.c
 test/xfree86.c
 test/xi2/Makefile.am
 test/xi2/protocol-common.c
 test/xi2/protocol-eventconvert.c
 test/xi2/protocol-xipassivegrabdevice.c
 test/xi2/protocol-xiquerydevice.c
 test/xi2/protocol-xiselectevents.c
 test/xi2/xi2.c
 xkb/XKM_file_format.txt
 xkb/xkbAccessX.c
 xkb/xkbActions.c
dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1)
dpkg-source: info: building xorg-server-lts-backport-quantal in xorg-server-lts-backport-quantal_1.11.4-0ubuntu10.2.dsc
 dpkg-genchanges -S >../xorg-server-lts-backport-quantal_1.11.4-0ubuntu10.2_source.changes
dpkg-genchanges: not including original source code in upload
 dpkg-source -i -I.bzr -I.svn -I.git --after-build xorg-server-1.11.4
dpkg-buildpackage: source only, diff-only upload (original source NOT included)
Now running lintian...
W: xorg-server-lts-backport-quantal source: patch-system-but-direct-changes-in-diff ChangeLog and 149 more
E: xorg-server-lts-backport-quantal source: version-substvar-for-external-package xserver-xorg-core-dbg-lts-backport-quantal -> xserver-xorg-core
Finished running lintian.
Now signing changes and any dsc files...
 signfile xorg-server-lts-backport-quantal_1.11.4-0ubuntu10.2.dsc Bryce Harrington <bryce@xxxxxxxxxx>

 signfile xorg-server-lts-backport-quantal_1.11.4-0ubuntu10.2_source.changes Bryce Harrington <bryce@xxxxxxxxxx>

Successfully signed dsc and changes files

xorg-server now renamed to xorg-server-lts-backport-quantal



----- End forwarded message -----


Follow ups