Changeset 1a48de6 in terepaima


Ignore:
Timestamp:
Oct 27, 2016, 12:11:42 PM (7 years ago)
Author:
aosorio <aosorio@…>
Branches:
master, desarrollo, stretch
Children:
8401bcb
Parents:
3fff0f8
Message:

Modificado el fichero /debian/rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • terepaima-0.4.16/debian/rules

    r1f4adec r1a48de6  
    11#!/usr/bin/make -f
    2 # See debhelper(7) (uncomment to enable)
    3 # output every command that modifies files on the build system.
    4 #DH_VERBOSE = 1
     2# -*- makefile -*-
    53
    6 # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
    74DPKG_EXPORT_BUILDFLAGS = 1
    8 include /usr/share/dpkg/default.mk
     5include /usr/share/dpkg/buildflags.mk
     6export QT_SELECT=qt5
    97
    10 # see FEATURE AREAS in dpkg-buildflags(1)
    11 #export DEB_BUILD_MAINT_OPTIONS = hardening=+all
     8%:
     9        dh $@ --parallel
    1210
    13 # see ENVIRONMENT in dpkg-buildflags(1)
    14 # package maintainers to append CFLAGS
    15 #export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
    16 # package maintainers to append LDFLAGS
    17 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
     11override_dh_auto_clean:
     12        rm -fr miscellaneous/qpdfview.desktop translations/*.qm moc* objects*
     13        dh_auto_clean
    1814
     15override_dh_auto_configure:
     16        lrelease qpdfview.pro
     17        qmake DEFINES+="_FILE_OFFSET_BITS=64" QMAKE_CFLAGS="$(CFLAGS) $(CPPFLAGS)" QMAKE_CXXFLAGS="$(CFLAGS) $(CPPFLAGS) $(CXXFLAGS)" QMAKE_LFLAGS="$(LDFLAGS)" qpdfview.pro
    1918
    20 # main packaging script based on dh7 syntax
    21 %:
    22         dh $@
    23 
    24 # debmake generated override targets
    25 # This is example for Cmake (See http://bugs.debian.org/641051 )
    26 #override_dh_auto_configure:
    27 #       dh_auto_configure -- \
    28 #       -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
    29 
    30 
    31 
    32 
     19override_dh_installchangelogs:
     20        dh_installchangelogs CHANGES
Note: See TracChangeset for help on using the changeset viewer.