2
votes
Web interface tool for debian repository?
The scripts that manage the archive are open source, they're in a debian package called dak. I don't think this includes the web pages, but I'm not sure. I'd suggest emailling ftpmaster@debian.org …
0
votes
Centos or Debian as a server OS ?
There was a time when Debian was definitely technically better, particularly in terms of package management. Red Hat, and therefore CentOS, have caught up a lot and there's really not a lot in it n …
2
votes
How to build a Debian/Ubuntu package from source?
For what you want to do, you probably want to use the debian source diff, so your package is similar to the official one apart from the upstream version used. You can download the source diff from …
1
vote
Specify remote port to use for mail via exim4
You could probably use the ${extract} operator to let you combine the port numbers and host names, like in the example in your original question.
Something like (untested):
…
0
votes
How do I add an init.d script into a .deb
Just a guess, are you using a -P option to other dh_* scripts but not this one? If you use that option, you need to use it on all the dh_* scripts.
…
