File: apt-get

package info (click to toggle)
dh-make-perl 0.129
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,292 kB
  • sloc: perl: 5,640; makefile: 34; sh: 25
file content (12 lines) | stat: -rwxr-xr-x 415 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# adapted from https://anonscm.debian.org/git/collab-maint/apt-file.git/plain/tests-apt-file/bin/apt-get

if [ "$1" != "indextargets" ]; then
	echo "$0: Fake apt-get does not support $1" >&1
	exit 1
fi

ARCH=$(dpkg --print-architecture)
echo "Contents-deb $ARCH unstable t/contents/test_debian_dists_sid_main_Contents"
echo "Contents-deb $ARCH testing t/contents/test_debian_dists_testing_main_Contents"