--- xserver-xorg-input-acecad-1.5.0.orig/autogen.sh +++ xserver-xorg-input-acecad-1.5.0/autogen.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" --- xserver-xorg-input-acecad-1.5.0.orig/debian/README.source +++ xserver-xorg-input-acecad-1.5.0/debian/README.source @@ -0,0 +1,49 @@ +------------------------------------------------------ +Quick Guide To Patching This Package For The Impatient +------------------------------------------------------ + +1. Make sure you have quilt installed +2. Unpack the package as usual with "dpkg-source -x" +3. Run the "patch" target in debian/rules +4. Create a new patch with "quilt new" (see quilt(1)) +5. Edit all the files you want to include in the patch with "quilt edit" + (see quilt(1)). +6. Write the patch with "quilt refresh" (see quilt(1)) +7. Run the "clean" target in debian/rules + +Alternatively, instead of using quilt directly, you can drop the patch in to +debian/patches and add the name of the patch to debian/patches/series. + +------------------------------------ +Guide To The X Strike Force Packages +------------------------------------ + +The X Strike Force team maintains X packages in git repositories on +git.debian.org in the pkg-xorg subdirectory. Most upstream packages +are actually maintained in git repositories as well, so they often +just need to be pulled into git.debian.org in a "upstream-*" branch. +Otherwise, the upstream sources are manually installed in the Debian +git repository. + +The .orig.tar.gz upstream source file could be generated using this +"upstream-*" branch in the Debian git repository but it is actually +copied from upstream tarballs directly. + +Due to X.org being highly modular, packaging all X.org applications +as their own independent packages would have created too many Debian +packages. For this reason, some X.org applications have been grouped +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils, +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils. +Most packages, including the X.org server itself and all libraries +and drivers are, however maintained independently. + +The Debian packaging is added by creating the "debian-*" git branch +which contains the aforementioned "upstream-*" branch plus the debian/ +repository files. +When a patch has to be applied to the Debian package, two solutions +are involved: +* If the patch is available in one of the upstream branches, it + may be git'cherry-picked into the Debian repository. In this + case, it appears directly in the .diff.gz. +* Otherwise, the patch is added to debian/patches/ which is managed + with quilt as documented in /usr/share/doc/quilt/README.source. --- xserver-xorg-input-acecad-1.5.0.orig/debian/changelog +++ xserver-xorg-input-acecad-1.5.0/debian/changelog @@ -0,0 +1,257 @@ +xserver-xorg-input-acecad (1:1.5.0-1build8) xenial; urgency=medium + + * Really rebuild against the new xserver. + + -- Timo Aaltonen Thu, 03 Mar 2016 13:29:19 +0200 + +xserver-xorg-input-acecad (1:1.5.0-1build7) xenial; urgency=medium + + * Rebuild against new xserver. + + -- Timo Aaltonen Wed, 03 Feb 2016 16:33:55 +0200 + +xserver-xorg-input-acecad (1:1.5.0-1build6) utopic; urgency=medium + + * Rebuild to pick up new Xserver dependencies + + -- Maarten Lankhorst Wed, 10 Sep 2014 10:59:28 +0200 + +xserver-xorg-input-acecad (1:1.5.0-1build5) trusty; urgency=medium + + * Rebuild for xorg 1.15 abi. + + -- Maarten Lankhorst Wed, 05 Feb 2014 09:35:07 +0000 + +xserver-xorg-input-acecad (1:1.5.0-1build4) raring; urgency=low + + * Rebuild to pick up new Xserver dependencies. + + -- Timo Aaltonen Fri, 08 Feb 2013 11:58:31 +0200 + +xserver-xorg-input-acecad (1:1.5.0-1build3) quantal-proposed; urgency=low + + * Rebuild to pick up new Xserver dependencies + + -- Timo Aaltonen Wed, 01 Aug 2012 14:52:24 +0300 + +xserver-xorg-input-acecad (1:1.5.0-1build2) precise; urgency=low + + * Rebuild again to fix upload snafu + + -- Christopher James Halse Rogers Fri, 16 Dec 2011 09:56:38 +1100 + +xserver-xorg-input-acecad (1:1.5.0-1build1) precise; urgency=low + + * Rebuild to pick up new Xserver dependencies + + -- Christopher James Halse Rogers Fri, 16 Dec 2011 08:53:19 +1100 + +xserver-xorg-input-acecad (1:1.5.0-1) unstable; urgency=low + + * New upstream release: + - Compatible with xorg-server 1.10 (Closes: #624890). + * Add x11proto-kb-dev build-dep accordingly. + + -- Cyril Brulebois Thu, 05 May 2011 01:08:17 +0200 + +xserver-xorg-input-acecad (1:1.4.0-4) unstable; urgency=low + + * Switch to dh: + - Use debhelper 8. + - Use dh-autoreconf. + - Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf + debhelper sequence. + - Specify usr/share/man in xserver-xorg-input-acecad.install, and + remove xserver-xorg-input-acecad.manpages accordingly. + * Remove xsfbs accordingly. + * Remove long obsolete Replaces. + * Update Uploaders list. Thanks, David & Brice! + * Wrap Depends/Provides. + * Remove XS prefix from Vcs fields. + * Bump Standards-Version to 3.9.1 (no changes needed). + * Add quilt build-dep for future use. + + -- Cyril Brulebois Sat, 05 Feb 2011 14:32:59 +0100 + +xserver-xorg-input-acecad (1:1.4.0-3) experimental; urgency=low + + * Build against Xserver 1.9.1 rc1. + + -- Cyril Brulebois Wed, 13 Oct 2010 01:40:26 +0200 + +xserver-xorg-input-acecad (1:1.4.0-2) unstable; urgency=medium + + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + * Update xsfbs, use new ${xinpdriver:Depends} substvar. + + -- Julien Cristau Sat, 15 May 2010 16:53:10 +0200 + +xserver-xorg-input-acecad (1:1.4.0-1) experimental; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + * Bump Standards-Version to 3.8.3. + * Build against Xserver 1.7. + + [ Cyril Brulebois ] + * Upload to experimental. + + -- Cyril Brulebois Sat, 05 Dec 2009 23:25:26 +0100 + +xserver-xorg-input-acecad (1:1.3.0-2) unstable; urgency=low + + * Allow parallel builds. + * Upload to unstable. + + -- Julien Cristau Thu, 09 Apr 2009 15:29:49 +0100 + +xserver-xorg-input-acecad (1:1.3.0-1) experimental; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + * Run autoreconf at build time; build-depend on automake, libtool + and xutils-dev. + + [ Julien Cristau ] + * Build against xserver >= 1.6 rc1. + + -- Julien Cristau Tue, 31 Mar 2009 21:46:32 +0200 + +xserver-xorg-input-acecad (1:1.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Brice Goglin Sun, 10 Feb 2008 11:35:38 +0100 + +xserver-xorg-input-acecad (1:1.2.1-3) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Sun, 16 Sep 2007 15:13:34 -0400 + +xserver-xorg-input-acecad (1:1.2.1-2) UNRELEASED; urgency=low + + * Add upstream URL to debian/copyright. + + -- Brice Goglin Sat, 15 Sep 2007 01:36:04 +0200 + +xserver-xorg-input-acecad (1:1.2.1-1) experimental; urgency=low + + [ Brice Goglin ] + * Install the upstream changelog again. + + [ Julien Cristau ] + * New upstream release. + + works with new (xserver 1.4) input ABI + * Generate the Provides field automatically. + * Build against xserver-xorg-dev 1.4 + * Add myself to Uploaders and remove Branden with his permission. + + -- Julien Cristau Tue, 11 Sep 2007 20:01:14 +0200 + +xserver-xorg-input-acecad (1:1.2.0-1) unstable; urgency=low + + [ Julien Cristau ] + * Add link to xserver-xorg-core bug script, so that bugreports contain + the user's config and log files. + * Generate the dependency on xserver-xorg-core automatically. + + [ Brice Goglin ] + * New upstream release. + * Support for 2.6 kernels (closes: #420531). + * Install the upstream changelog. + * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902 + (needed to let xsfbs get access to serverminver). + * Add XS-Vcs-*. + * Add a link to www.X.org and a reference to the xf86-input-acecad + module in the long description. + * Remove Fabio from uploaders with his permission. He's always welcome back. + + [ Timo Aaltonen ] + * Drop linux-kernel-headers from Build-Depends. + + [ Drew Parsons ] + * New upstream version 1.2.0. + * Include upstream commit 1af7e022be2bcbcf50d12c0c3847a853a911347c, + it looks useful. + * autoreconf to update for new configure.ac + * Upstream Changelog no longer included. + + -- Drew Parsons Sat, 12 May 2007 23:44:50 +1000 + +xserver-xorg-input-acecad (1:1.1.0-1) unstable; urgency=low + + [ Andres Salomon ] + * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; + idempotency fix. + * Run dh_install w/ --list-missing. + + [ Drew Parsons ] + * New upstream version (X11R7.1). + * Standards version 3.7.2. + * Use debhelper 5. + * Use dh_installman to install man pages. + * Exclude acecad_drv.la from dh_install. + * Use versioned depends on xserver-xorg-dev. + + -- Drew Parsons Mon, 2 Oct 2006 09:48:30 +1000 + +xserver-xorg-input-acecad (1:1.0.0.5-2) unstable; urgency=low + + * Upload to modular + + -- David Nusinow Sun, 26 Mar 2006 20:24:29 -0500 + +xserver-xorg-input-acecad (1:1.0.0.5-1) experimental; urgency=low + + * First upload to Debian + * Change source package, package, and provides names to denote the + type of driver and that they are for xserver-xorg + + -- David Nusinow Sun, 29 Jan 2006 14:38:48 -0500 + +xserver-xorg-input-acecad (1:1.0.0.5-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Add provides on xserver-xorg-input. + + -- Daniel Stone Wed, 4 Jan 2006 19:46:59 +1100 + +xserver-xorg-input-acecad (1:1.0.0.4-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 19 Dec 2005 08:53:05 +1100 + +xserver-xorg-input-acecad (1:1.0.0.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 12 Dec 2005 13:35:41 +1100 + +xserver-xorg-input-acecad (1:1.0.0.2-0ubuntu2) dapper; urgency=low + + * Add missing Build-Depends (x11proto-core-dev, x11proto-randr-dev, + x11proto-input-dev). + + -- Daniel Stone Mon, 5 Dec 2005 12:45:09 +1100 + +xserver-xorg-input-acecad (1:1.0.0.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 22 Nov 2005 13:19:03 +1100 + +xserver-xorg-input-acecad (1:1.0.0.1-1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 25 Oct 2005 17:21:49 +1000 + +xserver-xorg-input-acecad (1:1.0.0-1) breezy; urgency=low + + * First xserver-xorg-input-acecad release. + + -- Daniel Stone Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-input-acecad-1.5.0.orig/debian/compat +++ xserver-xorg-input-acecad-1.5.0/debian/compat @@ -0,0 +1 @@ +8 --- xserver-xorg-input-acecad-1.5.0.orig/debian/control +++ xserver-xorg-input-acecad-1.5.0/debian/control @@ -0,0 +1,35 @@ +Source: xserver-xorg-input-acecad +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: Drew Parsons , Cyril Brulebois +Build-Depends: + debhelper (>= 8), + dh-autoreconf, + quilt, + pkg-config, + xserver-xorg-dev (>= 2:1.15.99.903), + x11proto-core-dev, + x11proto-randr-dev, + x11proto-input-dev, + x11proto-kb-dev, + xutils-dev +Standards-Version: 3.9.1 +Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-acecad +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-acecad.git + +Package: xserver-xorg-input-acecad +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xinpdriver:Depends}, +Provides: + ${xinpdriver:Provides} +Description: X.Org X server -- AceCad input driver + This package provides the driver for AceCad Flair input devices. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-input-acecad driver module. --- xserver-xorg-input-acecad-1.5.0.orig/debian/copyright +++ xserver-xorg-input-acecad-1.5.0/debian/copyright @@ -0,0 +1,24 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/driver/ + +Copyright (c) 2001 Edouard TISSERANT +Parts inspired from Shane Watts XFree86 3 Acecad Driver +Thanks to Emily, from AceCad, For giving me documents. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF +OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. --- xserver-xorg-input-acecad-1.5.0.orig/debian/patches/series +++ xserver-xorg-input-acecad-1.5.0/debian/patches/series @@ -0,0 +1 @@ +# placeholder --- xserver-xorg-input-acecad-1.5.0.orig/debian/rules +++ xserver-xorg-input-acecad-1.5.0/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +# Install in debian/tmp to retain control through dh_install: +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + +# Kill *.la files, and forget no-one: +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install --fail-missing + +# That's a plugin, use appropriate warning level: +override_dh_shlibdeps: + dh_shlibdeps -- --warnings=6 + +%: + dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ --- xserver-xorg-input-acecad-1.5.0.orig/debian/watch +++ xserver-xorg-input-acecad-1.5.0/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-input-acecad +version=3 +http://xorg.freedesktop.org/releases/individual/driver/ xf86-input-acecad-(.*)\.tar\.gz --- xserver-xorg-input-acecad-1.5.0.orig/debian/xserver-xorg-input-acecad.install +++ xserver-xorg-input-acecad-1.5.0/debian/xserver-xorg-input-acecad.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/input/*.so +usr/share/man --- xserver-xorg-input-acecad-1.5.0.orig/debian/xserver-xorg-input-acecad.links +++ xserver-xorg-input-acecad-1.5.0/debian/xserver-xorg-input-acecad.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-input-acecad/script