~s.jansen/+junk/gogglesmm

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Sander Jansen
  • Date: 2016-07-18 21:09:51 UTC
  • mfrom: (1.1.2)
  • Revision ID: s.jansen@gmail.com-20160718210951-pzq7qyvo6bfq7tfy
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
%:
8
8
        #dh $@  --with autotools-dev
9
 
        dh $@ 
 
9
        dh $@ --buildsystem=cmake
10
10
 
11
 
override_dh_auto_configure:
12
 
        export RESWRAP=/usr/bin/reswrap-1.7
13
 
        ./configure --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-faad --without-oss
 
11
#override_dh_auto_configure:
 
12
#       export RESWRAP=/usr/bin/reswrap-1.7
 
13
#       ./configure --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-faad --without-oss
14
14
        #dh_auto_configure -- --with-faad --without-oss
15
15
 
16
 
override_dh_auto_clean:
17
 
ifneq ($(wildcard config.make),) 
18
 
        make clean
19
 
endif
 
16
#override_dh_auto_clean:
 
17
#ifneq ($(wildcard config.make),) 
 
18
#       make clean
 
19
#endif