Skip to content

Commit

Permalink
Update release scripts and remove Debian build scripts
Browse files Browse the repository at this point in the history
The razercfg Debian build scripts are obsolete and don't work correctly anymore.
Please use the build scripts from the Debian repository instead.
  • Loading branch information
mbuesch committed May 30, 2024
1 parent 357d75d commit 1fe4956
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 447 deletions.
5 changes: 0 additions & 5 deletions debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

38 changes: 0 additions & 38 deletions debian/control

This file was deleted.

362 changes: 0 additions & 362 deletions debian/copyright

This file was deleted.

1 change: 0 additions & 1 deletion debian/qrazercfg-applet.install

This file was deleted.

3 changes: 0 additions & 3 deletions debian/qrazercfg.install

This file was deleted.

8 changes: 0 additions & 8 deletions debian/razercfg.install

This file was deleted.

1 change: 0 additions & 1 deletion debian/razercfg.razerd.init

This file was deleted.

21 changes: 0 additions & 21 deletions debian/rules

This file was deleted.

1 change: 0 additions & 1 deletion debian/source/format

This file was deleted.

9 changes: 3 additions & 6 deletions scripts/makerelease.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
#!/bin/sh

srcdir="$(dirname "$0")"
[ "$(echo "$srcdir" | cut -c1)" = '/' ] || srcdir="$PWD/$srcdir"

srcdir="$(realpath "$0" | xargs dirname)"
srcdir="$srcdir/.."

die() { echo "$*"; exit 1; }

# Import the makerelease.lib
# http://bues.ch/gitweb?p=misc.git;a=blob_plain;f=makerelease.lib;hb=HEAD
# https://bues.ch/cgit/misc.git/tree/makerelease.lib
die() { echo "$*"; exit 1; }
for path in $(echo "$PATH" | tr ':' ' '); do
[ -f "$MAKERELEASE_LIB" ] && break
MAKERELEASE_LIB="$path/makerelease.lib"
Expand Down

0 comments on commit 1fe4956

Please sign in to comment.