Changeset 3928 for pkg/viola


Ignore:
Timestamp:
06/23/08 11:43:23 (5 years ago)
Author:
alanbach-guest
Message:
  • Store settings in sysconfig/parsix
Location:
pkg/viola/main/hwsetup-ng/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pkg/viola/main/hwsetup-ng/trunk/debian/changelog

    r1768 r3928  
     1hwsetup-ng (0.2.3) unstable; urgency=low 
     2 
     3  * Store settings in sysconfig/parsix 
     4  * debian/control: 
     5    - bump standards version to 3.8.0 
     6    - remove obsolete Conflicts/Provides/Replaces lines 
     7    - set myself as the package maintainer     
     8 
     9 -- Alan Baghumian <alan@technotux.org>  Mon, 23 Jun 2008 11:40:50 +0200 
     10 
    111hwsetup-ng (0.2.2) barry; urgency=low 
    212 
  • pkg/viola/main/hwsetup-ng/trunk/debian/control

    r1768 r3928  
    22Section: utils 
    33Priority: extra 
    4 Maintainer: Stefan Lippers-Hollmann <s.l-h@gmx.de> 
     4Maintainer: Alan Baghumian <alan@technotux.org> 
    55Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0) 
    6 Standards-Version: 3.7.2 
     6Standards-Version: 3.8.0 
    77 
    88Package: hwsetup-ng 
    99Architecture: all 
    1010Depends: gawk, perl, discover1-data 
    11 Provides: hwsetup-kanotix 
    12 Replaces: hwsetup-kanotix 
    13 Conflicts: hwsetup-kanotix, hwdata-kanotix 
    1411Description: udev based hwsetup replacement 
    1512 Bash emulation of the former hwsetup for combined usage with udev. 
  • pkg/viola/main/hwsetup-ng/trunk/debian/copyright

    r1768 r3928  
    55 
    66Copyright Holder: (C) 2005 Joerg Schirottke <master@kanotix.com> 
     7                  (C) 2008 Alan Baghumian <alan@technotux.org> 
    78 
    89License: 
  • pkg/viola/main/hwsetup-ng/trunk/hwsetup

    r1768 r3928  
    5151[ "$DEBUG" ] || ( 
    5252        mkdir -p "$SYSCONFIG" 
    53         rm -f "$SYSCONFIG/{floppy,mouse,netcard,sound,xserver,knoppix}" 
     53        rm -f "$SYSCONFIG/{floppy,mouse,netcard,sound,xserver,parsix}" 
    5454) 
    5555 
     
    163163        echo_var FLOPPY_DEVICE 
    164164        echo_var FLOPPY_DRIVER 
    165 ) > "$SYSCONFIG/knoppix" 
     165) >> "$SYSCONFIG/parsix" 
    166166 
    167167[ "$VERBOSE" -a ! "$DEBUG" ] && ( 
Note: See TracChangeset for help on using the changeset viewer.