[libdoxygen-filter-perl] 02/02: Import Debian changes 1.72-1

Francesco Lovergine frankie at moszumanska.debian.org
Sun Dec 31 10:51:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository libdoxygen-filter-perl.

commit ab4087ba0dab749154cb698aaeb41f772b608062
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Dec 26 12:46:15 2017 +0100

    Import Debian changes 1.72-1
    
    libdoxygen-filter-perl (1.72-1) unstable; urgency=medium
    
      * Initial release (closes: #885337)
---
 debian/changelog                        |  5 +++++
 debian/compat                           |  1 +
 debian/control                          | 25 +++++++++++++++++++++++++
 debian/copyright                        | 28 ++++++++++++++++++++++++++++
 debian/libdoxygen-filter-perl-docs.docs |  4 ++++
 debian/rules                            | 23 +++++++++++++++++++++++
 debian/source/format                    |  1 +
 debian/watch                            |  2 ++
 8 files changed, 89 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f010aca
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdoxygen-filter-perl (1.72-1) unstable; urgency=medium
+
+  * Initial release (closes: #885337)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 26 Dec 2017 12:46:15 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e6f1c0e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libdoxygen-filter-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+ , libpod-pom-perl
+ , libtest-output-perl
+ , libtest-simple-perl
+ , liblog-log4perl-perl
+Standards-Version: 4.1.2
+Homepage: http://github.com/jordan2175/doxygen-filter-perl
+
+Package: libdoxygen-filter-perl
+Architecture: all
+Depends: libpod-pom-perl
+ , liblog-log4perl-perl
+ , libpod-pom-perl
+ , ${misc:Depends}
+ , ${perl:Depends}
+Description: Methods for pre-filtering Perl code for Doxygen
+ This is a Perl code pre-filter for Doxygen, to be used to generate
+ source Doxygen documentation, starting from Perl code and its plain 
+ POD documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..83683b4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Doxygen-Filter-Perl
+Source: https://github.com/jordan2175/doxygen-filter-perl/archive/master.zip
+
+Files: *
+Copyright: 2015 Bret Jordan <jordan2175 at gmail.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2017 Francesco Paolo Lovergine <frankie at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ https://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+
diff --git a/debian/libdoxygen-filter-perl-docs.docs b/debian/libdoxygen-filter-perl-docs.docs
new file mode 100644
index 0000000..852b981
--- /dev/null
+++ b/debian/libdoxygen-filter-perl-docs.docs
@@ -0,0 +1,4 @@
+Changes
+HISTORY
+EADME.md
+Doxyfile
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4469961
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+	dh $@
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c09af8e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Doxygen-Filter-Perl .*/Doxygen-Filter-Perl-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdoxygen-filter-perl.git



More information about the Pkg-perl-cvs-commits mailing list