Changeset 6488 for pkg/frankie


Ignore:
Timestamp:
04/05/10 03:01:43 (3 years ago)
Author:
alanbach-guest
Message:
  • At least have devpts header up on fstab
    • Bump standards version to 3.8.4, no extra change is needed
    • Updated copyright file
Location:
pkg/frankie/main/rebuildfstab-parsix/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • pkg/frankie/main/rebuildfstab-parsix/trunk/debian/changelog

    r6305 r6488  
     1rebuildfstab-parsix (0.7.4) unstable; urgency=low 
     2 
     3  * At least have devpts header up on fstab 
     4  * Bump standards version to 3.8.4, no extra change is needed 
     5  * Updated copyright file 
     6 
     7 -- Alan Baghumian <alan@technotux.org>  Sun, 04 Apr 2010 18:00:39 -0700 
     8 
    19rebuildfstab-parsix (0.7.3) unstable; urgency=low 
    210 
  • pkg/frankie/main/rebuildfstab-parsix/trunk/debian/control

    r5758 r6488  
    44Maintainer: Alan Baghumian <alan@technotux.org> 
    55Build-Depends: cdbs, debhelper (>= 5.0.0) 
    6 Standards-Version: 3.8.3 
     6Standards-Version: 3.8.4 
    77 
    88Package: rebuildfstab-parsix 
  • pkg/frankie/main/rebuildfstab-parsix/trunk/debian/copyright

    r5644 r6488  
    88                2004-2006 Joerg Schirottke <master@kanotix.com> 
    99                2005-2008 Stefan Lippers-Hollmann <s.l-h@gmx.de> 
    10                 2006-2009 Alan Baghumian <alan@technotux.org> 
     10                2006-2010 Alan Baghumian <alan@technotux.org> 
    1111 
    1212License: 
     
    2929Public License can be found in `/usr/share/common-licenses/GPL'. 
    3030 
    31 The Debian packaging is (C) 2006-2009, Alan Baghumian <alan@technotux.org> and 
     31The Debian packaging is (C) 2006-2010, Alan Baghumian <alan@technotux.org> and 
    3232is licensed under the GPL, see above. 
  • pkg/frankie/main/rebuildfstab-parsix/trunk/fstabgen

    r6305 r6488  
    641641# but not the filesystem UUID or VOLUME label. 
    642642# 
     643devpts          /dev/pts        devpts  defaults        0       0 
    643644EOF 
    644645 
  • pkg/frankie/main/rebuildfstab-parsix/trunk/rebuildfstab

    r5644 r6488  
    11#!/bin/bash 
    22# Backwards compatible script that calls new fstabgen 
    3 # (C) 2009 Alan Baghumian <alan@technotux.org> 
     3# (C) 2009-2010 Alan Baghumian <alan@technotux.org> 
     4# License:   GPL 
    45 
    56/usr/sbin/fstabgen --mkdir --auto > /etc/fstab  
Note: See TracChangeset for help on using the changeset viewer.