From: Steven Abadie Date: Fri, 24 Oct 2014 21:03:56 +0000 (-0600) Subject: Changes to Debian package name and control files X-Git-Tag: 14.09-1.18~102 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2276171c55b441312fa1bf22f42d10e060a99f89;p=cura.git Changes to Debian package name and control files --- diff --git a/package.sh b/package.sh index 9c4bd4c1..bcf23fbd 100755 --- a/package.sh +++ b/package.sh @@ -22,7 +22,7 @@ export BUILD_NAME=14.09 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Debian package release -export DEBIAN_RELEASE=1 +export DEBIAN_RELEASE=1.01 ##Git commit GIT_HASH=$(git rev-parse --short=4 HEAD) @@ -239,7 +239,7 @@ if [ "$BUILD_TARGET" = "debian_i386" ]; then sudo chmod 755 scripts/linux/${BUILD_TARGET}/usr -R sudo chmod 755 scripts/linux/${BUILD_TARGET}/DEBIAN -R cd scripts/linux - dpkg-deb --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/cura-lulzbot_${BUILD_NAME}-${DEBIAN_RELEASE}-${GIT_HASH}_${BUILD_TARGET}.deb + dpkg-deb --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/cura_${BUILD_NAME}-${DEBIAN_RELEASE}-${GIT_HASH}_i386.deb sudo chown `id -un`:`id -gn` ${BUILD_TARGET} -R exit fi @@ -275,7 +275,7 @@ if [ "$BUILD_TARGET" = "debian_amd64" ]; then sudo chmod 755 scripts/linux/${BUILD_TARGET}/usr -R sudo chmod 755 scripts/linux/${BUILD_TARGET}/DEBIAN -R cd scripts/linux - dpkg-deb --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/cura-lulzbot_${BUILD_NAME}-${DEBIAN_RELEASE}-${GIT_HASH}_${BUILD_TARGET}.deb + dpkg-deb --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/cura_${BUILD_NAME}-${DEBIAN_RELEASE}-${GIT_HASH}_amd64.deb sudo chown `id -un`:`id -gn` ${BUILD_TARGET} -R exit fi diff --git a/scripts/linux/debian_amd64/DEBIAN/control b/scripts/linux/debian_amd64/DEBIAN/control index 74b9d9d4..e34beffb 100755 --- a/scripts/linux/debian_amd64/DEBIAN/control +++ b/scripts/linux/debian_amd64/DEBIAN/control @@ -1,6 +1,6 @@ Source: cura Package: cura -Version: 14.09-1.01 +Version: 14.01-1.01-c6a3 Maintainer: Aleph Objects, Inc. Section: misc Priority: optional diff --git a/scripts/linux/debian_i386/DEBIAN/control b/scripts/linux/debian_i386/DEBIAN/control index 1e6873a9..7c582472 100644 --- a/scripts/linux/debian_i386/DEBIAN/control +++ b/scripts/linux/debian_i386/DEBIAN/control @@ -1,5 +1,5 @@ Package: cura -Version: 14.01-1.01 +Version: 14.01-1.01-c6a3 Section: misc Priority: optional Architecture: i386