~ubuntu-branches/ubuntu/wily/julia/wily

« back to all changes in this revision

Viewing changes to debian/patches/fix-clean-rules.patch

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-02-11 03:51:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130211035126-hap464pbhd97wjbl
Tags: 0.1~20130211.git86fbe98d-1
* New upstream snapshot.
* debian/control:
   + add git to Recommends (for Julia package manager)
   + remove dependencies on libglpk-dev (it moved to its own package)
   + add explicit dependency on libgmp10 (there is no more a wrapper)
* fix-clean-rules.patch: remove patch, applied upstream
* gsvddense_blasint.patch: new patch
* Refresh other patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Properly clean all files
2
 
Author: Sébastien Villemot <sebastien@debian.org>
3
 
Last-Update: 2013-02-06
4
 
Forwarded: no
5
 
---
6
 
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
7
 
--- a/base/Makefile
8
 
+++ b/base/Makefile
9
 
@@ -34,3 +34,5 @@
10
 
        rm -f pcre_h.jl
11
 
        rm -f errno_h.jl
12
 
        rm -f build_h.jl
13
 
+       rm -f uv_constants.jl
14
 
+       rm -f file_constants.jl