[Pkg-cli-libs-commits] [flickrnet] 09/24: * New upstream release * Don't use svn version in package version * debian/control: - Set the binary package name to libflickrnet2.2-cil - Set Section to cli-mono - Bump Standards-Version to 3.8.2 * Update debian/patches and add descriptions * debian/copyright: Update download link * Add dummy watch file listing upstream site

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Mon Apr 17 12:36:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository flickrnet.

commit 2eb53e0cda07d1e6c664d1283ad459f9b85f661e
Author: Varun Hiremath <varun at debian.org>
Date:   Fri Aug 14 17:09:12 2009 +0000

    * New upstream release
    * Don't use svn version in package version
    * debian/control:
      - Set the binary package name to libflickrnet2.2-cil
      - Set Section to cli-mono
      - Bump Standards-Version to 3.8.2
    * Update debian/patches and add descriptions
    * debian/copyright: Update download link
    * Add dummy watch file listing upstream site
---
 debian/changelog                           | 14 +++++++++
 debian/cligacpolicy                        |  2 --
 debian/control                             |  8 ++---
 debian/copyright                           |  8 ++---
 debian/installcligac                       |  2 +-
 debian/patches/AssemblyInfo.diff           | 15 ++++++----
 debian/patches/unbreak-zooomr-support.diff | 48 +++++++++++++++++-------------
 debian/rules                               |  2 +-
 debian/watch                               |  2 ++
 9 files changed, 63 insertions(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86c234c..803e811 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libflickrnet (1:2.2.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Don't use svn version in package version
+  * debian/control:
+    - Set the binary package name to libflickrnet2.2-cil
+    - Set Section to cli-mono
+    - Bump Standards-Version to 3.8.2
+  * Update debian/patches and add descriptions
+  * debian/copyright: Update download link
+  * Add dummy watch file listing upstream site
+
+ -- Varun Hiremath <varun at debian.org>  Fri, 14 Aug 2009 12:23:40 -0400
+
 libflickrnet (25277-8) unstable; urgency=low
 
   * Add patch unbreak-zooomr-support.diff to fix f-spot crashes when
diff --git a/debian/cligacpolicy b/debian/cligacpolicy
deleted file mode 100644
index 35bec85..0000000
--- a/debian/cligacpolicy
+++ /dev/null
@@ -1,2 +0,0 @@
-# SNK File		Assembly Name	Versions		Assembly Ver.	Priority
-FlickrNet/FlickrNet.snk	FlickrNet	2.1.5.33467		2.1.5.0	 	10
diff --git a/debian/control b/debian/control
index f474d17..e758b8b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: libflickrnet
-Section: libs
+Section: cli-mono
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), quilt
 Build-Depends-Indep: mono-devel (>= 2.0.1),
  pkg-config,
- cli-common-dev (>= 0.5.6),
+ cli-common-dev (>= 0.5.7),
  libmono-system-web2.0-cil,
  libmono-system2.0-cil
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Homepage: http://www.codeplex.com/FlickrNet
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/libflickrnet/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/
 
-Package: libflickrnet2.1.5-cil
+Package: libflickrnet2.2-cil
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
 Description: Flickr.Net API Library
diff --git a/debian/copyright b/debian/copyright
index 10990ab..901f89b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
-This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+This package was debianized by Varun Hiremath <varun at debian.org> on
 Mon, 06 Aug 2007 21:41:48 +0530.
 
-It was downloaded from 
-http://www.codeplex.com/FlickrNet/Release/ProjectReleases.aspx?ReleaseId=3420
+Version 2.2.0 was downloaded from:
+http://flickrnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=6181
 
 Upstream Author: 
 Coordinators: samjudson
@@ -25,5 +25,5 @@ License:
   On Debian systems, you can find the LGPL license in:
   /usr/share/common-licenses/LGPL
 
-The Debian packaging is (C) 2007, Varun Hiremath <varunhiremath at gmail.com> and
+The Debian packaging is © 2007, Varun Hiremath <varun at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/installcligac b/debian/installcligac
index 7f0ede8..3701d99 100644
--- a/debian/installcligac
+++ b/debian/installcligac
@@ -1 +1 @@
-/usr/lib/cli/flickrnet-2.1.5/FlickrNet.dll
+/usr/lib/cli/flickrnet-2.2/FlickrNet.dll
diff --git a/debian/patches/AssemblyInfo.diff b/debian/patches/AssemblyInfo.diff
index 1adffac..9bbf10c 100644
--- a/debian/patches/AssemblyInfo.diff
+++ b/debian/patches/AssemblyInfo.diff
@@ -1,13 +1,18 @@
-Index: libflickrnet-25277/FlickrNet/AssemblyInfo.cs
+Description: Fix assembly version to comply with the Debian CLI Policy
+Origin: vendor, Debian
+Forwarded: no
+Author: Varun Hiremath <varun at debian.org>  
+Last-Update: Thu, 13 Aug 2009 20:52:59 -0400
+Index: libflickrnet2-48055~2.2.0/FlickrNet/AssemblyInfo.cs
 ===================================================================
---- libflickrnet-25277.orig/FlickrNet/AssemblyInfo.cs	2008-01-04 00:24:16.000000000 +0530
-+++ libflickrnet-25277/FlickrNet/AssemblyInfo.cs	2008-01-04 00:24:36.000000000 +0530
+--- libflickrnet2-48055~2.2.0.orig/FlickrNet/AssemblyInfo.cs	2009-03-10 04:03:54.000000000 -0400
++++ libflickrnet2-48055~2.2.0/FlickrNet/AssemblyInfo.cs	2009-08-13 20:48:01.000000000 -0400
 @@ -30,7 +30,7 @@
  // You can specify all the values or you can default the Revision and Build Numbers 
  // by using the '*' as shown below:
  
--[assembly: AssemblyVersion("2.1.5.*")]
-+[assembly: AssemblyVersion("2.1.5.0")]
+-[assembly: AssemblyVersion("2.2.0.*")]
++[assembly: AssemblyVersion("2.2.0.0")]
  
  //
  // In order to sign your assembly you must specify a key to use. Refer to the 
diff --git a/debian/patches/unbreak-zooomr-support.diff b/debian/patches/unbreak-zooomr-support.diff
index 8675455..8ab8bd9 100644
--- a/debian/patches/unbreak-zooomr-support.diff
+++ b/debian/patches/unbreak-zooomr-support.diff
@@ -1,14 +1,20 @@
-Index: libflickrnet-25277/FlickrNet/Flickr.cs
+Description: Fix f-spot crashes when exporting to Zooomr
+Debian-BTS: #514460
+Origin: vendor, Debian
+Forwarded: no
+Author: Chris Coulson <chrisccoulson at googlemail.com>
+Last-Update: Thu, 13 Aug 2009 20:52:59 -0400
+Index: libflickrnet2-48055~2.2.0/FlickrNet/Flickr.cs
 ===================================================================
---- libflickrnet-25277.orig/FlickrNet/Flickr.cs	2009-02-23 22:10:07.000000000 -0500
-+++ libflickrnet-25277/FlickrNet/Flickr.cs	2009-02-23 22:15:28.000000000 -0500
+--- libflickrnet2-48055~2.2.0.orig/FlickrNet/Flickr.cs	2009-03-10 04:03:54.000000000 -0400
++++ libflickrnet2-48055~2.2.0/FlickrNet/Flickr.cs	2009-08-13 20:51:51.000000000 -0400
 @@ -54,7 +54,7 @@
  
  		private string[] _baseUrl = new string[] { 
- 															"http://api.flickr.com/services/rest/", 
--															"http://beta.zooomr.com/bluenote/api/rest",
-+															"http://www.zooomr.com/api/rest/",
- 															"http://www.23hq.com/services/rest/"};
+ 													 "http://api.flickr.com/services/rest/", 
+-													 "http://beta.zooomr.com/bluenote/api/rest",
++													 "http://www.zooomr.com/api/rest",
+ 													 "http://www.23hq.com/services/rest/"};
  
  		private string UploadUrl
 @@ -63,7 +63,7 @@
