r33805 - /desktop/unstable/librsvg/debian/patches/20_Revert-Remove-obsolete-script.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Mar 30 21:05:39 UTC 2012


Author: biebl
Date: Fri Mar 30 21:05:38 2012
New Revision: 33805

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33805
Log:
Add rsvg to nodist_bin_SCRIPTS so it is actually installed

Modified:
    desktop/unstable/librsvg/debian/patches/20_Revert-Remove-obsolete-script.patch

Modified: desktop/unstable/librsvg/debian/patches/20_Revert-Remove-obsolete-script.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/patches/20_Revert-Remove-obsolete-script.patch?rev=33805&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/patches/20_Revert-Remove-obsolete-script.patch [utf-8] (original)
+++ desktop/unstable/librsvg/debian/patches/20_Revert-Remove-obsolete-script.patch [utf-8] Fri Mar 30 21:05:38 2012
@@ -11,11 +11,19 @@
  3 files changed, 78 insertions(+)
  create mode 100644 rsvg.in
 
-diff --git a/Makefile.am b/Makefile.am
-index 4b846df..b5ec811 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -168,6 +168,7 @@ EXTRA_DIST =				\
+Index: librsvg-2.36.0/Makefile.am
+===================================================================
+--- librsvg-2.36.0.orig/Makefile.am	2012-03-30 22:58:50.425462205 +0200
++++ librsvg-2.36.0/Makefile.am	2012-03-30 23:02:04.825455330 +0200
+@@ -106,6 +106,7 @@
+ 	librsvg-enum-types.h
+ 
+ if HAVE_GTK_2
++nodist_bin_SCRIPTS = rsvg
+ dist_man_MANS = rsvg.1
+ endif
+ 
+@@ -168,6 +169,7 @@
  	TODO				\
  	COPYING.LIB 			\
  	librsvg-zip.in 			\
@@ -23,26 +31,23 @@
  	librsvg.def			\
  	gtk-doc.make
  
-diff --git a/configure.in b/configure.in
-index daaca26..c924209 100644
---- a/configure.in
-+++ b/configure.in
-@@ -321,6 +321,10 @@ doc/version.xml
+Index: librsvg-2.36.0/configure.in
+===================================================================
+--- librsvg-2.36.0.orig/configure.in	2012-03-30 22:58:50.425462205 +0200
++++ librsvg-2.36.0/configure.in	2012-03-30 23:01:04.237457472 +0200
+@@ -321,6 +321,8 @@
  AC_CONFIG_FILES([librsvg-${RSVG_API_VERSION}.pc:librsvg.pc.in],[],[RSVG_API_VERSION=$RSVG_API_VERSION])
  AC_CONFIG_FILES([librsvg-${RSVG_API_VERSION}-uninstalled.pc:librsvg-uninstalled.pc.in],[],[RSVG_API_VERSION=$RSVG_API_VERSION])
  
-+if test "$with_gtk" = "2.0"; then
-+  AC_CONFIG_FILES([rsvg])
-+fi
++AC_CONFIG_FILES([rsvg])
 +
  AC_OUTPUT
  
  dnl =============================================================================================
-diff --git a/rsvg.in b/rsvg.in
-new file mode 100644
-index 0000000..70a5bec
---- /dev/null
-+++ b/rsvg.in
+Index: librsvg-2.36.0/rsvg.in
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ librsvg-2.36.0/rsvg.in	2012-03-30 22:59:07.653461596 +0200
 @@ -0,0 +1,73 @@
 +#!/usr/bin/env python
 +
@@ -117,6 +122,3 @@
 +
 +if __name__ == "__main__":
 +    main()
--- 
-1.7.9.5
-




More information about the pkg-gnome-commits mailing list