Browse Source

Fix drone pipeline

0.6r10^2
Pedro Berrocal 3 years ago
parent
commit
fd0313a06a
10 changed files with 8 additions and 62 deletions
  1. +8
    -6
      .drone.yml
  2. +0
    -0
      debian/.debhelper/generated/lch/installed-by-dh_installdocs
  3. +0
    -1
      debian/debhelper-build-stamp
  4. +0
    -2
      debian/files
  5. +0
    -2
      debian/lch.substvars
  6. +0
    -12
      debian/lch/DEBIAN/control
  7. +0
    -3
      debian/lch/DEBIAN/md5sums
  8. +0
    -8
      debian/lch/usr/share/doc/lch/README.Debian
  9. BIN
      debian/lch/usr/share/doc/lch/changelog.Debian.gz
  10. +0
    -28
      debian/lch/usr/share/doc/lch/copyright

+ 8
- 6
.drone.yml View File

@ -4,9 +4,11 @@ name: default
steps:
- name: builddeb
image: ubuntu:20.04
commands:
- tar -cvzf ../lch-0.6 ../lch-0.6.tar.gz
- dpkg-buildpackage -us -uc
- dpkg -i ../lch-0.6.deb
- lch -v
- image: plugins/deb
- description: Linux Compressor Humanizer
- package: lch
- version: 0.6
- maintainer: Pedro Berrocal <pberr@hatthieves.es>
- homepage: https://lch.hatthieves.es/
- arch: all
- auto_path: debian/

+ 0
- 0
debian/.debhelper/generated/lch/installed-by-dh_installdocs View File


+ 0
- 1
debian/debhelper-build-stamp View File

@ -1 +0,0 @@
lch

+ 0
- 2
debian/files View File

@ -1,2 +0,0 @@
lch_0.6-1_amd64.buildinfo unknown optional
lch_0.6-1_amd64.deb unknown optional

+ 0
- 2
debian/lch.substvars View File

@ -1,2 +0,0 @@
misc:Depends=
misc:Pre-Depends=

+ 0
- 12
debian/lch/DEBIAN/control View File

@ -1,12 +0,0 @@
Package: lch
Version: 0.6-1
Architecture: amd64
Maintainer: pberrocal <>
Installed-Size: 9
Section: unknown
Priority: optional
Multi-Arch: foreign
Homepage: <insert the upstream URL, if relevant>
Description: auto-generated package by debmake
This Debian binary package was auto-generated by the
debmake(1) command provided by the debmake package.

+ 0
- 3
debian/lch/DEBIAN/md5sums View File

@ -1,3 +0,0 @@
f6fb3e8cd3df7844952899d38c245931 usr/share/doc/lch/README.Debian
9e4b1d3d394d61a03d567beb35cc8ed9 usr/share/doc/lch/changelog.Debian.gz
706cfa6c8e208af842ddf8e4424c0363 usr/share/doc/lch/copyright

+ 0
- 8
debian/lch/usr/share/doc/lch/README.Debian View File

@ -1,8 +0,0 @@
lch for Debian
Please edit this to provide information specific to
this lch Debian package.
(Automatically generated by debmake Version 4.3.1)
-- pberrocal <> Sat, 03 Oct 2020 18:11:23 +0200

BIN
debian/lch/usr/share/doc/lch/changelog.Debian.gz View File


+ 0
- 28
debian/lch/usr/share/doc/lch/copyright View File

@ -1,28 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lch
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.
Files: .drone.yml
README.md
TODO
bin/install.sh
bin/uninstall.sh
drone.yml
lch
lib/compressor.sh
lib/decompressor.sh
lib/installer.sh
lib/installers/deb.sh
lib/installers/pacman.sh
lib/installers/rpm.sh
lib/installers/zypper.sh
lib/resources.sh
man/lch.1
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License: __NO_COPYRIGHT_NOR_LICENSE__
#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

Loading…
Cancel
Save