- Timestamp:
- 06/23/08 11:43:23 (5 years ago)
- Location:
- pkg/viola/main/hwsetup-ng/trunk
- Files:
-
- 4 edited
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/copyright (modified) (1 diff)
-
hwsetup (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/viola/main/hwsetup-ng/trunk/debian/changelog
r1768 r3928 1 hwsetup-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 1 11 hwsetup-ng (0.2.2) barry; urgency=low 2 12 -
pkg/viola/main/hwsetup-ng/trunk/debian/control
r1768 r3928 2 2 Section: utils 3 3 Priority: extra 4 Maintainer: Stefan Lippers-Hollmann <s.l-h@gmx.de>4 Maintainer: Alan Baghumian <alan@technotux.org> 5 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0) 6 Standards-Version: 3. 7.26 Standards-Version: 3.8.0 7 7 8 8 Package: hwsetup-ng 9 9 Architecture: all 10 10 Depends: gawk, perl, discover1-data 11 Provides: hwsetup-kanotix12 Replaces: hwsetup-kanotix13 Conflicts: hwsetup-kanotix, hwdata-kanotix14 11 Description: udev based hwsetup replacement 15 12 Bash emulation of the former hwsetup for combined usage with udev. -
pkg/viola/main/hwsetup-ng/trunk/debian/copyright
r1768 r3928 5 5 6 6 Copyright Holder: (C) 2005 Joerg Schirottke <master@kanotix.com> 7 (C) 2008 Alan Baghumian <alan@technotux.org> 7 8 8 9 License: -
pkg/viola/main/hwsetup-ng/trunk/hwsetup
r1768 r3928 51 51 [ "$DEBUG" ] || ( 52 52 mkdir -p "$SYSCONFIG" 53 rm -f "$SYSCONFIG/{floppy,mouse,netcard,sound,xserver, knoppix}"53 rm -f "$SYSCONFIG/{floppy,mouse,netcard,sound,xserver,parsix}" 54 54 ) 55 55 … … 163 163 echo_var FLOPPY_DEVICE 164 164 echo_var FLOPPY_DRIVER 165 ) > "$SYSCONFIG/knoppix"165 ) >> "$SYSCONFIG/parsix" 166 166 167 167 [ "$VERBOSE" -a ! "$DEBUG" ] && (
Note: See TracChangeset
for help on using the changeset viewer.


