File: build-orig-source

package info (click to toggle)
metacity-themes 1.0.12
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 508 kB
  • ctags: 10
  • sloc: perl: 377; makefile: 34; sh: 6
file content (17 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
#
# Generates a source tarball for the themes package, including everything in the
# directory metacity/themes. uuscan can then be run to create a new version of
# the debian files..
#

version=$1

bdir="metacity-themes"

orig="../metacity-themes_$version.tar.gz"

tar zcf "$orig" --exclude "$bdir/debian" -C../ "$bdir"

echo "Created source tarball."
echo "now run uupdate $orig $version"