File: B91debc

package info (click to toggle)
pbuilder 0.161
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,148 kB
  • ctags: 109
  • sloc: sh: 2,705; xml: 1,663; makefile: 236
file content (10 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# example file to be used with --hookdir
#
# 343894: a script to run debc command, contributed from q-funk.

apt-get install -y --force-yes devscripts
cd /tmp/buildd/*/debian
cd ..
debc
#EOF