+ debian/

This commit is contained in:
hagen 2014-09-19 02:07:41 +00:00
parent 1441c1371b
commit 54775e5ea1
13 changed files with 224 additions and 0 deletions

14
debian/rules vendored Executable file
View file

@ -0,0 +1,14 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
CFLAGS+=$(CPPFLAGS)
CXXFLAGS+=$(CPPFLAGS)
PREFIX=/usr
%:
dh $@