[Pkg-cli-libs-commits] r3546 - in /packages/libflickrnet: ./ branches/ tags/ trunk/ trunk/debian/ trunk/debian/patches/

varun at users.alioth.debian.org varun at users.alioth.debian.org
Thu Jan 3 19:19:49 UTC 2008


Author: varun
Date: Thu Jan  3 19:19:48 2008
New Revision: 3546

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3546
Log:
* Initial inject of libflickrnet package

Added:
    packages/libflickrnet/
    packages/libflickrnet/branches/
    packages/libflickrnet/tags/
    packages/libflickrnet/trunk/
    packages/libflickrnet/trunk/debian/   (with props)
    packages/libflickrnet/trunk/debian/changelog
    packages/libflickrnet/trunk/debian/cligacpolicy
    packages/libflickrnet/trunk/debian/compat
    packages/libflickrnet/trunk/debian/compile.sh
    packages/libflickrnet/trunk/debian/control
    packages/libflickrnet/trunk/debian/copyright
    packages/libflickrnet/trunk/debian/flickrnet.pc
    packages/libflickrnet/trunk/debian/installcligac
    packages/libflickrnet/trunk/debian/orig-tar.sh   (with props)
    packages/libflickrnet/trunk/debian/patches/
    packages/libflickrnet/trunk/debian/patches/AssemblyInfo.diff
    packages/libflickrnet/trunk/debian/patches/series
    packages/libflickrnet/trunk/debian/rules   (with props)

