debian/0000775000000000000000000000000011664503525007177 5ustar debian/changelog0000664000000000000000000000235311664503520011047 0ustar ciopfs (0.4-0ubuntu1) precise; urgency=low * New upstream version. * Bump standards to 3.9.2. No other changes. * Clean debian-rules-missing-recommended-target lintian warning. -- Bhavani Shankar Mon, 28 Nov 2011 00:22:05 +0530 ciopfs (0.3-0ubuntu1) natty; urgency=low * New upstream release * Drop patch as its integrated upstream * Drop quilt build-depend and switch to 3.0 source format * Bump up standards to 3.9.1 No other changes -- Bhavani Shankar Wed, 24 Nov 2010 13:07:14 +0530 ciopfs (0.2-0ubuntu4) lucid; urgency=low * debian/control: remove libglib1.2-dev from build deps to fix FTBFS (LP: #538653) -- Felix Geyer Sun, 14 Mar 2010 09:47:36 +0100 ciopfs (0.2-0ubuntu3) karmic; urgency=low * debian/patches: fix absolute symlink (LP: #414777) -- Scott Ritchie Tue, 18 Aug 2009 00:44:14 -0700 ciopfs (0.2-0ubuntu2) karmic; urgency=low * debian/control: add libglib2.0-dev to build deps -- Scott Ritchie Tue, 11 Aug 2009 21:32:14 -0700 ciopfs (0.2-0ubuntu1) karmic; urgency=low * Initial release (LP: #411384) -- Scott Ritchie Mon, 10 Aug 2009 04:49:26 -0700 debian/dirs0000664000000000000000000000002111473137260010051 0ustar usr/bin usr/sbin debian/rules0000775000000000000000000000260011664503211010245 0ustar #!/usr/bin/make -f # -*- makefile -*- configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/ciopfs. $(MAKE) DESTDIR=$(CURDIR)/debian/ciopfs PREFIX=/usr install # Build architecture-independent files here. binary-indep: install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_python # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/source/0000775000000000000000000000000011473140231010464 5ustar debian/source/format0000664000000000000000000000001411473140231011672 0ustar 3.0 (quilt) debian/control0000664000000000000000000000127011664503245010601 0ustar Source: ciopfs Section: utils Priority: extra XSBC-Original-Maintainer: Scott Ritchie Maintainer: Ubuntu Developers Uploaders: Scott Ritchie Build-Depends: debhelper (>= 7), libfuse-dev, libattr1-dev, libglib2.0-dev Standards-Version: 3.9.2 Homepage: http://brain-dump.org/projects/ciopfs/ Package: ciopfs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: FUSE case insensitive on purpose file system ciopfs is a stackable or overlay linux userspace file system (implemented with FUSE) which mounts a normal directory on a regular file system in a case insensitive fashion. debian/copyright0000664000000000000000000000107211473137260011127 0ustar This package was debianized by Scott Ritchie on Mon, 10 Aug 2009 04:49:26 -0700. It was downloaded from http://brain-dump.org/projects/ciopfs/ Upstream Author(s): Marc Andre Tanner Copyright: Marc Andre Tanner License: GPL-2 The Debian packaging is: Copyright (C) 2009 Scott Ritchie and is licensed under the GPL version 2. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000664000000000000000000000000211473137260010372 0ustar 7 debian/watch0000664000000000000000000000141011473137260010221 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # Uncomment to examine a Webpage # http://brain-dump.org/projects/ciopfs/ ciopfs-(.*)\.tar\.gz # Uncomment to examine a Webserver directory #http://www.example.com/pub/ciopfs-(.*)\.tar\.gz # Uncommment to examine a FTP server #ftp://ftp.example.com/pub/ciopfs-(.*)\.tar\.gz debian uupdate # Uncomment to find new files on sourceforge, for devscripts >= 2.9 # http://sf.net/ciopfs/ciopfs-(.*)\.tar\.gz # Uncomment to find new files on GooglePages # http://example.googlepages.com/foo.html ciopfs-(.*)\.tar\.gz