changeset 12:bc21025dcf6d

Remove debian directory to allow be in Debian official repositories
author AngelCarpintero
date Tue, 20 Jan 2009 12:19:45 +0000
parents b904131a3807
children 5971a90f2459
files debian/README.Debian debian/changelog debian/compat debian/control.modules.in debian/copyright debian/rules
diffstat 6 files changed, 0 insertions(+), 168 deletions(-) [+]
line wrap: on
line diff
--- a/debian/README.Debian	Mon Dec 22 04:32:52 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-I added as little glue as possible to the vloopback source to build with the
-Debian kernel module tools kernel-package [0] or module-assistant [1]
-
-
-kernel-package
-==============
-
-kernel-package is a utility for building Linux kernel related Debian packages
-just by running `make-kpkg kernel_image`
-
-Documentation on building extra kernel modules like vloopback is in the
-kernel-package package in `/usr/share/doc/kernel-package/README.modules`
-
-Essentially, you must download the vloopback source, which comes with the
-necessary Debian glue [2]
-
-Now you can add to the `make-kpkg` command line `--added-modules
-<vloopback_location> modules_image`
-
-No matter where you downloaded vloopback, you can use the absolute path to the
-source for <vloopback_location>
-
-If you downloaded vloopback to `/usr/src/modules/<vloopback_source>s`', you can
-use just <vloopback_source> for <vloopback_location>
-
-When `make-kpkg` is finished, you should find
-'vloopback-modules-<kernel_version>_<vloopback_version>+<kernel_revision>_<architecture>.deb'
-in the directory below that which you ran `make-kpkg`
-
-Use this package however you would ordinarily use a Debian package - for
-instance: `dpkg -i
-vloopback-modules-<kernel_version>_<vloopback_version>+<kernel_revision>_<architecture>.deb`
-
-
-module-assistant
-================
-
-The module-assistant tool helps users & package maintainers with managing
-external kernel modules packaged for Debian
-
-Documentation on building modules with module-assistant is in the
-module-assistant package in `/usr/share/doc/module-assistant/HOWTO`
-
-Essentially, you must download the vloopback source, as with kernel-package
-
-Then you can run `module-assistant build <vloopback_source>`
-
-It's not yet clear to me whether you must download vloopback to
-`/usr/src/module/<vloopback_source>`, whether you can use
-`MODULE_LOC=<other_path> module-assistant build <vloopback_source>` if
-vloopback is downloaded to `<other_path>/<vloopback_source` or whether you can
-run `module-assistant build <other_path>/<vloopback_source>`
-
-Consult the module-assistant documentation or contact the module-assistant
-maintainer for more information
-
- -- Jack Bates <ms419@freezone.co.uk>
-
-[0] http://packages.debian.org/kernel-package
-[1] http://packages.debian.org/module-assistant
-[2] http://www.lavrsen.dk/twiki/bin/view/Motion/VideoFourLinuxLoopbackDevice
--- a/debian/changelog	Mon Dec 22 04:32:52 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-vloopback (1.0-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Jack Bates <ms419@freezone.co.uk>  Wed, 30 Aug 2006 09:40:36 -0700
-
-vloopback (0.97-snap3-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Jack Bates <ms419@freezone.co.uk>  Mon,  1 May 2006 19:48:36 -0700
-
-vloopback (0.97-snap1-1) unstable; urgency=low
-
-  * Initial release
-
- -- Jack Bates <ms419@freezone.co.uk>  Thu,  8 Dec 2005 16:43:57 -0800
--- a/debian/compat	Mon Dec 22 04:32:52 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-4
--- a/debian/control.modules.in	Mon Dec 22 04:32:52 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-Source: vloopback
-Section: unknown
-Priority: optional
-Maintainer: Jack Bates <ms419@freezone.co.uk>
-Build-Depends: debhelper (>> 4.0.0) # module-assistant?
-Standards-Version: 3.6.2
-
-Package: vloopback-modules-_KVERS_
-Architecture: any
-Provides: vloopback-modules
-Description: vloopback modules for Linux _KVERS_
- vloopback is a video4linux driver providing video pipes.  With this driver you
- can use the output of a user program as input to another program which would
- normally communicate with a video4linux device.
--- a/debian/copyright	Mon Dec 22 04:32:52 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-Copyright Holder:
-
-    Angel Carpintero, ack@telefonica.net
-    Kenneth Lavrsen, kenneth@lavrsen.dk
-
-License:
-
-   This package 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 2 of the License, or
-   (at your option) any later version.
-
-   This package 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 package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
--- a/debian/rules	Mon Dec 22 04:32:52 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-#!/usr/bin/make -f
-
-# Uncomment to turn on verbose mode
-#export DH_VERBOSE = 1
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-# Prefix of the target package name
-PACKAGE = vloopback-modules
-
-# Load generic variable handling
--include /usr/share/modass/include/generic.make
-
-# Load default rules, including kdist, kdist_image, ...
--include /usr/share/modass/include/common-rules.make
-
-binary-modules:
-	dh_testdir
-	dh_testroot
-	dh_installdirs lib/modules/$(KVERS)/misc
-
-	# Build the module
-	$(MAKE) -C $(KSRC) M=$(PWD) modules
-
-	# Install the module
-	$(MAKE) -C $(KSRC) M=$(PWD) \
-		DEST=debian/$(PKGNAME)/lib/modules/$(KVERS)/misc modules_install
-
-	dh_installdocs README vloopback.html
-	dh_installmodules
-	dh_installchangelogs
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol -- -v$(VERSION)
-	dh_md5sums
-	dh_builddeb --destdir=$(DEB_DESTDIR)
-
-kdist_clean:
-	-$(MAKE) clean
-
-	# kdist_clean may be run before prep-deb-files
-	-dh_clean
-	rm -f debian/control
-
-kdist_config: prep-deb-files