@@ -32,23 +38,23 @@ Index: libflickrnet-25277/FlickrNet/Flickr.cs
 @@ -81,7 +81,7 @@
  		}
  		private static string[] _authUrl = new string[] {
- 															   "http://www.flickr.com/services/auth/",
--															   "http://beta.zooomr.com/auth/",
-+															   "http://www.zooomr.com/services/auth/",
- 															   "http://www.23hq.com/services/auth/"};
+ 															"http://www.flickr.com/services/auth/",
+-															"http://beta.zooomr.com/auth/",
++															"http://www.zooomr.com/services/auth/",
+ 															"http://www.23hq.com/services/auth/"};
  
  		private string _apiKey;
 @@ -443,7 +443,8 @@
-             {
-                 // This is needed in the Compact Framework
-                 // See for more details: http://msdn2.microsoft.com/en-us/library/1afx2b0f.aspx
--                req.GetRequestStream().Close();
-+		if (req.Method=="POST")
-+		    req.GetRequestStream().Close();
-             }
+ 			{
+ 				// This is needed in the Compact Framework
+ 				// See for more details: http://msdn2.microsoft.com/en-us/library/1afx2b0f.aspx
+-				req.GetRequestStream().Close();
++				if (req.Method=="POST")
++				    req.GetRequestStream().Close();
+ 			}
  
  			try
-@@ -718,7 +719,7 @@
+@@ -754,7 +755,7 @@
  			FlickrNet.Response response = GetResponseNoCache(parameters);
  			if( response.Status == ResponseStatus.OK )
  			{
@@ -57,7 +63,7 @@ Index: libflickrnet-25277/FlickrNet/Flickr.cs
  			}
  			else
  			{
-@@ -789,7 +790,7 @@
+@@ -825,7 +826,7 @@
  			FlickrNet.Response response = GetResponseNoCache(parameters);
  			if( response.Status == ResponseStatus.OK )
  			{
@@ -66,7 +72,7 @@ Index: libflickrnet-25277/FlickrNet/Flickr.cs
  				return auth;
  			}
  			else
-@@ -837,7 +838,7 @@
+@@ -875,7 +876,7 @@
  			FlickrNet.Response response = GetResponseNoCache(parameters);
  			if( response.Status == ResponseStatus.OK )
  			{
diff --git a/debian/rules b/debian/rules
index c19dbf3..a2a4b29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ debian/stamp-build:
 clean::
 	$(RM) FlickrNet/FlickrNet.dll FlickrNet/FlickrNet.dll.mdb debian/stamp-build
 
-VERSION=2.1.5
+VERSION=2.2
 install/libflickrnet$(VERSION)-cil::
 	dh_install FlickrNet/FlickrNet.dll /usr/lib/cli/flickrnet-$(VERSION)/
 	install -m644 -D debian/flickrnet.pc $(DEB_DESTDIR)/usr/lib/pkgconfig/flickrnet-$(VERSION).pc
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..401099c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+# Project hosted at: http://flickrnet.codeplex.com/
+# No easy way to track upstream version using uscan

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/flickrnet.git



More information about the Pkg-cli-libs-commits mailing list