blob: 69a612bd4c7013ffc7e2aa12ff3c1d3a04fed544 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
--- backintime-1.0.4.orig/common/Makefile.template 2010-07-04 14:30:19.000000000 +0200
+++ backintime-1.0.4/common/Makefile.template 2010-11-01 09:50:43.000000000 +0100
@@ -17,10 +17,6 @@
install -d $(DEST)/share/backintime/plugins
install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
- #install copyright file
- install -d $(DEST)/share/doc/backintime-common
- install --mode=644 debian_specific/copyright $(DEST)/share/doc/backintime-common
-
#install doc file(s)
install -d $(DEST)/share/doc/backintime
install --mode=644 ../AUTHORS $(DEST)/share/doc/backintime
--- backintime-1.0.4.orig/gnome/Makefile.template 2010-07-18 10:25:58.000000000 +0200
+++ backintime-1.0.4/gnome/Makefile.template 2010-11-01 09:50:42.000000000 +0100
@@ -15,10 +15,6 @@
install -d $(DEST)/share/backintime/plugins
install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
- #install copyright file
- install -d $(DEST)/share/doc/backintime-gnome
- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-gnome
-
#install man file(s)
install -d $(DEST)/share/man/man1
install --mode=644 man/C/*.gz $(DEST)/share/man/man1
--- backintime-1.0.4.orig/kde4/Makefile.template 2010-07-18 10:26:09.000000000 +0200
+++ backintime-1.0.4/kde4/Makefile.template 2010-11-01 09:50:41.000000000 +0100
@@ -19,10 +19,6 @@
install -d $(DEST)/bin
install backintime-kde4 $(DEST)/bin
- #install copyright file
- install -d $(DEST)/share/doc/backintime-kde4
- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-kde4
-
#install .desktop file(s)
install -d $(DEST)/share/applications/kde4
install --mode=644 *.desktop $(DEST)/share/applications/kde4
|