Overview
Comment:Correction droits
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 808cedc7d7403d12c941b9380bfe5663f7c0179d
User & Date: bohwaz on 2014-06-05 18:35:11
Other Links: manifest | tags
Context
2014-06-10
11:01
Mieux avec fakeroot check-in: c06885d8f3 user: bohwaz tags: trunk
2014-06-05
18:35
Correction droits check-in: 808cedc7d7 user: bohwaz tags: trunk
2014-05-16
14:29
Version de correction bugs FF 29 check-in: 8437d2a594 user: bohwaz tags: trunk, stable
Changes

Modified debian/makedeb.sh from [bf0645fb94] to [3af7097269].

40
41
42
43
44
45
46

47
48
49
50
51
52
53
mkdir DEBIAN

PACKAGE_VERSION=`cat ${SRCDIR}/VERSION`
PACKAGE_DEB_VERSION=${PACKAGE_VERSION}-${DEB_REV}
DEBFILE=${THISDIR}/${PACKAGE_DEBNAME}-${PACKAGE_DEB_VERSION}-dev-${DEB_ARCH_NAME}.deb
PACKAGE_TIME=$(/bin/date)


rm -f ${DEBFILE}
echo "Creating .deb package [${DEBFILE}]..."

echo "Generating md5 sums..."
find ${DEBLOCALPREFIX} -type f -exec md5sum {} \; > DEBIAN/md5sums

true && {







>







40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
mkdir DEBIAN

PACKAGE_VERSION=`cat ${SRCDIR}/VERSION`
PACKAGE_DEB_VERSION=${PACKAGE_VERSION}-${DEB_REV}
DEBFILE=${THISDIR}/${PACKAGE_DEBNAME}-${PACKAGE_DEB_VERSION}-dev-${DEB_ARCH_NAME}.deb
PACKAGE_TIME=$(/bin/date)

sudo chown -R root.root ${DEBLOCALPREFIX}
rm -f ${DEBFILE}
echo "Creating .deb package [${DEBFILE}]..."

echo "Generating md5 sums..."
find ${DEBLOCALPREFIX} -type f -exec md5sum {} \; > DEBIAN/md5sums

true && {