~ubuntu-branches/ubuntu/raring/virt-manager/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0001-use-usr-share-gconf-for-schema-data.patch

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther, Laurent Léonard, Guido Günther
  • Date: 2009-10-07 14:04:03 UTC
  • mfrom: (2.3.1 experimental)
  • mto: (2.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20091007140403-kl9yum4ocrar1acq
Tags: 0.8.0-2
[ Laurent Léonard ]
* [61651ae] Drop ${shlibs:Depends} from dependencies since there is no more
  C code.
* [3319434] Drop redo-patches target from debian/rules. Since gbp-pq
  is used now.
* [b04541e] Clean debian/rules. Drop commented post-patches target
  since there is no more autogen.sh.
* [145ba60] Update french translation.
* [799f18e] Update 0001-use-usr-share-gconf-for-schema-data.patch.
* [052f7bb] Remove XS-Python-Version field from debian/control. Since
  it is deprecated with pysupport.
* [bfb1611][1a66b27][a8ce142][4116d07][31ff60a] Fix some misspellings in
  french translation.
* [6e23aff] Clean build dependencies.
* [b71c8c9] Bump Debhelper version to 7.
* [c614f09] Bump Standards-Version to 3.8.3.
* [99a52c2] Clean debian/rules.
* [52f3b63] Add clean target in debian/rules. To clean automatically
  generated files: - debian/pycompat (see #424898)
* [d5e2ef7] Remove tests/Makefile in the debian/rules clean target. To get a
  clean Debian diff at rebuild time, the file is automatically generated.
* [7da6d9b] Don't close connection on all libvirt errors. Pulled from
  upstream 1c886d1863f7.

[ Guido Günther ]
* upload to unstable
* [464fb65] make package arch all since there is no more C code.
* [25f7663] switch to python-support and use python-distutils
* [c4da06a] bump python-libvirt dependency so we get all of VMs new
  features.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
---
6
6
 src/Makefile.am |    2 +-
7
 
 1 files changed, 1 insertions(+), 1 deletions(-)
 
7
 src/Makefile.in |    2 +-
 
8
 2 files changed, 2 insertions(+), 2 deletions(-)
8
9
 
9
10
diff --git a/src/Makefile.am b/src/Makefile.am
10
 
index 250e10d..e424887 100644
 
11
index 07cb97c..bed8487 100644
11
12
--- a/src/Makefile.am
12
13
+++ b/src/Makefile.am
13
14
@@ -22,7 +22,7 @@ dbusdir = $(datadir)/dbus-1/services
19
20
 schema_DATA_IN = $(PACKAGE).schemas.in
20
21
 schema_DATA = $(PACKAGE).schemas
21
22
 
 
23
diff --git a/src/Makefile.in b/src/Makefile.in
 
24
index 0d04831..158aac4 100644
 
25
--- a/src/Makefile.in
 
26
+++ b/src/Makefile.in
 
27
@@ -264,7 +264,7 @@ desktop_DATA = $(PACKAGE).desktop
 
28
 dbusdir = $(datadir)/dbus-1/services
 
29
 dbus_DATA_IN = $(PACKAGE).service.in
 
30
 dbus_DATA = $(PACKAGE).service
 
31
-schemadir = $(sysconfdir)/gconf/schemas
 
32
+schemadir = $(datadir)/gconf/schemas
 
33
 schema_DATA_IN = $(PACKAGE).schemas.in
 
34
 schema_DATA = $(PACKAGE).schemas
 
35
 CLEANFILES = $(bin_SCRIPTS) $(desktop_DATA) $(dbus_DATA) $(python_DATA)  $(libexec_SCRIPTS) $(schema_DATA) $(PACKAGE).desktop.in
22
36
--