mirror of
https://github.com/serge1/ELFIO.git
synced 2025-02-20 18:41:07 +00:00
Update Debian scripts
This commit is contained in:
parent
cf2939fbde
commit
183446e857
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,4 +2,4 @@ elfio (3.7-1) unstable; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Serge Lamikhov-Center <user@unknown> Sat, 05 Sep 2020 02:24:12 -0700
|
||||
-- Serge Lamikhov-Center <to_serge@hotmail.com> Sat, 05 Sep 2020 02:24:12 -0700
|
||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -1,8 +1,8 @@
|
||||
Source: elfio
|
||||
Priority: optional
|
||||
Maintainer: Serge Lamikhov-Center <to_serge@hotmail.com>
|
||||
Build-Depends: debhelper-compat (= 12), autotools-dev
|
||||
Standards-Version: 4.4.1
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
Standards-Version: 4.5.0
|
||||
Section: libs
|
||||
Homepage: http://serge1.github.io/ELFIO
|
||||
Vcs-Browser: https://github.com/serge1/ELFIO
|
||||
@ -14,6 +14,8 @@ Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: C++ library for reading and generating ELF files
|
||||
ELFIO - ELF (Executable and Linkable Format) reader and producer
|
||||
implemented as a header-only C++ library
|
||||
|
||||
ELFIO is a header-only C++ library intended for reading and generating
|
||||
files in the ELF binary format. It is used as a standalone library - it is not
|
||||
dependent on any other product or project. Adhering to ISO C++, it compiles on
|
||||
a wide variety of architectures and compilers.
|
||||
|
||||
|
2
debian/elfio-docs.docs
vendored
2
debian/elfio-docs.docs
vendored
@ -1 +1,3 @@
|
||||
README.Debian
|
||||
doc/*
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -17,6 +17,8 @@
|
||||
%:
|
||||
dh $@
|
||||
|
||||
#execute_after_dh_install:
|
||||
# rm -r usr/bin
|
||||
|
||||
# dh_make generated override targets
|
||||
# This is example for Cmake (See https://bugs.debian.org/641051 )
|
||||
|
7
debian/watch
vendored
Normal file
7
debian/watch
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# Compulsory line, this is a version 4 file
|
||||
version=4
|
||||
|
||||
# HTTP site (basic)
|
||||
https://github.com/serge1/ELFIO/releases \
|
||||
elfio-([\d\.]+)\.tar\.gz debian uupdate
|
||||
|
38
debian/watch.ex
vendored
38
debian/watch.ex
vendored
@ -1,38 +0,0 @@
|
||||
# Example watch control file for uscan
|
||||
# Rename this file to "watch" and then you can run the "uscan" command
|
||||
# to check for upstream updates and more.
|
||||
# See uscan(1) for format
|
||||
|
||||
# Compulsory line, this is a version 4 file
|
||||
version=4
|
||||
|
||||
# PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig
|
||||
#opts="pgpsigurlmangle=s%$%.sig%"
|
||||
|
||||
# HTTP site (basic)
|
||||
#http://example.com/downloads.html \
|
||||
# files/elfio-([\d\.]+)\.tar\.gz debian uupdate
|
||||
|
||||
# Uncomment to examine an FTP server
|
||||
#ftp://ftp.example.com/pub/elfio-(.*)\.tar\.gz debian uupdate
|
||||
|
||||
# SourceForge hosted projects
|
||||
# http://sf.net/elfio/ elfio-(.*)\.tar\.gz debian uupdate
|
||||
|
||||
# GitHub hosted projects
|
||||
#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
|
||||
# https://github.com/<user>/elfio/tags \
|
||||
# (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
|
||||
|
||||
# PyPI
|
||||
# https://pypi.debian.net/elfio/elfio-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
|
||||
|
||||
# Direct Git
|
||||
# opts="mode=git" http://git.example.com/elfio.git \
|
||||
# refs/tags/v([\d\.]+) debian uupdate
|
||||
|
||||
|
||||
|
||||
|
||||
# Uncomment to find new files on GooglePages
|
||||
# http://example.googlepages.com/foo.html elfio-(.*)\.tar\.gz
|
Loading…
x
Reference in New Issue
Block a user