Changeset 7477
- Timestamp:
- 03/05/11 23:54:05 (2 years ago)
- Location:
- pkg/raul/main/ndiswrapper/trunk/debian
- Files:
-
- 4 added
- 5 edited
-
changelog (modified) (1 diff)
-
control (modified) (4 diffs)
-
control.modules.in (modified) (1 diff)
-
ndiswrapper-dkms.dkms.in (added)
-
patches/linux-2.6.35 (added)
-
patches/series (modified) (1 diff)
-
rules (modified) (7 diffs)
-
source (added)
-
source/format (added)
Legend:
- Unmodified
- Added
- Removed
-
pkg/raul/main/ndiswrapper/trunk/debian/changelog
r6332 r7477 1 ndiswrapper (1.56-parsix1) unstable; urgency=low 2 3 * New upstream bugfix release 4 * Dropped fix-2.6.31-build.patch, merged upstream 1 ndiswrapper (1.56-parsix2) unstable; urgency=low 2 3 * Sync'd with Debian 1.56-3 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 05 Mar 2011 14:53:41 -0800 6 7 ndiswrapper (1.56-3) unstable; urgency=low 8 9 * Use a reworked and working Linux 2.6.35 support patch (LP: #613796) 10 11 -- Julian Andres Klode <jak@debian.org> Mon, 13 Sep 2010 19:59:08 +0200 12 13 ndiswrapper (1.56-2) unstable; urgency=low 14 15 * Only suggest ndiswrapper-dkms on Ubuntu 16 * Add support for Linux 2.6.35 (LP: #590090) 17 * Set Standards-Version to 3.9.1 18 19 -- Julian Andres Klode <jak@debian.org> Tue, 03 Aug 2010 14:21:33 +0200 20 21 ndiswrapper (1.56-1) unstable; urgency=low 22 23 * Imported Upstream version 1.56 24 * Drop all patches, they are shipped upstream now. 5 25 * debian/ndiswrapper.8, debian/loadnsisdriver.8: Escape the "-". 6 * Bump standards version to 3.8.4, no extra change is needed 7 8 -- Alan Baghumian <alan@technotux.org> Sun, 14 Feb 2010 13:00:17 -0800 9 10 ndiswrapper (1.55-parsix2) unstable; urgency=low 11 12 * Added fix-2.6.31-build.patch to fix 2.6.31 build13 More info: http://bugs.gentoo.org/show_bug.cgi?id=28005714 * Dropped fix-typo-in-netdev-ops-struct.patch, merged upstream15 16 -- Alan Baghumian <alan@technotux.org> Wed, 02 Dec 2009 19:30:02 -080017 18 ndiswrapper (1.55- parsix1) unstable; urgency=low19 20 * New upstream stable release21 - bump standards version to 3.8.2, no extra change is needed22 - disabled fix-typo-in-netdev-ops-struct.patch23 24 -- Alan Baghumian <alan@technotux.org> Thu, 30 Jul 2009 17:33:12 -070025 26 ndiswrapper (1.54-parsix1) unstable; urgency=low 27 28 * S ync'd with Debian 1.54-229 30 -- Alan Baghumian <alan@technotux.org> Sun, 26 Apr 2009 10:55:18 -070026 27 -- Julian Andres Klode <jak@debian.org> Sun, 14 Feb 2010 14:28:28 +0100 28 29 ndiswrapper (1.55-2) unstable; urgency=low 30 31 * use-conf-in-modprobe-d.diff: Use /etc/modprobe.d/ndiswrapper.conf, 32 not /etc/modprobe.d/ndiswrapper. 33 * fix-cmpxchg8b.diff: Fix compilation for kernel >= 2.6.31 on i386 34 (Closes: #568065). 35 36 -- Julian Andres Klode <jak@debian.org> Tue, 02 Feb 2010 08:21:45 +0100 37 38 ndiswrapper (1.55-1) unstable; urgency=low 39 40 * Imported Upstream version 1.55 41 * fix-typo-in-netdev-ops-struct.patch: Drop patch, now upstream. 42 * debian/control: Increase Standards-Version to 3.8.4. 43 * Create a ndiswrapper-dkms package, recommend it in ndiswrapper- 44 utils-1.9. 45 * debian/control: Add Vcs-Git and Vcs-Browser fields. 46 * debian/control: Add ${misc:Depends} to ndiswrapper-source 47 dependencies. 48 * Switch to 3.0 (quilt) source package format. 49 50 -- Julian Andres Klode <jak@debian.org> Mon, 01 Feb 2010 18:35:25 +0100 31 51 32 52 ndiswrapper (1.54-2) unstable; urgency=low -
pkg/raul/main/ndiswrapper/trunk/debian/control
r6332 r7477 4 4 Maintainer: Julian Andres Klode <jak@debian.org> 5 5 Uploaders: Kel Modderman <kel@otaku42.de> 6 Standards-Version: 3.8.4 7 Build-Depends: debhelper (>= 5), bzip2, quilt 6 Standards-Version: 3.9.1 7 Build-Depends: debhelper (>= 5), bzip2, dkms 8 Vcs-Git: git://git.debian.org/git/collab-maint/ndiswrapper.git 9 Vcs-Browser: http://git.debian.org/?p=collab-maint/ndiswrapper.git;a=summary 8 10 Homepage: http://ndiswrapper.sourceforge.net/ 9 11 … … 27 29 Architecture: i386 amd64 28 30 Depends: ${shlibs:Depends}, ${misc:Depends}, ndiswrapper-common 29 Suggests: ndiswrapper-source 31 Recommends: ${distro:Recommends} 32 Suggests: ${distro:Suggests}, ndiswrapper-source 30 33 Description: Userspace utilities for the ndiswrapper Linux kernel module 31 34 Some vendors do not release specifications of the hardware or provide a … … 42 45 Architecture: all 43 46 Section: kernel 44 Depends: module-assistant, debhelper (>= 5), bzip247 Depends: ${misc:Depends}, module-assistant, debhelper (>= 5), bzip2 45 48 Suggests: kernel-package 46 49 Description: Source for the ndiswrapper Linux kernel module … … 52 55 it is in Windows, without binary emulation. 53 56 . 54 This package provides the source code for the ndiswrapper kernel module. If 55 you use a standard distribution kernel, you mostly will not need this, but use 56 the pre-compiled modules instead. 57 This package provides the source code for the ndiswrapper kernel module. 58 59 Package: ndiswrapper-dkms 60 Architecture: all 61 Section: kernel 62 Depends: ${misc:Depends} 63 Description: Source for the ndiswrapper Linux kernel module (DKMS) 64 Some vendors do not release specifications of the hardware or provide a 65 Linux driver for their wireless network cards. This project implements 66 Windows kernel API and NDIS (Network Driver Interface Specification) API 67 within Linux kernel. A Windows driver for wireless network card is then 68 linked to this implementation so that the driver runs natively, as though 69 it is in Windows, without binary emulation. 70 . 71 This package provides the source code for ndiswrapper kernel module to be 72 build with dkms. -
pkg/raul/main/ndiswrapper/trunk/debian/control.modules.in
r6332 r7477 5 5 Uploaders: Kel Modderman <kel@otaku42.de> 6 6 Build-Depends: debhelper (>= 5), bzip2 7 Standards-Version: 3.8. 47 Standards-Version: 3.8.0 8 8 9 9 Package: ndiswrapper-modules-_KVERS_ -
pkg/raul/main/ndiswrapper/trunk/debian/patches/series
r6332 r7477 1 linux-2.6.35 -
pkg/raul/main/ndiswrapper/trunk/debian/rules
r5131 r7477 1 1 #!/usr/bin/make -f 2 include /usr/share/quilt/quilt.make 2 version := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\([^-]\+\)-.\+/\1/p') 3 recommends := $(shell dpkg-vendor --derives-from Ubuntu || echo "ndiswrapper-dkms") 4 suggests := $(shell dpkg-vendor --derives-from Ubuntu && echo "ndiswrapper-dkms" || true) 3 5 # Uncomment this to turn on verbose mode. 4 6 #export DH_VERBOSE=1 … … 7 9 8 10 build-indep: build-indep-stamp 9 build-indep-stamp: $(QUILT_STAMPFN)11 build-indep-stamp: 10 12 touch $@ 11 13 12 14 build-arch: build-arch-stamp 13 build-arch-stamp: $(QUILT_STAMPFN)15 build-arch-stamp: 14 16 dh_testdir 15 17 … … 18 20 touch $@ 19 21 20 clean: unpatch22 clean: 21 23 dh_testdir 22 24 dh_testroot … … 24 26 $(MAKE) -C utils distclean 25 27 26 dh_clean build-arch-stamp build-indep-stamp 28 dh_clean build-arch-stamp build-indep-stamp debian/ndiswrapper-dkms.dkms 29 30 debian/ndiswrapper-dkms.dkms: debian/ndiswrapper-dkms.dkms.in 31 sed s/@VERSION@/$(version)/g $< > $@ 27 32 28 33 install: install-indep install-arch 29 34 30 install-indep: build-indep 35 install-indep: build-indep debian/ndiswrapper-dkms.dkms 31 36 dh_testdir 32 37 dh_testroot … … 49 54 tar jcf debian/ndiswrapper-source/usr/src/ndiswrapper.tar.bz2 \ 50 55 -C debian/tmp modules 56 57 # Create the ndiswrapper-dkms package. 58 dh_install -pndiswrapper-dkms driver/Makefile usr/src/ndiswrapper-$(version) 59 dh_install -pndiswrapper-dkms driver/*.[chS] usr/src/ndiswrapper-$(version) 60 dh_install -pndiswrapper-dkms driver/*.sh usr/src/ndiswrapper-$(version) 61 dh_dkms -pndiswrapper-dkms 51 62 52 63 install-arch: build-arch … … 73 84 dh_fixperms -i 74 85 dh_installdeb -i 75 dh_gencontrol -i 86 dh_gencontrol -i -- -Vdistro:Recommends=$(recommends) \ 87 -Vdistro:Suggests=$(suggests) 76 88 dh_md5sums -i 77 89 dh_builddeb -i … … 88 100 dh_installdeb -s 89 101 dh_shlibdeps -s 90 dh_gencontrol -s 102 dh_gencontrol -s -- -Vdistro:Recommends=$(recommends) \ 103 -Vdistro:Suggests=$(suggests) 91 104 dh_md5sums -s 92 105 dh_builddeb -s
Note: See TracChangeset
for help on using the changeset viewer.


