File: packaging.conf

package info (click to toggle)
netperfmeter 1.9.6-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,736 kB
  • sloc: cpp: 8,261; ansic: 1,617; sh: 1,146; python: 339; perl: 108; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# ---------------------------------------------------------
MAKE_DIST="cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_NEAT=0 . && make dist"
NOT_TARGET_DISTRIBUTIONS="lucid precise trusty xenial"   # <<-- Distrubutions which are *not* supported!
MAINTAINER="Thomas Dreibholz <thomas.dreibholz@gmail.com>"
MAINTAINER_KEY="21412672518D8B2D1862EFEF5CD5D12AA0877B49"
DEBIAN_LAST_ENTRY="1.0.3-2ubuntu1"
UBUNTU_LAST_ENTRY=""
SKIP_PACKAGE_SIGNING=0   # <<-- Must be set to 0 (=off) for PPA upload!
# ---------------------------------------------------------