]> git.pld-linux.org Git - packages/gallery.git/commitdiff
- don't warn about missing files which are not provided in package
authorgrzegol <grzegol@pld-linux.org>
Fri, 6 Feb 2004 13:35:09 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery-dont_warn_about_missing_files.patch -> 1.1

gallery-dont_warn_about_missing_files.patch [new file with mode: 0644]

diff --git a/gallery-dont_warn_about_missing_files.patch b/gallery-dont_warn_about_missing_files.patch
new file mode 100644 (file)
index 0000000..0a7a4ec
--- /dev/null
@@ -0,0 +1,60 @@
+diff -urN aa/gallery/manifest.inc gallery/manifest.inc
+--- aa/gallery/manifest.inc    2004-02-03 00:19:38.000000000 +0100
++++ gallery/manifest.inc       2004-02-06 14:26:14.132055224 +0100
+@@ -28,9 +28,6 @@
+  */
+ $versions=array();
+-$versions['AUTHORS']='1.16';
+-$versions['LICENSE.txt']='1.2';
+-$versions['README']='1.28';
+ $versions['Version.php']='1.573.2.9';
+ $versions['add_comment.php']='1.29.2.1';
+ $versions['add_photo.php']='1.18.6.1';
+@@ -39,7 +36,6 @@
+ $versions['album_permissions.php']='1.34.4.2';
+ $versions['albums.php']='1.117.2.1';
+ $versions['captionator.php']='1.37';
+-$versions['configure.bat']='1.2';
+ $versions['configure.sh']='1.4';
+ $versions['copy_photo.php']='1.3.6.1';
+ $versions['create_user.php']='1.30.6.1';
+@@ -77,7 +73,6 @@
+ $versions['rotate_photo.php']='1.37.6.1';
+ $versions['save_photos.php']='1.80.6.1';
+ $versions['search.php']='1.47.4.1';
+-$versions['secure.bat']='1.2';
+ $versions['secure.sh']='1.5';
+ $versions['session.php']='1.26.8.1';
+ $versions['slideshow.php']='1.46.2.1';
+diff -urN aa/gallery/tools/build_manifest.php gallery/tools/build_manifest.php
+--- aa/gallery/tools/build_manifest.php        2004-02-02 23:48:08.000000000 +0100
++++ gallery/tools/build_manifest.php   2004-02-06 14:26:55.493767288 +0100
+@@ -42,10 +42,7 @@
+       print "\n";
+       exit (2);
+ }
+-$files=array( "AUTHORS",
+-              "LICENSE.txt",
+-              "README",
+-              "Version.php",
++$files=array( "Version.php",
+               "add_comment.php",
+               "add_photo.php",
+               "add_photos.php",
+@@ -53,7 +50,6 @@
+               "album_permissions.php",
+               "albums.php",
+               "captionator.php",
+-              "configure.bat",
+               "configure.sh",
+               "copy_photo.php",
+               "create_user.php",
+@@ -91,7 +87,6 @@
+               "rotate_photo.php",
+               "save_photos.php",
+               "search.php",
+-              "secure.bat",
+               "secure.sh",
+               "session.php",
+               "slideshow.php",
This page took 0.079721 seconds and 4 git commands to generate.