From e707bfca9dadfca8bc0ee89f55f5bdd6ef7250a1 Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Wed, 11 Nov 2015 12:20:59 -0200 Subject: Initial commit --- repo/bin/add-pkg.sh | 13 +++++++++++++ repo/conf/distributions | 15 +++++++++++++++ repo/conf/options | 3 +++ 3 files changed, 31 insertions(+) create mode 100644 repo/bin/add-pkg.sh create mode 100644 repo/conf/distributions create mode 100644 repo/conf/options (limited to 'repo') diff --git a/repo/bin/add-pkg.sh b/repo/bin/add-pkg.sh new file mode 100644 index 0000000..5c1b47c --- /dev/null +++ b/repo/bin/add-pkg.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +prog=${0##*/} + +if [ $# != 2 ] ; then + echo "Usage: $prog dist pkg.changes" >&2 + exit 1 +fi + +dist=$1 +chg=$(readlink -f $2) + +reprepro include $dist $chg diff --git a/repo/conf/distributions b/repo/conf/distributions new file mode 100644 index 0000000..b5582bd --- /dev/null +++ b/repo/conf/distributions @@ -0,0 +1,15 @@ +Origin: praat.cefala.org +Label: Praat backports APT repository +Codename: jessie +Architectures: i386 amd64 source +Components: main +Description: Backports for Praat (Debian stable and testing) +SignWith: 23F1C3E9 + +Origin: praat.cefala.org +Label: Praat backports APT repository +Codename: stretch +Architectures: i386 amd64 source +Components: main +Description: Backports for Praat (Debian stable and testing) +SignWith: 23F1C3E9 diff --git a/repo/conf/options b/repo/conf/options new file mode 100644 index 0000000..7b49bf9 --- /dev/null +++ b/repo/conf/options @@ -0,0 +1,3 @@ +verbose +ask-passphrase +basedir . -- cgit v1.2.3