Skip to content
/ debbuild Public

Tools and scripts for rebuilding all of Debian with bear (I should have used rebuilderd :p)

Notifications You must be signed in to change notification settings

moyix/debbuild

Repository files navigation

#!/usr/bin/env python3

import sys
import json

for line in sys.stdin:
    js = json.loads(line)
    js['license'] = js['license'].split('\n')[0]
    print(json.dumps(js))

About

Tools and scripts for rebuilding all of Debian with bear (I should have used rebuilderd :p)

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published