~ubuntu-branches/ubuntu/utopic/paml/utopic

« back to all changes in this revision

Viewing changes to debian/patches/makefile.patch

  • Committer: Package Import Robot
  • Author(s): Andreas Tille, Pjotr Prins, Andreas Tille
  • Date: 2012-05-15 11:10:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120515111059-34qte02qzkcnzq5n
Tags: 4.5-1
[ Pjotr Prins ]
* Improved long description.

[ Andreas Tille ]
* New upstream version
* Fixed watch file
* debian/control: Standards-Version: 3.9.3 (no changes needed)
* debian/rules: remove useless dh-make template
* debian/paml.dirs: removed because unneeded
* debian/{install,links}: install all binaries to
  /usr/lib/debian-med/bin and symlink to /usr/bin with the
  exception of evolver which has a name space conflict.  This
  is renamed to /usr/bin/paml-evolver
  Closes: #661519
* debian/{paml.docs,paml-doc.docs}:
   - Adapted to new names
   - do not duplicate the same files into both packages (paml and
     paml-doc)
* debian/profile.d/paml: Set PATH to find paml executables under
  their expected names
* debian/README.Debian: Document the name space conflict solution
* debian/upstream: Citation information
* debhelper 9 (control+compat)
* debian/patches/hardening.patch: Enable propagation of hardening
  flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: paml-4.4c/Makefile
2
 
===================================================================
3
 
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
4
 
+++ paml-4.4c/Makefile  2010-09-11 17:33:04.957524695 +0200
 
1
Description: Simplify building by creating main Makefile and install target for src/Makefile
 
2
Author: Pjotr Prins <pjotr.debian@thebird.nl>
 
3
Date: Tue, 07 Sep 2010 21:09:02 +0200
 
4
 
 
5
--- /dev/null
 
6
+++ paml4.5/Makefile
5
7
@@ -0,0 +1,9 @@
6
8
+
7
9
+all install build:
12
14
+       echo "Cleaning binaries"
13
15
+       rm -f $(find src -name "*.c" | sed -e 's/.c$//')
14
16
+
15
 
Index: paml-4.4c/src/Makefile
16
 
===================================================================
17
 
--- paml-4.4c.orig/src/Makefile 2010-09-08 09:29:29.810248323 +0200
18
 
+++ paml-4.4c/src/Makefile      2010-09-11 18:01:01.116529194 +0200
 
17
--- paml4.5.orig/src/Makefile
 
18
+++ paml4.5/src/Makefile
19
19
@@ -35,3 +35,11 @@
20
20
        $(CC) $(CFLAGS) -o $@ yn00.c tools.c $(LIBS)
21
21
 chi2 : chi2.c