Changeset 3776


Ignore:
Timestamp:
05/28/08 07:56:47 (5 years ago)
Author:
alanbach-guest
Message:
  • New upstream stable release
    • Sync'd with Debian 1.52-1
Location:
pkg/viola/main/ndiswrapper/trunk/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pkg/viola/main/ndiswrapper/trunk/debian/changelog

    r3016 r3776  
    1 ndiswrapper (1.52-parsix1) unstable; urgency=low 
     1ndiswrapper (1.53-parsix1) unstable; urgency=low 
    22 
    33  * New upstream stable release 
    4   * Bump standards to 3.7.3 
    5  
    6  -- Alan Baghumian <alan@technotux.org>  Mon, 04 Feb 2008 10:03:21 +0330 
    7  
    8 ndiswrapper (1.51-parsix1) unstable; urgency=low 
    9  
    10   * New upstream stable release  
    11  
    12  -- Alan Baghumian <alan@technotux.org>  Tue, 18 Dec 2007 21:49:55 +0330 
    13  
    14 ndiswrapper (1.50-parsix2) unstable; urgency=low 
    15  
    16   * Sync'd with Debian 1.50-1 
    17   * Fixes bug #60 
    18  
    19  -- Alan Baghumian <alan@technotux.org>  Mon, 17 Dec 2007 09:40:08 +0330 
     4  * Sync'd with Debian 1.52-1 
     5 
     6 -- Alan Baghumian <alan@technotux.org>  Wed, 28 May 2008 07:56:02 +0200 
     7 
     8ndiswrapper (1.52-1) unstable; urgency=low 
     9 
     10  * New upstream release. 
     11  * Rewrite debian/rules as a debhelper-cetric Makefile, rather than a cdbs 
     12    dependent Makefile fragment. [debian/control, debian/rules] 
     13  * Drop spurious dependencies of 'gcc' for ndiswrapper-source, 
     14    '${perl:Depends}' for ndiswrapper-utils-1.9 and '${shlibs:Depends}, 
     15    ${perl:Depends}' for ndiswrapper-common. They were never used. 
     16 
     17 -- Kel Modderman <kel@otaku42.de>  Thu, 07 Feb 2008 23:15:29 +1000 
     18 
     19ndiswrapper (1.51-1) unstable; urgency=low 
     20 
     21  * New upstream release 
     22  * update standards version to 3.7.3, no changes necessary. 
     23 
     24 -- Kel Modderman <kel@otaku42.de>  Sun, 23 Dec 2007 00:20:49 +1000 
    2025 
    2126ndiswrapper (1.50-1) unstable; urgency=low 
  • pkg/viola/main/ndiswrapper/trunk/debian/control

    r3016 r3776  
    55Uploaders: Andres Salomon <dilinger@debian.org> 
    66Standards-Version: 3.7.3 
    7 Build-Depends: debhelper (>= 5.0.37), cdbs, bzip2 
     7Build-Depends: debhelper (>= 5.0.37), bzip2 
    88Vcs-Svn: svn://svn.berlios.de/fullstory/ndiswrapper/trunk 
    99Vcs-Browser: http://svn.berlios.de/wsvn/fullstory/ndiswrapper/trunk/ 
     
    1212Package: ndiswrapper-common 
    1313Architecture: all 
    14 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} 
     14Depends: ${misc:Depends} 
    1515Replaces: ndiswrapper-utils 
    1616Suggests: ndiswrapper-source 
     
    2828Package: ndiswrapper-utils-1.9 
    2929Architecture: i386 amd64 
    30 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ndiswrapper-common 
     30Depends: ${shlibs:Depends}, ${misc:Depends}, ndiswrapper-common 
    3131Suggests: ndiswrapper-source 
    3232Description: Userspace utilities for the ndiswrapper Linux kernel module 
     
    4343Package: ndiswrapper-source 
    4444Architecture: all 
    45 Depends: module-assistant, debhelper (>= 5.0.37), bzip2, gcc 
     45Depends: module-assistant, debhelper (>= 5.0.37), bzip2 
    4646Suggests: kernel-package 
    4747Description: Source for the ndiswrapper Linux kernel module 
  • pkg/viola/main/ndiswrapper/trunk/debian/rules

    r2677 r3776  
    11#!/usr/bin/make -f 
    22 
    3 include /usr/share/cdbs/1/rules/debhelper.mk 
    4 include /usr/share/cdbs/1/rules/simple-patchsys.mk 
    5 include /usr/share/cdbs/1/class/makefile.mk 
     3# Uncomment this to turn on verbose mode. 
     4#export DH_VERBOSE=1 
    65 
    7 DEB_MAKE_INVOKE = $(MAKE) -C utils 
     6#include /usr/share/quilt/quilt.make 
    87 
    9 install/ndiswrapper-source:: 
    10         # Enforce executable bit on debian/rules, and create directory 
    11         # structure for modules source 
     8build: build-indep build-arch 
     9 
     10build-indep: build-indep-stamp 
     11#build-indep-stamp: $(QUILT_STAMPFN) 
     12build-indep-stamp: 
     13        touch $@ 
     14 
     15build-arch: build-arch-stamp 
     16#build-arch-stamp: $(QUILT_STAMPFN) 
     17build-arch-stamp: 
     18        dh_testdir 
     19         
     20        $(MAKE) -C utils 
     21         
     22        touch $@ 
     23 
     24#clean: unpatch 
     25clean: 
     26        dh_testdir 
     27        dh_testroot 
     28         
     29        $(MAKE) -C utils distclean 
     30         
     31        dh_clean build-arch-stamp build-indep-stamp 
     32 
     33install: install-indep install-arch 
     34 
     35install-indep: 
     36        dh_testdir 
     37        dh_testroot 
     38        dh_clean -k -i 
     39        dh_installdirs -i 
     40        dh_install -i 
     41         
    1242        install -D -m 0755 debian/rules.modules \ 
    1343                debian/tmp/modules/ndiswrapper/debian/rules 
    1444         
    15         # Prepare the other debian stuff 
    1645        for f in *.modules.in control compat copyright changelog; do \ 
    1746                install -m 0644 debian/$$f \ 
     
    1948        done 
    2049         
    21         # Prepare upstream source 
    2250        install driver/Makefile driver/*.[chS] debian/tmp/modules/ndiswrapper/ 
    2351         
    24         # Prepare the debian source tarball 
     52        mkdir -p debian/ndiswrapper-source/usr/src/ 
    2553        tar jcf debian/ndiswrapper-source/usr/src/ndiswrapper.tar.bz2 \ 
    2654                -C debian/tmp modules 
    27  
    28 install/ndiswrapper-utils-1.9:: 
     55         
     56install-arch: 
     57        dh_testdir 
     58        dh_testroot 
     59        dh_clean -k -s 
     60         
    2961        install -D -m755 utils/loadndisdriver \ 
    3062                debian/ndiswrapper-utils-1.9/sbin/loadndisdriver-1.9 
     
    3567        install -D -m644 ndiswrapper.8 \ 
    3668                debian/ndiswrapper-utils-1.9/usr/share/man/man8/ndiswrapper-1.9.8 
     69         
     70binary-indep: build-indep install-indep 
     71        dh_testdir -i 
     72        dh_testroot -i 
     73        dh_installman -i 
     74        dh_installdocs -i 
     75        dh_installchangelogs -i ChangeLog 
     76        dh_compress -i 
     77        dh_fixperms -i 
     78        dh_installdeb -i 
     79        dh_gencontrol -i 
     80        dh_md5sums -i 
     81        dh_builddeb -i 
     82 
     83binary-arch: build-arch install-arch 
     84        dh_testdir -s 
     85        dh_testroot -s 
     86        dh_installman -s 
     87        dh_installdocs -s 
     88        dh_installchangelogs -s ChangeLog 
     89        dh_strip -s 
     90        dh_compress -s 
     91        dh_fixperms -s 
     92        dh_installdeb -s 
     93        dh_shlibdeps -s 
     94        dh_gencontrol -s 
     95        dh_md5sums -s 
     96        dh_builddeb -s 
     97 
     98binary: binary-indep binary-arch 
     99.PHONY: build build-indep build-arch clean install install-indep install-arch binary-indep binary-arch binary 
Note: See TracChangeset for help on using the changeset viewer.