debian/0000755000000000000000000000000011707622042007167 5ustar debian/changelog0000644000000000000000000000161111707621633011045 0ustar gudev-sharp-1.0 (0.1-3) unstable; urgency=low [ Mirco Bauer ] * [ea0bfc0] Fixed missing usage of DEB_API_VERSION variable [ Iain Lane ] * Upload rebuild to unstable for CLR 4.0 transition * [c192d35] debian/copyright: Update upstream source URI and name * [f59da60] Stop using deprecated cli.make and use cli sequence explicitly * [6ae6c35] Standards-Version → 3.9.2, no changes required -- Iain Lane Tue, 24 Jan 2012 21:30:54 +0000 gudev-sharp-1.0 (0.1-2) unstable; urgency=low * Patch pcfile to reference correct install location * Update watch file to new upstream location * Standards-Version → 3.9.1, no changes required -- Iain Lane Sun, 05 Sep 2010 14:19:10 +0200 gudev-sharp-1.0 (0.1-1) unstable; urgency=low * Initial Version (Closes: #589332) -- Chow Loong Jin Sat, 17 Jul 2010 01:56:35 +0800 debian/compat0000644000000000000000000000000211707621633010372 0ustar 7 debian/monodoc-gudev-manual.install0000644000000000000000000000020711707621633014604 0ustar gudev.tree /usr/lib/monodoc/sources gudev.zip /usr/lib/monodoc/sources debian/gudev.source /usr/lib/monodoc/sources debian/source/0000755000000000000000000000000011707621633010474 5ustar debian/source/format0000644000000000000000000000001411707621633011702 0ustar 3.0 (quilt) debian/shlibs.local0000644000000000000000000000004711707621633011475 0ustar libgudev-1.0 0 libgudev-1.0-0 (>= 146) debian/gudev.source0000644000000000000000000000023611707621633011531 0ustar debian/libgudev1.0-cil.install0000644000000000000000000000001511707621633013345 0ustar /usr/lib/cli debian/rules0000755000000000000000000000136611707621633010262 0ustar #!/usr/bin/make -f # -*- makefile -*- DEB_API_VERSION = 0.1 DEB_ABI_VERSION = 1.0 CLIDIR = debian/tmp/usr/lib/cli/gudev-sharp-$(DEB_ABI_VERSION)/ override_dh_auto_configure: dh_auto_configure -- CSC=/usr/bin/mono-csc override_dh_auto_build: dh_auto_build mkdir -p monodoc mdoc update \ -fno-assembly-versions \ --out=monodoc \ $(CURDIR)/gudev/gudev-sharp.dll mdoc assemble \ --format ecma \ --out $(CURDIR)/gudev \ $(CURDIR)/monodoc override_dh_auto_install: dh_auto_install mkdir -p $(CLIDIR) cp gudev/gudev-sharp.dll $(CLIDIR) cp gudev/gudev-sharp.dll.config $(CLIDIR) override_dh_auto_clean: dh_auto_clean rm -rf gudev.zip gudev.tree monodoc override_dh_makeclilibs: dh_makeclilibs -m$(DEB_API_VERSION) %: dh $@ --with cli debian/libgudev1.0-cil-dev.install0000644000000000000000000000002311707621633014120 0ustar /usr/lib/pkgconfig debian/watch0000644000000000000000000000014111707621633010221 0ustar version=3 ftp://ftp.novell.com/pub/mono/sources/gudev-sharp/gudev-sharp-1\.0-([0-9.]+)\.tar\.gz debian/libgudev1.0-cil.installcligac0000644000000000000000000000005511707621633014514 0ustar /usr/lib/cli/gudev-sharp-1.0/gudev-sharp.dll debian/control0000644000000000000000000000363611707621633010607 0ustar Source: gudev-sharp-1.0 Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Chow Loong Jin Build-Depends: debhelper (>= 7.0.50), mono-devel (>= 2.4.3), cli-common-dev (>= 0.5.7), monodoc-base, libgtk2.0-dev (>= 2.0.0), libglib2.0-dev (>= 2.0.0), libgudev-1.0-dev (>= 146), libgtk2.0-cil-dev (>= 1.9.0), gtk-sharp2-gapi (>= 1.9.0) Standards-Version: 3.9.2 Section: cli-mono Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/gudev-sharp-1.0.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gudev-sharp-1.0.git Homepage: https://www.launchpad.net/gudev-sharp Package: libgudev1.0-cil Architecture: all Depends: ${cli:Depends}, ${misc:Depends} Description: GObject-based wrapper library for libudev -- CLI bindings gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based wrapper library for libudev. . This package contains the managed CLI bindings for gudev-sharp, which are needed to run CLI applications which use this library. Package: libgudev1.0-cil-dev Architecture: all Depends: libgudev1.0-cil (= ${binary:Version}), ${misc:Depends} Description: GObject-based wrapper library for libudev -- CLI development files gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based wrapper library for libudev. . This package contains the development files needed to compile CLI applications which use this library. Package: monodoc-gudev-manual Section: doc Architecture: all Depends: monodoc-manual, ${misc:Depends} Description: compiled XML documentation for gudev-sharp gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based wrapper library for libudev. . This package contains the compiled XML documentation for gudev-sharp. debian/copyright0000644000000000000000000000366411707621633011140 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: gudev-sharp Maintainer: Alex Launi Source: https://github.com/mono/gudev-sharp Files: * Copyright: Alex Launi License: LGPL-2.1+ 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. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA . On Debian systems, the full text of this license can be found in /usr/share/common-licenses/LGPL-2.1. Files: debian/* Copyright: Chow Loong Jin License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of this license can be found in /usr/share/common-licenses/GPL-2. debian/patches/0000755000000000000000000000000011707621633010623 5ustar debian/patches/pcfile_library_location0000644000000000000000000000232611707621633015427 0ustar Description: patch upstream pcfile to reference the Debian CLI policy compliant install location Author: Iain Lane Forwarded: not-needed Index: gudev-sharp-1.0.git/gudev-sharp-1.0.pc =================================================================== --- gudev-sharp-1.0.git.orig/gudev-sharp-1.0.pc 2010-09-05 11:32:28.618604664 +0100 +++ gudev-sharp-1.0.git/gudev-sharp-1.0.pc 2010-09-05 11:32:50.321777838 +0100 @@ -1,7 +1,7 @@ prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib -Libraries=${libdir}/mono/gudev-sharp-1.0/gudev-sharp.dll +Libraries=${libdir}/cli/gudev-sharp-1.0/gudev-sharp.dll Name: GUdev# Description: GUdev# - A Gtk# GUdev binding Index: gudev-sharp-1.0.git/gudev-sharp-1.0.pc.in =================================================================== --- gudev-sharp-1.0.git.orig/gudev-sharp-1.0.pc.in 2010-09-05 11:33:01.003339569 +0100 +++ gudev-sharp-1.0.git/gudev-sharp-1.0.pc.in 2010-09-05 11:33:06.804187704 +0100 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=${prefix} libdir=${exec_prefix}/lib -Libraries=${libdir}/mono/gudev-sharp-1.0/gudev-sharp.dll +Libraries=${libdir}/cli/gudev-sharp-1.0/gudev-sharp.dll Name: GUdev# Description: GUdev# - A Gtk# GUdev binding debian/patches/series0000644000000000000000000000003011707621633012031 0ustar pcfile_library_location