Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
db9aca72df | ||
|
153663d8b6 | ||
|
73b05cde71 | ||
|
2285cff2a6 | ||
|
a311749e46 | ||
|
d767689d60 | ||
|
1dd99167db | ||
|
859826a091 | ||
|
36b5ac9c36 | ||
|
cfd0df25f8 | ||
|
2e8fba7836 |
46
debian/changelog
vendored
Normal file
46
debian/changelog
vendored
Normal file
@ -0,0 +1,46 @@
|
||||
snapraid (12.4-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 12.4
|
||||
|
||||
-- Mo Zhou <lumin@debian.org> Mon, 27 Jan 2025 00:21:49 -0500
|
||||
|
||||
snapraid (12.3-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 12.3
|
||||
|
||||
-- Mo Zhou <lumin@debian.org> Thu, 15 Feb 2024 13:56:08 -0500
|
||||
|
||||
snapraid (12.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 12.2
|
||||
|
||||
-- Mo Zhou <lumin@debian.org> Thu, 08 Sep 2022 21:54:28 -0400
|
||||
|
||||
snapraid (12.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 12.1
|
||||
|
||||
-- Mo Zhou <lumin@debian.org> Sun, 30 Jan 2022 12:47:06 -0500
|
||||
|
||||
snapraid (12.0-1) unstable; urgency=medium
|
||||
|
||||
[ Debian Janitor ]
|
||||
* Trim trailing whitespace.
|
||||
* Set upstream metadata fields: Repository, Repository-Browse.
|
||||
|
||||
[ Mo Zhou ]
|
||||
* New upstream version 12.0 (Closes: #995324)
|
||||
|
||||
-- Mo Zhou <lumin@debian.org> Sat, 08 Jan 2022 11:49:08 -0500
|
||||
|
||||
snapraid (11.5-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 11.5
|
||||
|
||||
-- Mo Zhou <lumin@debian.org> Sat, 25 Jul 2020 15:20:50 +0800
|
||||
|
||||
snapraid (11.4-1~exp1) experimental; urgency=medium
|
||||
|
||||
* Initial release. (Closes: #960816)
|
||||
|
||||
-- Mo Zhou <lumin@debian.org> Fri, 22 May 2020 00:42:52 +0800
|
43
debian/control
vendored
Normal file
43
debian/control
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
Source: snapraid
|
||||
Section: admin
|
||||
Homepage: https://github.com/amadvance/snapraid
|
||||
Priority: optional
|
||||
Standards-Version: 4.5.0
|
||||
Vcs-Git: https://salsa.debian.org/debian/snapraid.git
|
||||
Vcs-Browser: https://salsa.debian.org/debian/snapraid
|
||||
Maintainer: Mo Zhou <lumin@debian.org>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends: debhelper-compat (= 12),
|
||||
|
||||
Package: snapraid
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
Pre-Depends: ${misc:Pre-Depends},
|
||||
Description: backup program for disk arrays
|
||||
SnapRAID is a backup program for disk arrays. It stores parity
|
||||
information of your data and it recovers from up to six disk
|
||||
failures.
|
||||
.
|
||||
SnapRAID is mainly targeted for a home media center, where you
|
||||
have a lot of big files that rarely change.
|
||||
.
|
||||
Beside the ability to recover from disk failures, the other
|
||||
features of SnapRAID are:
|
||||
.
|
||||
* You can use disk already filled with files, without the need to
|
||||
reformat them. You will access them like now.
|
||||
* All your data is hashed to ensure data integrity and to avoid
|
||||
silent corruption.
|
||||
* If the failed disks are too many to allow a recovery,
|
||||
you lose the data only on the failed disks.
|
||||
All the data in the other disks is safe.
|
||||
* If you accidentally delete some files in a disk, you can
|
||||
recover them.
|
||||
* The disks can have different sizes.
|
||||
* You can add disks at any time.
|
||||
* It doesn't lock-in your data. You can stop using SnapRAID at any
|
||||
time without the need to reformat or move data.
|
||||
* To access a file, only a single disk needs to spin, saving power and
|
||||
producing less noise.
|
||||
.
|
||||
The official site of SnapRAID is: http://www.snapraid.it/
|
166
debian/copyright
vendored
Normal file
166
debian/copyright
vendored
Normal file
@ -0,0 +1,166 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Source: https://github.com/amadvance/snapraid
|
||||
|
||||
Files: *
|
||||
cmdline/*
|
||||
Copyright: 2011-2016, Andrea Mazzoleni
|
||||
License: GPL-3.0+
|
||||
|
||||
Files: raid/*
|
||||
Copyright: 2013-2015, Andrea Mazzoleni
|
||||
License: GPL-2.0+
|
||||
|
||||
Files: tommyds/*
|
||||
Copyright: 2010, Andrea Mazzoleni.
|
||||
License: BSD-2-Clause
|
||||
|
||||
Files: cmdline/fnmatch.c
|
||||
cmdline/fnmatch.h
|
||||
Copyright: 1991, 92, 93, 96, 97, 98, 99 Free Software Foundation, Inc.
|
||||
License: LGPL-2.0+
|
||||
|
||||
Files: cmdline/metro.c
|
||||
Copyright: 2019, Andrea Mazzoleni
|
||||
License: Apache-2.0 AND GPL-3.0+
|
||||
|
||||
Files: cmdline/murmur3.c
|
||||
Copyright: 2011, Andrea Mazzoleni
|
||||
License: GPL-3.0+ AND public-domain
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2020, Mo Zhou <lumin@debian.org>
|
||||
License: LGPL-3.0+
|
||||
|
||||
##############################################################################
|
||||
|
||||
License: public-domain
|
||||
This is free and unencumbered software released into the public domain.
|
||||
.
|
||||
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||||
distribute this software, either in source code form or as a compiled
|
||||
binary, for any purpose, commercial or non-commercial, and by any
|
||||
means.
|
||||
.
|
||||
In jurisdictions that recognize copyright laws, the author or authors
|
||||
of this software dedicate any and all copyright interest in the
|
||||
software to the public domain. We make this dedication for the benefit
|
||||
of the public at large and to the detriment of our heirs and
|
||||
successors. We intend this dedication to be an overt act of
|
||||
relinquishment in perpetuity of all present and future rights to this
|
||||
software under copyright law.
|
||||
.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
.
|
||||
For more information, please refer to <http://unlicense.org/>
|
||||
|
||||
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 <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
||||
|
||||
License: Apache-2.0
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
.
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
.
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
.
|
||||
On Debian systems, the complete text of the Apache version 2.0 license
|
||||
can be found in "/usr/share/common-licenses/Apache-2.0".
|
||||
|
||||
License: BSD-2-Clause
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
.
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
|
||||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
License: LGPL-2.0+
|
||||
This package 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 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
|
||||
Lesser 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 <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU Lesser General
|
||||
Public License can be found in "/usr/share/common-licenses/LGPL-2.0".
|
||||
|
||||
License: LGPL-3.0+
|
||||
This package 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 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
|
||||
Lesser 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 <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU Lesser General
|
||||
Public License can be found in "/usr/share/common-licenses/LGPL-3".
|
5
debian/rules
vendored
Executable file
5
debian/rules
vendored
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
3
debian/upstream/metadata
vendored
Normal file
3
debian/upstream/metadata
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
Repository: https://github.com/amadvance/snapraid.git
|
||||
Repository-Browse: https://github.com/amadvance/snapraid
|
5
debian/watch
vendored
Normal file
5
debian/watch
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
version=4
|
||||
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%snapraid-$1.tar.gz%" \
|
||||
https://github.com/amadvance/snapraid/tags \
|
||||
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
|
||||
|
Loading…
x
Reference in New Issue
Block a user