diff -Nru obsfs-0+git20110111/debian/changelog obsfs-0+git20110111/debian/changelog --- obsfs-0+git20110111/debian/changelog 2011-09-28 20:02:48.000000000 +0000 +++ obsfs-0+git20110111/debian/changelog 2011-10-03 16:25:13.000000000 +0000 @@ -1,4 +1,4 @@ -obsfs (0+git20110111-1~ppa4) oneiric; urgency=low +obsfs (0+git20110111-1~ppa4.1) oneiric; urgency=low * Initial release diff -Nru obsfs-0+git20110111/debian/control obsfs-0+git20110111/debian/control --- obsfs-0+git20110111/debian/control 2011-02-09 16:47:06.000000000 +0000 +++ obsfs-0+git20110111/debian/control 2011-10-03 16:30:27.000000000 +0000 @@ -10,3 +10,4 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: openSUSE Build Service FUSE File System + Mount openSUSE Build Service diff -Nru obsfs-0+git20110111/debian/copyright obsfs-0+git20110111/debian/copyright --- obsfs-0+git20110111/debian/copyright 2011-02-09 16:51:08.000000000 +0000 +++ obsfs-0+git20110111/debian/copyright 2011-10-03 16:24:35.000000000 +0000 @@ -1,42 +1,28 @@ -This work was packaged for Debian by: - - Sawa on Thu, 10 Feb 2011 01:13:27 +0900 - -It was downloaded from: - - http://github.com/uli/obsfs - -Upstream Author(s): - - SUSE LINUX - -Copyright: - - Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. - -License: - - This package 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 package 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, see - -On Debian systems, the complete text of the GNU General -Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -The Debian packaging is: - - Copyright (C) 2011 Sawa - -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. +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: obsfs +Source: http://github.com/uli/obsfs + +Files: * +Copyright: Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +License: GPL-2.0+ + +Files: debian/* +Copyright: 2011 Sawa +License: GPL-2.0+ + +License: GPL-2.0+ + This package 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 package 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, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff -Nru obsfs-0+git20110111/debian/patches/debian-changes-0+git20110111-1~ppa4 obsfs-0+git20110111/debian/patches/debian-changes-0+git20110111-1~ppa4 --- obsfs-0+git20110111/debian/patches/debian-changes-0+git20110111-1~ppa4 2011-09-28 20:03:43.000000000 +0000 +++ obsfs-0+git20110111/debian/patches/debian-changes-0+git20110111-1~ppa4 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -Description: Upstream changes introduced in version 0+git20110111-1~ppa4 - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - obsfs (0+git20110111-1~ppa4) oneiric; urgency=low - . - * Initial release - . - The person named in the Author field signed this changelog entry. -Author: Sawa (ikoinoba) - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: http://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: - ---- obsfs-0+git20110111.orig/Makefile -+++ obsfs-0+git20110111/Makefile -@@ -1,5 +1,5 @@ - OBJS = obsfs.o cache.o util.o status.o rc.o --LIBS = -lfuse -lcurl -lexpat $(shell pkg-config glib-2.0 --libs) $(shell pkg-config bzip2 --libs) -+LIBS = -lfuse -lcurl -lexpat $(shell pkg-config glib-2.0 --libs) -lbz2 - CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE $(shell pkg-config glib-2.0 --cflags) - - all: obsfs diff -Nru obsfs-0+git20110111/debian/patches/debian-changes-0+git20110111-1~ppa4.1 obsfs-0+git20110111/debian/patches/debian-changes-0+git20110111-1~ppa4.1 --- obsfs-0+git20110111/debian/patches/debian-changes-0+git20110111-1~ppa4.1 1970-01-01 00:00:00.000000000 +0000 +++ obsfs-0+git20110111/debian/patches/debian-changes-0+git20110111-1~ppa4.1 2011-10-03 16:31:46.000000000 +0000 @@ -0,0 +1,34 @@ +Description: Upstream changes introduced in version 0+git20110111-1~ppa4.1 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + obsfs (0+git20110111-1~ppa4.1) oneiric; urgency=low + . + * Initial release + . + The person named in the Author field signed this changelog entry. +Author: Sawa (ikoinoba) + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- obsfs-0+git20110111.orig/Makefile ++++ obsfs-0+git20110111/Makefile +@@ -1,5 +1,5 @@ + OBJS = obsfs.o cache.o util.o status.o rc.o +-LIBS = -lfuse -lcurl -lexpat $(shell pkg-config glib-2.0 --libs) $(shell pkg-config bzip2 --libs) ++LIBS = -lfuse -lcurl -lexpat $(shell pkg-config glib-2.0 --libs) -lbz2 + CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE $(shell pkg-config glib-2.0 --cflags) + + all: obsfs diff -Nru obsfs-0+git20110111/debian/patches/series obsfs-0+git20110111/debian/patches/series --- obsfs-0+git20110111/debian/patches/series 2011-09-28 20:03:43.000000000 +0000 +++ obsfs-0+git20110111/debian/patches/series 2011-10-03 16:31:46.000000000 +0000 @@ -1 +1 @@ -debian-changes-0+git20110111-1~ppa4 +debian-changes-0+git20110111-1~ppa4.1