c0f14421c1
rework package build system (again) for greater ease of maintenance and flexability add creation of a local apt repo for package building in pbuilder add an apt cache to debootstrap to speed up build times and reduce network load package mosys more build system improvements to come
29 lines
493 B
Plaintext
29 lines
493 B
Plaintext
#since we have not changed upstream, and this is packaged don't keep the source files
|
|
src/*
|
|
!src/debian
|
|
|
|
#only include specific /debian files
|
|
src/debian/*
|
|
!src/debian/compat
|
|
!src/debian/changelog
|
|
!src/debian/control
|
|
!src/debian/rules
|
|
!src/debian/copyright
|
|
!src/debian/docs
|
|
!src/debian/watch
|
|
!src/debian/source
|
|
!src/debian/source/format
|
|
|
|
#generic packaging artifacts
|
|
debhelper-build-stamp
|
|
.debhelper
|
|
*.deb
|
|
*.dsc
|
|
*.build
|
|
*.buildinfo
|
|
*.changes
|
|
*.log
|
|
*.substvars
|
|
*.diff.gz
|
|
*.upload
|
|
*.debian.tar.xz |