Skip to content
Snippets Groups Projects
Commit 4a024a2f authored by ale's avatar ale
Browse files

add Debian packaging metadata

parent 75eba222
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,6 @@ install:
(for f in $(LIB_FILES:lib/%=%) ; do \
$(INSTALL) -m 755 lib/$$f $(DESTDIR)$(NOBLOGS_LIB_DIR)/$$f ; \
done)
clean:
The Debian Package noblogs-cli
----------------------------
Comments regarding the Package
-- ale <debian@autistici.org> Thu, 18 Aug 2016 13:01:47 +0000
noblogs-cli (0.1) unstable; urgency=low
* Initial Release.
-- Autistici/Inventati <debian@autistici.org> Thu, 18 Aug 2016 13:01:47 +0000
9
Source: noblogs-cli
Section: admin
Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>= 9), autotools-dev
Standards-Version: 3.9.5
Package: noblogs-cli
Architecture: all
Depends: php5-cli, ${shlibs:Depends}, ${misc:Depends}
Description: Command-line tool to manage noblogs.
CLI tool to perform various maintenance tasks on a noblogs installation.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: noblogs-cli
Source: <url://example.com>
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
License: GPL-3.0+
Files: debian/*
Copyright: 2016 ale <debian@autistici.org>
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 <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".
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
# Please avoid to pick license terms that are more restrictive than the
# packaged work, as it may make Debian's contributions unacceptable upstream.
README.md
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
%:
dh $@ --with autotools-dev
override_dh_auto_configure:
dh_auto_configure -- \
--with-php=/opt/noblogs/bin/php-noblogs \
--with-wp-root=/opt/noblogs
3.0 (native)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment