mirror of https://github.com/ntop/n2n.git
Browse Source
* packages/debian: remove some autogenerate files from repo * packages/debian/configure * packages/debian/debian/n2n.debhelper.log * packages/debian/debian/n2n.postrm.debhelper are all autogenerated by autoconf or the deb-helper. So there is no need to keep them in the repo, as it will cause conflicts. Signed-off-by: Sven Roederer <devel-sven@geroedel.de> * packages/debian: rules: use dh_prep in place of deprecated "dh_clean -k" Signed-off-by: Sven Roederer <devel-sven@geroedel.de> * packages/debian: also provide example communities.list filepull/682/head
Sven Roederer
4 years ago
committed by
GitHub
5 changed files with 4 additions and 2954 deletions
File diff suppressed because it is too large
@ -1,13 +0,0 @@ |
|||||
dh_installdirs |
|
||||
dh_installdirs |
|
||||
dh_installinit |
|
||||
dh_installdebconf |
|
||||
dh_installman |
|
||||
dh_strip |
|
||||
dh_compress |
|
||||
dh_fixperms |
|
||||
dh_installdeb |
|
||||
dh_link |
|
||||
dh_gencontrol |
|
||||
dh_md5sums |
|
||||
dh_builddeb |
|
@ -1,6 +0,0 @@ |
|||||
# Automatically added by dh_installdebconf/11.1.6ubuntu2 |
|
||||
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then |
|
||||
. /usr/share/debconf/confmodule |
|
||||
db_purge |
|
||||
fi |
|
||||
# End automatically added section |
|
Loading…
Reference in new issue