From 5521fd27f847da8a2ad924d1efe29cb64c9c7fe0 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 1 Jul 2023 22:44:27 +1000 Subject: [PATCH] Split off the debian build tree as a branch (only). --- debian/changelog | 65 ------------------------------------------- debian/control | 21 -------------- debian/copyright | 25 ----------------- debian/fusefile.links | 1 - debian/gbp.conf | 4 --- debian/rules | 26 ----------------- debian/source/format | 1 - 7 files changed, 143 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/fusefile.links delete mode 100644 debian/gbp.conf delete mode 100755 debian/rules delete mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 4339d31..0000000 --- a/debian/changelog +++ /dev/null @@ -1,65 +0,0 @@ -fusefile (1.0) unstable; urgency=medium - - * Version change for submission to debian - - -- Ralph Ronnquist Sun, 25 Jun 2023 17:39:21 +1000 -fusefile (0.5.7) unstable; urgency=medium - - * Updated man page. - - -- Ralph Ronnquist Sun, 25 Jun 2023 13:37:38 +1000 -fusefile (0.5.6) unstable; urgency=medium - - * Added -dump function for dumping fragments including overlay table. - - -- Ralph Ronnquist Wed, 21 Jun 2023 00:09:34 +1000 -fusefile (0.5.5) unstable; urgency=medium - - * Updated man page. - - -- Ralph Ronnquist Thu, 25 May 2023 16:01:40 +1000 -fusefile (0.5.4) unstable; urgency=medium - - * Include fusedisk helper script for block mount - - -- Ralph Ronnquist Wed, 24 May 2023 19:48:53 +1000 -fusefile (0.5.3) unstable; urgency=medium - - * Updated package description. - - -- Ralph Ronnquist Mon, 03 Oct 2022 13:01:26 +1100 -fusefile (0.5.2) unstable; urgency=medium - - * Reworked overlay with new region representaiton. - - -- Ralph Ronnquist Fri, 12 Aug 2022 08:57:37 +1000 -fusefile (0.5.1) unstable; urgency=medium - - * Fixes to overlay function. - - -- Ralph Ronnquist Thu, 11 Aug 2022 01:40:48 +1000 -fusefile (0.5) unstable; urgency=medium - - * Added overlay file option. - - -- Ralph Ronnquist Tue, 09 Aug 2022 21:22:35 +1000 -fusefile (0.4) unstable; urgency=medium - - * Revised into overwriting in sources without size change. - - -- Ralph Ronnquist Fri, 15 Jul 2022 12:17:30 +1000 -fusefile (0.3) unstable; urgency=medium - - * Added writeability variation - - -- Ralph Ronnquist Thu, 26 May 2022 19:53:05 +1000 -fusefile (0.2) unstable; urgency=medium - - * Code refresh for chimaera (bullseye). - - -- Ralph Ronnquist Tue, 05 Apr 2022 19:43:49 +1000 -fusefile (0.1) unstable; urgency=medium - - * Initial Release. - - -- Ralph Ronnquist Mon, 11 Mar 2018 10:00:00 +1100 diff --git a/debian/control b/debian/control deleted file mode 100644 index 908912b..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: fusefile -Section: admin -Priority: optional -Maintainer: Ralph Ronnquist -Build-Depends: debhelper-compat (= 13), libfuse-dev -Standards-Version: 4.6.1 -Homepage: https://git.devuan.org/rrq/fusefile.git -Vcs-Git: https://git.devuan.org/rrq/fusefile.git -Rules-Requires-Root: no - -Package: fusefile -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, fuse -Description: Using FUSE to combine file fragments into a single file. - fusefile is a FUSE "file mount" that presents a series of fragments - of other files as a contiguous concatenation. Technically it bind - mounts a driver on top of the filename mountpoint to provide access - to the given file fragments as if in a single, contiguous file. The - fusefile mount driver offers read/write access to the fused file, - distributing written data accross the given fragments or to an - overlay file. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index f2f4788..0000000 --- a/debian/copyright +++ /dev/null @@ -1,25 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: fusefile -Upstream-Contact: Ralph Ronnquist -Source: https://git.devuan.org/rrq/fusefile.git - -Files: * -Copyright: 2018 Ralph Ronnquist -License: GPL-3.0+ - -License: GPL-3.0+ - 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/fusefile.links b/debian/fusefile.links deleted file mode 100644 index ed132f0..0000000 --- a/debian/fusefile.links +++ /dev/null @@ -1 +0,0 @@ -usr/share/man/man8/fusefile.8 usr/share/man/man8/fusedisk.8 diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index df491d8..0000000 --- a/debian/gbp.conf +++ /dev/null @@ -1,4 +0,0 @@ -[DEFAULT] -debian-branch=suites/experimental -ignore-branch=True -compression-level=9 diff --git a/debian/rules b/debian/rules deleted file mode 100755 index aac9e81..0000000 --- a/debian/rules +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/make -f -# output every command that modifies files on the build system. -#export DH_VERBOSE = 1 - - -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - - -%: - dh $@ - - -# dh_make generated ecamples of override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - -override_dh_usrlocal: - true diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) -- 2.39.2