For VyOS requirements move debian folder to root of repo; Fix compatibility with Debian Squeeze

This commit is contained in:
Pavel Odintsov 2015-06-05 00:07:40 +03:00
parent 8d7a784fcf
commit 9ec25b15e8
8 changed files with 3 additions and 3 deletions

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
8

View File

@ -3,7 +3,8 @@ Maintainer: Pavel Odintsov <pavel.odintsov@gmail.com>
Section: misc
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), cmake, libboost-thread-dev, libboost-system-dev, libboost-regex-dev, libpcap-dev, libnuma-dev, liblog4cpp5-dev, libboost-all-dev, libgpm-dev, libncurses5-dev, libgeoip-dev, clang, cmake
# debhelper 8 - squeeze, 9 - wheezy/jessie
Build-Depends: debhelper (>= 8), cmake, libboost-thread-dev, libboost-system-dev, libboost-regex-dev, libpcap-dev, libnuma-dev, liblog4cpp5-dev, libboost-all-dev, libgpm-dev, libncurses5-dev, libgeoip-dev, clang, cmake
Package: fastnetmon
Architecture: any

View File

@ -8,7 +8,6 @@ wget https://github.com/FastVPSEestiOu/fastnetmon/archive/master.tar.gz -O"fastn
tar -xf "fastnetmon_$PACKAGE_VERSION.orig.tar.gz"
mv fastnetmon-master "fastnetmon-$PACKAGE_VERSION"
cd "fastnetmon-$PACKAGE_VERSION"
cp packages/debian/ -R .
# Create symlinks for init files for systev and systemd
ln -s ../src/fastnetmon_init_script_debian_6_7 debian/fastnetmon.init
ln -s ../src/fastnetmon.service debian/fastnetmon.service

View File

@ -1 +0,0 @@
9