farsightsec / fstrm

Frame Streams implementation in C
MIT License
59 stars 27 forks source link

add debian infrastructure for .deb packaging #31

Closed reedjc closed 6 years ago

reedjc commented 7 years ago

See example at https://anonscm.debian.org/cgit/users/edmonds/fstrm.git/

edmonds commented 7 years ago

Please don't, if you put Debian packaging in the upstream source it just makes a mess that I have to strip out.

reedjc commented 6 years ago

I need it for jessie and wheezy. Okay if I just do a debian branch that has ./debian/ directory? I have the same need for other FSI github projects -- some have debian directory and some don't. I understand Debiani has documented desire not to include debian/ directories.

edmonds commented 6 years ago

That's what I wanted to do originally. As long as the debian branch isn't used to build the release tarballs or the release tags, it's fine.

reedjc commented 6 years ago

I am using a debian branch for this.