new debian build
This commit is contained in:
120
ChangeLog
120
ChangeLog
@@ -1,3 +1,123 @@
|
||||
2015-07-29 12:27 marc
|
||||
|
||||
* ax_init_standard_project.m4, bootstrap.sh, mrw-c++.spec.in: build
|
||||
fixes for rpm
|
||||
|
||||
2015-07-29 12:19 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-29 12:18 marc
|
||||
|
||||
* ax_init_standard_project.m4, bootstrap.sh: build fixes for rpm
|
||||
|
||||
2015-07-29 11:43 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm - centos 5/6 don't know
|
||||
m4_esyscmd_s
|
||||
|
||||
2015-07-29 11:41 marc
|
||||
|
||||
* ax_init_standard_project.m4: build fixes for rpm - centos 5/6
|
||||
don't know m4_esyscmd_s
|
||||
|
||||
2015-07-29 11:22 marc
|
||||
|
||||
* ax_init_standard_project.m4, mrw-c++.spec.in: build fixes for rpm
|
||||
- centos 5/6 don't know m4_esyscmd_s
|
||||
|
||||
2015-07-29 10:56 marc
|
||||
|
||||
* ax_init_standard_project.m4, bootstrap.sh, mrw-c++.spec.in: build
|
||||
fixes for rpm
|
||||
|
||||
2015-07-29 10:51 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-29 10:46 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-29 08:24 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-29 06:57 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-29 06:53 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-29 06:42 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-28 14:46 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-28 14:35 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-28 14:31 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-28 14:28 marc
|
||||
|
||||
* mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-28 14:22 marc
|
||||
|
||||
* README, mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-28 14:18 marc
|
||||
|
||||
* ax_init_standard_project.m4, bootstrap.sh, makefile.am,
|
||||
mrw-c++.spec.in: build fixes for rpm
|
||||
|
||||
2015-07-28 13:34 marc
|
||||
|
||||
* mrw-c++.spec.in: dependencies fixed
|
||||
|
||||
2015-07-28 12:15 marc
|
||||
|
||||
* ax_check_qt.m4, ax_init_standard_project.m4, bootstrap.sh,
|
||||
configure.ac, doc/doxyfile.in, examples/makefile.am,
|
||||
mac-create-app-bundle.sh, makefile.am, mrw-c++.spec.in,
|
||||
src/makefile.am, src/mrw/mrw.hxx, src/mrw/mrw.hxx.in,
|
||||
src/version.cxx, src/version.hxx: adapt to new build system
|
||||
|
||||
2015-07-12 16:36 marc
|
||||
|
||||
* debian/control.in: debian build requires libdemangle, no
|
||||
libiberty on debian, ubuntu only
|
||||
|
||||
2015-07-12 16:30 marc
|
||||
|
||||
* debian/control.in: debian build requires libdemangle
|
||||
|
||||
2015-06-23 12:34 marc
|
||||
|
||||
* src/mrw/auto.hxx: undo previous changes to compile for precise,
|
||||
lucid, squeeze
|
||||
|
||||
2015-06-23 12:25 marc
|
||||
|
||||
* src/mrw/auto.hxx: undo previous changes to compile for precise,
|
||||
lucid, squeeze
|
||||
|
||||
2015-06-23 12:07 marc
|
||||
|
||||
* ChangeLog, ax_check_qt.m4, ax_init_standard_project.m4,
|
||||
bootstrap.sh, src/mrw/auto.hxx, src/mrw/checkcxx11.hxx: minor
|
||||
changes - don't know wha it does not compile for precise, lucid,
|
||||
squeeze
|
||||
|
||||
2015-05-25 08:03 marc
|
||||
|
||||
* ChangeLog, doc/makefile.am, src/mrw/auto.hxx, test/auto_test.cxx,
|
||||
|
2
debian/changelog.in
vendored
2
debian/changelog.in
vendored
@@ -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@
|
||||
|
25
debian/control.in
vendored
25
debian/control.in
vendored
@@ -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++
|
||||
Maintainer: @AUTHOR@
|
||||
Build-Depends: debhelper, subversion, pkg-config, autotools-dev, lsb-release , doxygen, graphviz, mscgen, libcppunit-dev
|
||||
|
||||
Package: mrw-c++-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: mrw-c++ (= ${binary:Version})
|
||||
Description: @DESCRIPTION@ (development package with headers and documentation)
|
||||
@README_DEB@
|
||||
|
||||
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@
|
||||
|
26
debian/copyright
vendored
26
debian/copyright
vendored
@@ -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.
|
0
debian/dirs
vendored
0
debian/dirs
vendored
3
debian/mrw-c++-dev.dirs
vendored
3
debian/mrw-c++-dev.dirs
vendored
@@ -1,3 +0,0 @@
|
||||
usr/lib
|
||||
usr/include
|
||||
usr/share
|
5
debian/mrw-c++-dev.install
vendored
5
debian/mrw-c++-dev.install
vendored
@@ -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
|
||||
|
3
debian/mrw-c++.dirs
vendored
3
debian/mrw-c++.dirs
vendored
@@ -1,3 +0,0 @@
|
||||
usr/lib
|
||||
#usr/bin
|
||||
usr/share
|
20
debian/mrw-c++.doc-base.EX
vendored
20
debian/mrw-c++.doc-base.EX
vendored
@@ -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
|
7
debian/mrw-c++.install
vendored
7
debian/mrw-c++.install
vendored
@@ -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.*
|
||||
|
17
debian/rules
vendored
Executable file → Normal file
17
debian/rules
vendored
Executable file → Normal file
@@ -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
debian/shlibs.local.ex
vendored
1
debian/shlibs.local.ex
vendored
@@ -1 +0,0 @@
|
||||
libproxyface 1.0.34 proxyface (>> 1.0.34-0), proxyface (<< 1.0.34-99)
|
23
debian/watch.ex
vendored
23
debian/watch.ex
vendored
@@ -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
|
Reference in New Issue
Block a user