~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-security

« back to all changes in this revision

Viewing changes to debian/patches/81_clean_up_also_backup_files.diff

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen, Otto Kekäläinen, James Page
  • Date: 2014-03-02 01:38:26 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140302013826-z3afnfteqo86pccd
[ Otto Kekäläinen ]
* New upstream release.
* Updated Danish debconf translation (Closes: #739750).
* d/control: Added explicit Conflicts/Replaces for mysql-5.6 packages
  (Closes: #739841).
* d/control: Update for use of virtual-* packages for switching to/from
  MySQL alternatives.

[ James Page ]
* d/control: Drop Nicholas from Uploaders, MIA (Closes: #739360).
* d/control: Add libjemalloc-dev to BD's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 81_clean_up_also_backup_files <otto@seravo.fi>
3
 
##
4
 
 
5
 
@DPATCH@
6
 
=== modified file 'cmake/install_macros.cmake'
7
 
--- old/cmake/install_macros.cmake      2014-01-22 23:02:37 +0000
8
 
+++ new/cmake/install_macros.cmake      2014-02-10 09:00:11 +0000
9
 
@@ -397,6 +397,7 @@
10
 
       PATTERN "*.vcxproj.filters" EXCLUDE
11
 
       PATTERN "*.vcxproj.user" EXCLUDE
12
 
       PATTERN "CTest" EXCLUDE
13
 
+      PATTERN "*~" EXCLUDE
14
 
     )
15
 
   ENDIF()
16
 
 ENDFUNCTION()