From 6ec8d559238bac92c495d977cc347ff65ad22910 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 21 Feb 2018 09:31:35 +0100 Subject: [PATCH] barcoded: Update version from 1.0.3 to 1.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The udev rules file included in this release has the standard 644 permissions. The bee file was created with the script included in the barcode project. ``` /project/barcode/barcoded> sudo -u barcode ./mkbee.sh barcoded/ barcoded/installbarcoded.sh barcoded/barcoded.pl barcoded/51-barcodereader.rules barcoded/Makefile barcoded/mkbee.sh barcoded/VERSION creating barcoded-1.0.4-0.bee from template '/etc/default/bee/templates/fallback' […] ``` --- barcoded-1.0.3-0.bee => barcoded-1.0.4-0.bee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename barcoded-1.0.3-0.bee => barcoded-1.0.4-0.bee (93%) diff --git a/barcoded-1.0.3-0.bee b/barcoded-1.0.4-0.bee similarity index 93% rename from barcoded-1.0.3-0.bee rename to barcoded-1.0.4-0.bee index f6e79e8b7..38d425133 100755 --- a/barcoded-1.0.3-0.bee +++ b/barcoded-1.0.4-0.bee @@ -22,8 +22,8 @@ SRCURL[0]="/project/barcode/barcoded-${PKGVERSION}.tgz" # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -52,7 +52,7 @@ SRCURL[0]="/project/barcode/barcoded-${PKGVERSION}.tgz" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -71,7 +71,7 @@ SRCURL[0]="/project/barcode/barcoded-${PKGVERSION}.tgz" ## The name of this bee-file should follow the following naming convention: ## pkgname-pkgversion-pkgrevision.bee ## -## You may remove all comments as long as SRCURL[0]="" is set. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ##