Compare commits

..

No commits in common. "master" and "upstream" have entirely different histories.

11 changed files with 0 additions and 160 deletions

42
debian/changelog vendored
View File

@ -1,42 +0,0 @@
megactl (0.4.5-1) unstable; urgency=medium
[ Petter Reinholdtsen ]
* New upstream version 0.4.5
- Dropped all patches now applied upstream.
-- Petter Reinholdtsen <pere@debian.org> Fri, 16 Aug 2024 22:58:24 +0200
megactl (0.4.4-4) unstable; urgency=medium
* Fixed typo in patch metadata.
* Added 0040-hardening.patch to use CPPFLAGS for hardening during build.
-- Petter Reinholdtsen <pere@debian.org> Wed, 08 May 2024 18:38:44 +0200
megactl (0.4.4-3) unstable; urgency=medium
[ Petter Reinholdtsen ]
* Added some patches fetched from upstream to improve appstrea
metainfo and compiler warnings.
* Updated Standards-Version from 4.6.2 to 4.7.0.
-- Jérémy Lal <kapouer@melix.org> Wed, 17 Apr 2024 13:39:31 +0200
megactl (0.4.4-2) unstable; urgency=medium
* Description: mention megacli. Reformat. Closes: #1069175.
-- Jérémy Lal <kapouer@melix.org> Wed, 17 Apr 2024 13:37:56 +0200
megactl (0.4.4-1) unstable; urgency=medium
* New upstream version 0.4.4
* Drop applied patches
-- Jérémy Lal <kapouer@melix.org> Mon, 15 Apr 2024 11:18:11 +0200
megactl (0.4.3+git20240307.6b1fdab-1) unstable; urgency=medium
* Initial release (Closes: #1065322).
-- Petter Reinholdtsen <pere@debian.org> Thu, 07 Mar 2024 15:41:23 +0100

25
debian/control vendored
View File

@ -1,25 +0,0 @@
Source: megactl
Section: admin
Priority: optional
Maintainer: Jérémy Lal <kapouer@melix.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.7.0
Homepage: https://github.com/namiltd/megactl/
Vcs-Browser: https://salsa.debian.org/debian/megactl
Vcs-Git: https://salsa.debian.org/debian/megactl.git
Package: megactl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: LSI Megaraid Control and Monitoring Tools
Reports diagnostics on megaraid and megaraid_sas adapters and
attached disks, similar to the original "megacli" tool.
The adapters are also known as Dell PERC2, PERC3, PERC4 and PERC5.
Permits dumping of controller log pages for inspection of error,
temperature, and self-test conditions, initiates self-test
diagnostics, and documents adapter and logical drive configuration.
Target devices may be adapters, (e.g. a0), enclosures (e.g. a0e0),
or individual disks (e.g. a0e0s0). If no target is specified,
reports configuration and drive state on all adapters.

46
debian/copyright vendored
View File

@ -1,46 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/namiltd/megactl/
Upstream-Name: megactl
Upstream-Contact: Mieczyslaw Nalewaj
Files: *
Copyright:
1984-2003 J. Schilling
1998 D. Dorau, C. Wohlgemuth
2003-2005 LSI Logic Corporation.
2007 Jefferson Ogata
License: GPL-2.0+
Files: megactl.metainfo.xml
Copyright: 2024 Petter Reinholdtsen
License: CC0-1.0
To the extent possible under law, the author(s) have dedicated all
copyright and related and neighboring rights to this software to the
public domain worldwide. This software is distributed without any
warranty.
.
A copy of the CC0 1.0 Universal license can be found in
/usr/share/common-licenses/CC0-1.0.
Files: debian/*
Copyright:
2024 Petter Reinholdtsen <pere@debian.org>
License: GPL-2.0+
License: GPL-2.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 2, 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; see the file COPYING. If not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.

2
debian/gbp.conf vendored
View File

@ -1,2 +0,0 @@
[DEFAULT]
pristine-tar = True

View File

@ -1,2 +0,0 @@
megactl.1
megasasctl.1

View File

@ -1,3 +0,0 @@
0xxx: Grabbed from upstream development.
1xxx: Possibly relevant for upstream adoption.
2xxx: Only relevant for official Debian release.

15
debian/rules vendored
View File

@ -1,15 +0,0 @@
#!/usr/bin/make -f
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 $@

11
debian/salsa-ci.yml vendored
View File

@ -1,11 +0,0 @@
# For more information on what jobs are run see:
# https://salsa.debian.org/salsa-ci-team/pipeline
#
# To enable the jobs, go to your repository (at salsa.debian.org)
# and click over Settings > CI/CD > Expand (in General pipelines).
# In "CI/CD configuration file" write debian/salsa-ci.yml and click
# in "Save Changes". The CI tests will run after the next commit.
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml

View File

@ -1 +0,0 @@
3.0 (quilt)

View File

@ -1,5 +0,0 @@
Bug-Database: https://github.com/namiltd/megactl/issues
Bug-Submit: https://github.com/namiltd/megactl/issues/new
Documentation: https://github.com/<user>/megactl/wiki
Repository-Browse: https://github.com/namiltd/megactl/
Repository: https://github.com/namiltd/megactl.git

8
debian/watch vendored
View File

@ -1,8 +0,0 @@
# See uscan(1) for format.
# Compulsory line, this is a version 4 file.
version=4
opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
https://github.com/namiltd/megactl/tags \
(?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@