parent
4fdc7864c1
commit
f312f03e47
13 changed files with 141 additions and 111 deletions
@ -1,5 +1,5 @@ |
||||
@PACKAGE@ (@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@) @DISTRO@; urgency=low |
||||
|
||||
* see https://dev.marc.waeckerlin.org/projects/mrw-c++ for changes |
||||
* Please see ChangeLog of @PACKAGE@ |
||||
|
||||
-- @AUTHOR@ @BUILD_DATE@ |
||||
|
@ -1,21 +1,18 @@ |
||||
Source: mrw-c++ |
||||
Source: @PACKAGE_NAME@ |
||||
Priority: extra |
||||
Maintainer: Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org> |
||||
Build-Depends: @DIST_BUILDDEPENDS@ debhelper (>= 7), pkg-config, autotools-dev, doxygen, graphviz, lsb-release, libiberty-dev | binutils-dev, libboost-thread-dev, zlib1g-dev |
||||
Standards-Version: 3.8.1 |
||||
Section: libs |
||||
Homepage: https://dev.marc.waeckerlin.org/projects/mrw-c++ |
||||
|
||||
Package: mrw-c++-dev |
||||
Section: libdevel |
||||
Architecture: any |
||||
Depends: mrw-c++ (= ${binary:Version}) |
||||
Description: @DESCRIPTION@ (development package with headers and documentation) |
||||
@README_DEB@ |
||||
Maintainer: @AUTHOR@ |
||||
Build-Depends: debhelper, subversion, pkg-config, autotools-dev, lsb-release , doxygen, graphviz, mscgen, libcppunit-dev |
||||
|
||||
Package: mrw-c++ |
||||
Package: @PACKAGE_NAME@ |
||||
Section: libs |
||||
Architecture: any |
||||
Depends: ${shlibs:Depends}, ${misc:Depends} |
||||
Description: @DESCRIPTION@ |
||||
@README_DEB@ |
||||
|
||||
Package: @PACKAGE_NAME@-dev |
||||
Section: libdevel |
||||
Architecture: any |
||||
Depends: @PACKAGE_NAME@ (= ${binary:Version}) |
||||
Description: @DESCRIPTION@ - Development Package |
||||
@README_DEB@ |
||||
|
@ -1,26 +0,0 @@ |
||||
This package was debianized by Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org> on |
||||
Wed, 07 Apr 2010 10:23:02 +0200. |
||||
|
||||
It was downloaded from https://dev.marc.waeckerlin.org/projects/mrw-c++++ |
||||
|
||||
Upstream Author(s): |
||||
|
||||
Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org> |
||||
|
||||
Copyright: |
||||
|
||||
Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org> |
||||
|
||||
License: |
||||
|
||||
LGPL version 3 |
||||
|
||||
The Debian packaging is: |
||||
|
||||
Copyright (C) 2010 Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org> |
||||
|
||||
and is licensed under the GPL version 3, |
||||
see `/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. |
@ -1,3 +0,0 @@ |
||||
usr/lib |
||||
usr/include |
||||
usr/share |
@ -1,7 +1,6 @@ |
||||
usr/share/doc/mrw-c++/html/* |
||||
usr/include/* |
||||
usr/lib/lib*.a |
||||
usr/lib/lib*.so |
||||
usr/lib/pkgconfig/* |
||||
usr/lib/*.la |
||||
usr/lib/pkgconfig |
||||
usr/share/pkgconfig |
||||
usr/share/doc/mrw-c++/html |
||||
|
@ -1,3 +0,0 @@ |
||||
usr/lib |
||||
#usr/bin |
||||
usr/share |
@ -1,20 +0,0 @@ |
||||
Document: mrw-c++ |
||||
Title: Debian mrw-c++ Manual |
||||
Author: <insert document author here> |
||||
Abstract: This manual describes what mrw-c++ is |
||||
and how it can be used to |
||||
manage online manuals on Debian systems. |
||||
Section: unknown |
||||
|
||||
Format: debiandoc-sgml |
||||
Files: /usr/share/doc/proxyface/proxyface.sgml.gz |
||||
|
||||
Format: postscript |
||||
Files: /usr/share/doc/proxyface/proxyface.ps.gz |
||||
|
||||
Format: text |
||||
Files: /usr/share/doc/proxyface/proxyface.text.gz |
||||
|
||||
Format: HTML |
||||
Index: /usr/share/doc/proxyface/html/index.html |
||||
Files: /usr/share/doc/proxyface/html/*.html |
@ -1,8 +1 @@ |
||||
#usr/bin/mrw-c++ |
||||
usr/share/doc/mrw-c++/AUTHORS |
||||
usr/share/doc/mrw-c++/NEWS |
||||
usr/share/doc/mrw-c++/README |
||||
usr/share/doc/mrw-c++/COPYING |
||||
usr/share/doc/mrw-c++/INSTALL |
||||
usr/share/doc/mrw-c++/ChangeLog |
||||
usr/lib/lib*.so.* |
||||
|
@ -1,13 +1,10 @@ |
||||
!/usr/bin/make -f |
||||
# -*- makefile -*- |
||||
# Sample debian/rules that uses debhelper. |
||||
# This file was originally written by Joey Hess and Craig Small. |
||||
# As a special exception, when this file is copied by dh-make into a |
||||
# dh-make output file, you may use that output file without restriction. |
||||
# This special exception was added by Craig Small in version 0.37 of dh-make. |
||||
|
||||
# Uncomment this to turn on verbose mode. |
||||
#export DH_VERBOSE=1 |
||||
## @id $Id$ |
||||
# |
||||
# This file has been added by bootstrap.sh on Wed, 29 July 2015 16:11:27 +0200 |
||||
# Feel free to change it or even remove and rebuild it, up to your needs |
||||
# |
||||
## 1 2 3 4 5 6 7 8 |
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890 |
||||
|
||||
%: |
||||
dh $@ |
||||
|
@ -1 +0,0 @@ |
||||
libproxyface 1.0.34 proxyface (>> 1.0.34-0), proxyface (<< 1.0.34-99) |
@ -1,23 +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 3 file |
||||
version=3 |
||||
|
||||
# Uncomment to examine a Webpage |
||||
# <Webpage URL> <string match> |
||||
#http://www.example.com/downloads.php proxyface-(.*)\.tar\.gz |
||||
|
||||
# Uncomment to examine a Webserver directory |
||||
#http://www.example.com/pub/proxyface-(.*)\.tar\.gz |
||||
|
||||
# Uncommment to examine a FTP server |
||||
#ftp://ftp.example.com/pub/proxyface-(.*)\.tar\.gz debian uupdate |
||||
|
||||
# Uncomment to find new files on sourceforge, for devscripts >= 2.9 |
||||
# http://sf.net/proxyface/proxyface-(.*)\.tar\.gz |
||||
|
||||
# Uncomment to find new files on GooglePages |
||||
# http://example.googlepages.com/foo.html proxyface-(.*)\.tar\.gz |
Loading…
Reference in new issue