Propchange: packages/libflickrnet/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/libflickrnet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/changelog?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/changelog (added)
+++ packages/libflickrnet/trunk/debian/changelog Thu Jan  3 19:19:48 2008
@@ -1,0 +1,48 @@
+libflickrnet (25277-5) unstable; urgency=low
+
+  * Move package to pkg-cli-libs svn
+  * debian/control:
+    + Set Maintainer to Debian CLI Libraries Team and add myself to Uploaders
+    + Update Vcs headers
+  * Use lowercase name for the FlickrNet.dll pkg-config file
+  * debian/rules:
+    + Install versioned pkg-config file and create a symlink without
+    version (Closes: #458891)
+    + Use dh_clifixperms instead of chmod. Thanks to Mirco Bauer
+  * Add patches/AssemblyInfo.diff to fix assembly version and comply with
+    the Debian CLI Policy
+  * Add debian/cligacpolicy to fix the ABI breakage
+
+ -- Varun Hiremath <varun at debian.org>  Thu, 03 Jan 2008 23:10:09 +0530
+
+libflickrnet (25277-4) unstable; urgency=low
+
+  * Add pkg-config file for FlickrNet.dll (Closes: #458891)
+
+ -- Varun Hiremath <varun at debian.org>  Thu, 03 Jan 2008 21:27:01 +0530
+
+libflickrnet (25277-3) unstable; urgency=low
+
+  * debian/control:
+    + Remove mono from Build-Depends (Closes: #457791)
+    + Update Standards-Version to 3.7.3
+    + Add Homepage header and replace XS-Vcs with Vcs
+    + Separate out Build-Depends and Build-Depends-Indep
+
+ -- Varun Hiremath <varun at debian.org>  Wed, 02 Jan 2008 23:43:53 +0530
+
+libflickrnet (25277-2) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+
+  [ Varun Hiremath ]
+  * debian/rules: remove FlickrNet/FlickrNet.dll.mdb in clean target. (Closes: #442633)
+
+ -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 17 Sep 2007 01:21:17 +0530
+
+libflickrnet (25277-1) unstable; urgency=low
+
+  * Initial release (Closes: #436796)
+
+ -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 06 Aug 2007 21:41:48 +0530

Added: packages/libflickrnet/trunk/debian/cligacpolicy
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/cligacpolicy?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/cligacpolicy (added)
+++ packages/libflickrnet/trunk/debian/cligacpolicy Thu Jan  3 19:19:48 2008
@@ -1,0 +1,2 @@
+# SNK File		Assembly Name	Versions		Assembly Ver.	Priority
+FlickrNet/FlickrNet.snk	FlickrNet	2.1.5.33467		2.1.5.0	 	10

Added: packages/libflickrnet/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/compat?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/compat (added)
+++ packages/libflickrnet/trunk/debian/compat Thu Jan  3 19:19:48 2008
@@ -1,0 +1,1 @@
+5

Added: packages/libflickrnet/trunk/debian/compile.sh
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/compile.sh?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/compile.sh (added)
+++ packages/libflickrnet/trunk/debian/compile.sh Thu Jan  3 19:19:48 2008
@@ -1,0 +1,1 @@
+gmcs -debug -target:library -out:FlickrNet.dll  -r:System.Web.dll -r:System.Drawing.dll *.cs

Added: packages/libflickrnet/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/control?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/control (added)
+++ packages/libflickrnet/trunk/debian/control Thu Jan  3 19:19:48 2008
@@ -1,0 +1,22 @@
+Source: libflickrnet
+Section: libs
+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-gmcs, pkg-config, cli-common-dev (>= 0.4.4),
+ libmono-system-web2.0-cil, libmono-system2.0-cil, libgnome2.0-cil (>=
+ 2.16.0)
+Standards-Version: 3.7.3
+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
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: Flickr.Net API Library
+ The Flickr.Net API is a .Net Library for accessing the Flickr
+ API. Written entirely in C# it can be accessed from with any .Net
+ language in .Net Framework 1.1, .Net Framework 2.0, .Net Compact
+ Framework 2.0 and Mono.

Added: packages/libflickrnet/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/copyright?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/copyright (added)
+++ packages/libflickrnet/trunk/debian/copyright Thu Jan  3 19:19:48 2008
@@ -1,0 +1,29 @@
+This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+Mon, 06 Aug 2007 21:41:48 +0530.
+
+It was downloaded from 
+http://www.codeplex.com/FlickrNet/Release/ProjectReleases.aspx?ReleaseId=3420
+
+Upstream Author: 
+Coordinators: samjudson
+Developers: timheuer
+
+Copyright: All source code and information supplied as part of the
+Flick .Net API Library is copyright too its contributers.
+
+License:
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public
+  License as published by the Free Software Foundation; either
+  version 2.1 of the License, or (at your option) any later version.
+ 
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+
+  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
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/libflickrnet/trunk/debian/flickrnet.pc
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/flickrnet.pc?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/flickrnet.pc (added)
+++ packages/libflickrnet/trunk/debian/flickrnet.pc Thu Jan  3 19:19:48 2008
@@ -1,0 +1,7 @@
+prefix=/usr
+libdir=${prefix}/lib
+
+Name: flickrnet
+Description: Flickr.Net API Library
+Version: @VERSION@
+Libs: -r:${libdir}/cli/flickrnet- at VERSION@/FlickrNet.dll

Added: packages/libflickrnet/trunk/debian/installcligac
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/installcligac?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/installcligac (added)
+++ packages/libflickrnet/trunk/debian/installcligac Thu Jan  3 19:19:48 2008
@@ -1,0 +1,1 @@
+/usr/lib/cli/flickrnet-2.1.5/FlickrNet.dll

Added: packages/libflickrnet/trunk/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/orig-tar.sh?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/orig-tar.sh (added)
+++ packages/libflickrnet/trunk/debian/orig-tar.sh Thu Jan  3 19:19:48 2008
@@ -1,0 +1,21 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+TAR=../libflickrnet_$1.orig.tar.gz
+DIR=libflickrnet-$1
+ZIP=FlickrNet-$1.zip
+
+# clean up the upstream tarball
+unzip $ZIP -d $DIR
+tar -c -z -f $TAR $DIR
+rm -rf $DIR $ZIP
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo "moved $TAR to $origDir"
+fi
+
+exit 0

Propchange: packages/libflickrnet/trunk/debian/orig-tar.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libflickrnet/trunk/debian/patches/AssemblyInfo.diff
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/patches/AssemblyInfo.diff?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/patches/AssemblyInfo.diff (added)
+++ packages/libflickrnet/trunk/debian/patches/AssemblyInfo.diff Thu Jan  3 19:19:48 2008
@@ -1,0 +1,27 @@
+Index: libflickrnet-25277/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
+@@ -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")]
+ 
+ //
+ // In order to sign your assembly you must specify a key to use. Refer to the 
+@@ -61,10 +61,10 @@
+ [assembly: AssemblyKeyName("")]
+ 
+ #if !WindowsCE
+-[assembly: AssemblyKeyFile("..\\..\\FlickrNet.snk")]
++[assembly: AssemblyKeyFile("FlickrNet.snk")]
+ [assembly: AllowPartiallyTrustedCallers()]
+ [assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
+ #endif
+ 
+ [assembly: CLSCompliantAttribute(true)]
+-[assembly: ComVisible(false)]
+\ No newline at end of file
++[assembly: ComVisible(false)]

Added: packages/libflickrnet/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/patches/series?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/patches/series (added)
+++ packages/libflickrnet/trunk/debian/patches/series Thu Jan  3 19:19:48 2008
@@ -1,0 +1,1 @@
+AssemblyInfo.diff

Added: packages/libflickrnet/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libflickrnet/trunk/debian/rules?rev=3546&op=file
==============================================================================
--- packages/libflickrnet/trunk/debian/rules (added)
+++ packages/libflickrnet/trunk/debian/rules Thu Jan  3 19:19:48 2008
@@ -1,0 +1,33 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+export MONO_SHARED_DIR := /tmp
+
+post-patches:: debian/stamp-build
+debian/stamp-build:
+	(cd FlickrNet; $(SHELL) ../debian/compile.sh)
+	touch $@
+
+clean::
+	$(RM) FlickrNet/FlickrNet.dll FlickrNet/FlickrNet.dll.mdb debian/stamp-build
+
+VERSION=2.1.5
+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
+	sed -i "s/@VERSION@/$(VERSION)/g" $(DEB_DESTDIR)/usr/lib/pkgconfig/flickrnet-$(VERSION).pc
+	dh_link /usr/lib/pkgconfig/flickrnet-$(VERSION).pc /usr/lib/pkgconfig/flickrnet.pc
+
+binary-install/libflickrnet$(VERSION)-cil::
+	dh_installcligac -plibflickrnet$(VERSION)-cil
+	dh_cligacpolicy
+	dh_clifixperms
+
+binary-predeb/libflickrnet$(VERSION)-cil::
+	dh_makeclilibs -plibflickrnet$(VERSION)-cil
+	dh_clideps -d
+
+get-orig-source:
+	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)

Propchange: packages/libflickrnet/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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