Removed debian/ directory, that stuff is now handled in its own repository
This commit is contained in:
parent
5ad25de8a2
commit
5c964ad321
8 changed files with 0 additions and 181 deletions
18
debian/changelog
vendored
18
debian/changelog
vendored
|
@ -1,18 +0,0 @@
|
|||
xboxdrv (0.4.12-3) lucid; urgency=low
|
||||
|
||||
* Updated to final 0.4.12 release
|
||||
* Fixed incorrect install prefix
|
||||
|
||||
-- Ingo Ruhnke <grumbel@gmx.de> Fri, 08 May 2010 17:06:22 +0200
|
||||
|
||||
xboxdrv (0.4.12-2) lucid; urgency=low
|
||||
|
||||
* Changed libboost1.41 dependency to libboost1.40
|
||||
|
||||
-- Ingo Ruhnke <grumbel@gmx.de> Fri, 07 May 2010 14:27:22 +0200
|
||||
|
||||
xboxdrv (0.4.12-1) lucid; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Ingo Ruhnke <grumbel@gmx.de> Fri, 07 May 2010 13:27:22 +0200
|
1
debian/compat
vendored
1
debian/compat
vendored
|
@ -1 +0,0 @@
|
|||
7
|
27
debian/control
vendored
27
debian/control
vendored
|
@ -1,27 +0,0 @@
|
|||
Source: xboxdrv
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Ingo Ruhnke <grumbel@gmx.de>
|
||||
Build-Depends: debhelper (>= 7), scons, libusb-dev, libx11-dev, x11proto-core-dev,
|
||||
scons, g++-4.4, libboost1.40-dev, libboost-thread1.40-dev, x11proto-core-dev
|
||||
Standards-Version: 3.8.4
|
||||
Homepage: http://pingus.seul.org/~grumbel/xboxdrv/
|
||||
|
||||
Package: xboxdrv
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbus, python
|
||||
Description: A Xbox360 gamepad driver for the userspace
|
||||
This is a Xbox/Xbox360 gamepad driver for Linux that works in
|
||||
userspace. It is an alternative to the xpad kernel driver and has
|
||||
support for Xbox1 gamepads, Xbox360 USB gamepads and Xbox360 wireless
|
||||
gamepads. The Xbox360 guitar and some Xbox1 dancemats might work
|
||||
too. The Xbox 360 racing wheel is not supported, but shouldn't be to
|
||||
hard to add if somebody is interested.
|
||||
.
|
||||
This driver is only of interest if the xpad kernel driver doesn't
|
||||
work for you or if you want more configurabity. If the xpad kernel
|
||||
driver works for you there is no need to try this driver.
|
||||
.
|
||||
In addition to all the Xbox related stuff, the driver also supports
|
||||
the Thrustmaster Dual Power 3 gamepad, including rumble, which isn't
|
||||
supported by the normal kernel driver.
|
31
debian/copyright
vendored
31
debian/copyright
vendored
|
@ -1,31 +0,0 @@
|
|||
This package was debianized by Ingo Ruhnke <grumbel@gmx.de> on
|
||||
Tue, 21 Apr 2009 16:43:42 +0200.
|
||||
|
||||
It was downloaded from http://pingus.seul.org/~grumbel/xboxdrv/
|
||||
|
||||
Upstream Author(s):
|
||||
|
||||
Ingo Ruhnke <grumbel@gmx.de>
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright (C) 2009 Ingo Ruhnke <grumbel@gmx.de>
|
||||
|
||||
License:
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
The Debian packaging is copyright 2009, Ingo Ruhnke <grumbel@gmx.de> and
|
||||
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
|
2
debian/dirs
vendored
2
debian/dirs
vendored
|
@ -1,2 +0,0 @@
|
|||
usr/bin
|
||||
usr/share/man/man1
|
5
debian/docs
vendored
5
debian/docs
vendored
|
@ -1,5 +0,0 @@
|
|||
AUTHORS
|
||||
NEWS
|
||||
PROTOCOL
|
||||
README
|
||||
TODO
|
96
debian/rules
vendored
96
debian/rules
vendored
|
@ -1,96 +0,0 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
ifndef DESTDIR
|
||||
DESTDIR=..
|
||||
endif
|
||||
|
||||
configure: configure-stamp
|
||||
configure-stamp:
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
|
||||
touch configure-stamp
|
||||
|
||||
|
||||
build: build-stamp
|
||||
|
||||
build-stamp: configure-stamp
|
||||
dh_testdir
|
||||
|
||||
# Add here commands to compile the package.
|
||||
# $(MAKE)
|
||||
scons
|
||||
#docbook-to-man debian/xboxdrv.sgml > xboxdrv.1
|
||||
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp configure-stamp
|
||||
|
||||
# Add here commands to clean up after the build process.
|
||||
scons -c
|
||||
rm -rf .sconf_temp/
|
||||
rm -f .sconsign.dblite
|
||||
rm -f config.log
|
||||
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/xboxdrv.
|
||||
# $(MAKE) DESTDIR=$(CURDIR)/debian/xboxdrv install
|
||||
./install.sh --prefix $(CURDIR)/debian/xboxdrv/usr
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs
|
||||
dh_installdocs
|
||||
dh_installexamples
|
||||
# dh_install
|
||||
# dh_installmenu
|
||||
# dh_installdebconf
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_python
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
dh_installman
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb --destdir "$(DESTDIR)"
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
1
debian/source/format
vendored
1
debian/source/format
vendored
|
@ -1 +0,0 @@
|
|||
3.0 (native)
|
Loading…
Add table
Reference in a new issue