~ubuntu-branches/debian/stretch/apper/stretch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2014-04-20 14:42:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140420144230-6qghsh10mvw17o87
Tags: 0.8.2-1
* New upstream bugfix release: 0.8.2
* Update debian/watch file
* Drop all patches: Applied upstream
* Build with autoremove enabled
* Bump standards version: No changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Uncomment this to turn on verbose mode.
5
5
#export DH_VERBOSE=1
6
6
 
7
 
APPER_CONFIG_FLAGS = -DDEBCONF_SUPPORT=true \
 
7
APPER_CONFIG_FLAGS = -DDEBCONF_SUPPORT=ON \
8
8
                -DAPPSTREAM=ON \
9
9
                -DLISTALLER=ON \
 
10
                -DAUTOREMOVE=ON \
10
11
                -DEDIT_ORIGNS_DESKTOP_NAME=software-properties-kde
11
12
 
12
13
INSTALLDIR = $(CURDIR)/debian/tmp