~oif-team/qt/touch-end-reentrant

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Harald Sitter
  • Date: 2009-09-28 14:52:13 UTC
  • Revision ID: apachelogger@ubuntu.com-20090928145213-2po7fz9qibf0f49d
* Add MessagesQt.sh (Messages.sh is a link for extract-messages.sh)
* rules to create po dir and exectue extract-messages.sh in
  common-install-prehook-impl
* rules to remove po dir in clean
* Build-Depends pkg-kde-tools for extract-messages.sh
* SECURITY UPDATE: fix vulnerability with NULL byte in Subject Alternate
  Names field of X.509 certificates
  - debian/patches/kubuntu_07_CVE_2009_2700.diff: adjust
    network/ssl/qsslcertificate.cpp to use QString::fromLatin1 instead of
    QLatin1String
  - CVE-2009-2700

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
                    $(EXTRA_CONFIGURE_OPTS)
136
136
 
137
137
clean::
 
138
        rm -f po
 
139
 
138
140
# Extra stuff missed by confclean/distclean
139
141
 
140
142
        # Misc. files
202
204
        rm -f debian/shlibs.local
203
205
        rm -f debian/stamp-makefile-build-tools
204
206
 
 
207
common-install-prehook-impl::
 
208
        -mkdir po
 
209
        cd debian; qtcopydir=.. podir=../po extract-messages.sh
 
210
 
205
211
common-install-arch::
206
212
# Fix wrong path in pkgconfig files
207
213
        find $(DEB_DESTDIR)/usr/lib/pkgconfig -type f -name '*.pc' \