~ubuntu-branches/ubuntu/oneiric/gquilt/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/000_Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2005-11-05 17:45:00 UTC
  • Revision ID: james.westby@ubuntu.com-20051105174500-fwp6c7qwlxrv243s
Tags: 0.15-1
* New upstream release.
  - add "combined diff" to actions menu
  - request confirmation when removing files from top patch
  - improve user feedback during complex operations
* Updated FSF address in copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: gquilt-0.13/Makefile
 
2
===================================================================
 
3
--- gquilt-0.13.orig/Makefile   2005-08-28 15:57:24.000000000 -0400
 
4
+++ gquilt-0.13/Makefile        2005-08-28 15:57:31.000000000 -0400
 
5
@@ -1,7 +1,7 @@
 
6
 MAJVER=0
 
7
 MINVER=13
 
8
 VERSION=$(MAJVER).$(MINVER)
 
9
-PREFIX=/usr/local
 
10
+PREFIX=/usr
 
11
 MODULE_PREFIX=share
 
12
 MODULES=gquilt gquilt_gtk gquilt_utils gquilt_icons gquilt_pfuns gquilt_tool gquilt_quilt
 
13
 MODULES_SRC=$(patsubst %,%.py, $(MODULES))
 
14
@@ -50,7 +50,7 @@
 
15
        rm gquilt
 
16
 
 
17
 clean:
 
18
-       -rm *.pyc *~
 
19
+       -rm *.pyc *~ *.pyo
 
20
 
 
21
 release: $(SRC)
 
22
        -rm -r $(RELDIR)