File: packaging.conf

package info (click to toggle)
netperfmeter 1.8.6~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,528 kB
  • sloc: cpp: 8,003; ansic: 1,617; sh: 1,421; python: 121; perl: 108; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# ---------------------------------------------------------
MAKE_DIST="cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_NEAT=0 . && make dist"
NOT_TARGET_DISTRIBUTIONS="lucid precise"   # <<-- Distrubutions which are *not* supported!
MAINTAINER="Thomas Dreibholz <dreibh@iem.uni-due.de>"
DEBIAN_LAST_ENTRY="1.0.3-2ubuntu1"
UBUNTU_LAST_ENTRY=""
SKIP_PACKAGE_SIGNING=0   # <<-- Must be set to 0 (=off) for PPA upload!
# ---------------------------------------------------------