Update Debian Package with new Debian rules

Update Debian package maker to standard version
Add logrotate configuration


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1676 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-08-08 07:07:48 +00:00
parent 5ac8e39ae9
commit 80e0107d2a
5 changed files with 23 additions and 2 deletions

View File

2
debian/control vendored
View File

@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Maintainer: Dominique Fournier <dominique@fournier.homedns.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.9.4
Standards-Version: 3.9.5
Package: domcheck
Architecture: all

13
debian/makePackageDebian vendored Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash -x
VERSION="0.16"
PACKAGE="domcheck"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack
cd /tmp/${PACKAGE}pack
svn -q export https://svn.fournier38.fr/svn/ProgSVN/trunk/${PACKAGE} ${PACKAGE}-$VERSION
tar cjf ${PACKAGE}_${VERSION}.orig.tar.bz2 ${PACKAGE}-$VERSION
cd ${PACKAGE}-$VERSION
dpkg-buildpackage -rfakeroot -e"Dominique Fournier <dominique@fournier38.fr>" || exit $?
DEB_VENDOR=debian lintian

2
debian/rules vendored
View File

@@ -37,7 +37,7 @@ binary-indep: build install
# dh_install
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime