#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.2 2003/02/27 07:43:11 reinelt Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr fi fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends here 53e5f158038aa6481a'/> lcd4linux Debian packagingJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Allow user control over lcd4linux args, Reinhard Tartler1-1/+3
2010-02-28clarify copyright notice, reported by lintianReinhard Tartler1-1/+1
2010-02-28bump standards version to 3.8.4.Reinhard Tartler2-2/+3
2010-02-28bump debhelper compat level to 7Reinhard Tartler3-3/+4
2010-02-28disable mpd plugin. According to bugreports, it makes lcd4linuxReinhard Tartler3-3/+6
2010-02-28prefer multiline dependsReinhard Tartler1-1/+9
2010-02-28update config.guess && config.sub, Closes: #542077Reinhard Tartler3-405/+624
2010-02-28update ac_python_devel.m4 from autoconf-archive package. This allowsReinhard Tartler2-66/+199
2010-02-28Add $remote-fs dependencies to init script. Reported by lintian.Reinhard Tartler2-2/+8
2008-01-10oops. fix version numberReinhard Tartler1-1/+1
2008-01-10* add Vcs-Bzr and Homepage header.Reinhard Tartler2-1/+4
2008-01-10* bump to standards version 3.7.3 (no changes needed)Reinhard Tartler2-2/+3
2008-01-10new upload to unstableReinhard Tartler1-0/+9
2008-01-10import commit 809 from trunk to fix http://bugs.debian.org/cgi-bin/bugreport....Reinhard Tartler4-255/+12
2007-04-05missing depends in LSB init stanzaReinhard Tartler1-0/+2
2007-04-05* new upstream tarball no longer contains a debian/ directory at allReinhard Tartler1-1/+3
2007-04-30new upstream versionReinhard Tartler63-4596/+7100
2007-04-05* add LSB keyword sectionReinhard Tartler2-1/+12
2007-04-05mark new upload in debian/changelogReinhard Tartler1-0/+6
2007-04-05import new upstreamReinhard Tartler162-10578/+5766
2007-04-05improvements to the manpageReinhard Tartler1-2/+6
2006-08-27update config.guess and .subReinhard Tartler2-350/+450
2006-08-27install new manpageReinhard Tartler2-2/+3