apple / ccs-pykerberos

Python Kerberos library used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
117 stars 65 forks source link

Add deb packaging #26

Closed macosforgebot closed 10 years ago

macosforgebot commented 11 years ago

tylerlhobbs@… originally submitted this as ticket:792


The attached patch adds debian package metadata. To build a package, simply run 'dpkg-buildpackage'.

macosforgebot commented 11 years ago

tylerlhobbs@… originally submitted this as attachment:792-add-deb-packaging-v1.diff:⁠ticket:792

macosforgebot commented 11 years ago

tylerlhobbs@… originally submitted this as attachment:792-add-deb-packaging-v2.diff:⁠ticket:792


debian/ moved into contrib/

macosforgebot commented 11 years ago

tylerlhobbs@… originally submitted this as comment:2:⁠ticket:792


As discussed on #⁠791, I've moved the debian package metadata into contrib/. Building packages with the debian directory outside of the standard location isn't really supported, so for the build instructions I've suggested simply moving the debian directory.

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:3:⁠ticket:792


So we've decided that packing data belongs with the packagers, not in our code. Passing on this.

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:4:⁠ticket:792


See comments in #⁠791