debian
authorAlan <alan@roojs.com>
Thu, 15 Feb 2024 08:05:46 +0000 (16:05 +0800)
committerAlan <alan@roojs.com>
Thu, 15 Feb 2024 08:05:46 +0000 (16:05 +0800)
debian/source

28 files changed:
debian/README [deleted file]
debian/README.Debian
debian/README.source
debian/changelog
debian/compat [deleted file]
debian/control
debian/copyright
debian/debhelper-build-stamp [deleted file]
debian/files [deleted file]
debian/manpage.1.ex
debian/manpage.md.ex [new file with mode: 0644]
debian/manpage.sgml.ex
debian/manpage.xml.ex
debian/menu.ex [deleted file]
debian/postinst.ex
debian/postrm.ex
debian/preinst.ex
debian/prerm.ex
debian/roojspacker-docs.docs
debian/roojspacker.cron.d.ex
debian/roojspacker.debhelper.log [deleted file]
debian/roojspacker.doc-base.ex [moved from debian/roojspacker.doc-base.EX with 100% similarity]
debian/roojspacker.substvars [deleted file]
debian/rules
debian/salsa-ci.yml.ex [new file with mode: 0644]
debian/source/format
debian/upstream/metadata.ex [new file with mode: 0644]
debian/watch.ex [new file with mode: 0644]

diff --git a/debian/README b/debian/README
deleted file mode 100644 (file)
index 72d0cd6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-The Debian Package roojspacker
-----------------------------
-
-Comments regarding the Package
-
- -- Alan <alan@roojs.com>  Thu, 16 May 2019 17:52:08 +0800
index e366a8f..1eb98b1 100644 (file)
@@ -1,6 +1,6 @@
 roojspacker for Debian
 ---------------------
 
-<possible notes regarding this package - if none, delete this file>
+<Possible notes regarding this package - if none, delete this file.>
 
- -- Alan <alan@roojs.com>  Thu, 16 May 2019 17:52:08 +0800
+ -- Alan <alan@office.roojs.com>  Thu, 15 Feb 2024 16:05:29 +0800
index 8f2e9d5..cc730e4 100644 (file)
@@ -1,10 +1,10 @@
 roojspacker for Debian
 ---------------------
 
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
+<This file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file.>
 
 
 
- -- Alan <alan@roojs.com>  Thu, 16 May 2019 17:52:08 +0800
+ -- Alan <alan@office.roojs.com>  Thu, 15 Feb 2024 16:05:29 +0800
 
index 54762e4..7e50343 100644 (file)
@@ -1,11 +1,5 @@
-roojspacker (1.4) UNRELEASED; urgency=medium
+roojspacker (1.5-1) UNRELEASED; urgency=medium
 
-  * Upgrading detection of multiple features , including adding child depenancies and value lists etc. 
+  * Initial release. (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
- -- Alan Knowles <alan@roojs.com>  Mon, 02 May 2022 10:37:20 +0800
-
-roojspacker (1.2) unstable; urgency=medium
-
-  * Initial Release.
-
- -- Alan <alan@roojs.com>  Thu, 16 May 2019 17:52:08 +0800
+ -- Alan <alan@office.roojs.com>  Thu, 15 Feb 2024 16:05:29 +0800
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index b4de394..0000000
+++ /dev/null
@@ -1 +0,0 @@
-11
index b6c429d..ea56336 100644 (file)
@@ -1,17 +1,20 @@
 Source: roojspacker
 Section: unknown
 Priority: optional
-Maintainer: Alan <alan@roojs.com>
-Build-Depends: debhelper (>= 11), autotools-dev
-Standards-Version: 4.1.3
-Homepage: https://github.com/roojs/roojspacker
-Vcs-Git: https://github.com/roojs/roojspacker.git
+Maintainer: Alan <alan@office.roojs.com>
+Rules-Requires-Root: no
+Build-Depends:
+ debhelper-compat (= 13),
+Standards-Version: 4.6.2
+Homepage: <insert the upstream URL, if relevant>
+#Vcs-Browser: https://salsa.debian.org/debian/roojspacker
+#Vcs-Git: https://salsa.debian.org/debian/roojspacker.git
 
 Package: roojspacker
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Javascript compressor, packer and documentation tool
- includes sharable library for use with C / Gnome etc..
-
-
-
+Multi-Arch: foreign
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: <insert up to 60 chars description>
+ <Insert long description, indented with spaces.>
index dd5472b..3ef29d2 100644 (file)
@@ -1,20 +1,29 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: roojspacker
 Source: <url://example.com>
+Upstream-Name: roojspacker
+Upstream-Contact: <preferred name and address to reach the upstream project>
 
-Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-3.0+
-
-Files: debian/*
-Copyright: 2019 Alan <alan@roojs.com>
-License: GPL-3.0+
+Files:
+ *
+Copyright:
+ <years> <put author's name and email here>
+ <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
 
-License: GPL-3.0+
- This program is free software: you can redistribute it and/or modify
+# If you want to use GPL v2 or later for the /debian/* files use
+# the following clauses, or change it to suit. Delete these two lines
+Files:
+ debian/*
+Copyright:
+ 2024 Alan <alan@office.roojs.com>
+License: GPL-2+
+ This package 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
+ the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  .
  This package is distributed in the hope that it will be useful,
@@ -23,12 +32,16 @@ License: GPL-3.0+
  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 <https://www.gnu.org/licenses/>.
- .
+ along with this program. If not, see <https://www.gnu.org/licenses/>
+Comment:
  On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
 # Please also look if there are files or directories which have a
 # different copyright/license attached and list them here.
 # Please avoid picking licenses with terms that are more restrictive than the
 # packaged work, as it may make Debian's contributions unacceptable upstream.
+#
+# If you need, there are some extra license texts available in two places:
+#   /usr/share/debhelper/dh_make/licenses/
+#   /usr/share/common-licenses/
diff --git a/debian/debhelper-build-stamp b/debian/debhelper-build-stamp
deleted file mode 100644 (file)
index f7606f3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-roojspacker
diff --git a/debian/files b/debian/files
deleted file mode 100644 (file)
index 5a58ab3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-roojspacker-dbgsym_1.4_amd64.ddeb debug optional automatic=yes
-roojspacker_1.4_amd64.buildinfo unknown optional
-roojspacker_1.4_amd64.deb unknown optional
index 6a60a6b..9ea8d97 100644 (file)
@@ -1,10 +1,10 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
-.\" (C) Copyright 2019 Alan <alan@roojs.com>,
+.\" (C) Copyright 2024 Alan <alan@office.roojs.com>,
 .\"
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH Roojspacker SECTION "May 16 2019"
+.TH Roojspacker SECTION "February 15 2024"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -38,7 +38,7 @@ commands.
 \fBroojspacker\fP is a program that...
 .SH OPTIONS
 These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
+options starting with two dashes ('\-').
 A summary of options is included below.
 For a complete description, see the Info files.
 .TP
diff --git a/debian/manpage.md.ex b/debian/manpage.md.ex
new file mode 100644 (file)
index 0000000..5f5fe4e
--- /dev/null
@@ -0,0 +1,126 @@
+% roojspacker(SECTION) | User Commands
+%
+% "February 15 2024"
+
+[comment]: # The lines above form a Pandoc metadata block. They must be
+[comment]: # the first ones in the file.
+[comment]: # See https://pandoc.org/MANUAL.html#metadata-blocks for details.
+
+[comment]: # pandoc -s -f markdown -t man package.md -o package.1
+[comment]: # 
+[comment]: # A manual page package.1 will be generated. You may view the
+[comment]: # manual page with: nroff -man package.1 | less. A typical entry
+[comment]: # in a Makefile or Makefile.am is:
+[comment]: # 
+[comment]: # package.1: package.md
+[comment]: #         pandoc --standalone --from=markdown --to=man $< --output=$@
+[comment]: # 
+[comment]: # The pandoc binary is found in the pandoc package. Please remember
+[comment]: # that if you create the nroff version in one of the debian/rules
+[comment]: # file targets, such as build, you will need to include pandoc in
+[comment]: # your Build-Depends control field.
+
+[comment]: # Remove the lines starting with '[comment]:' in this file in order
+[comment]: # to avoid warning messages from pandoc.
+
+# NAME
+
+roojspacker - program to do something
+
+# SYNOPSIS
+
+**roojspacker** **-e** _this_ [**\-\-example=that**] [{**-e** | **\-\-example**} _this_]
+                 [{**-e** | **\-\-example**} {_this_ | _that_}]
+
+**roojspacker** [{**-h** | *\-\-help**} | {**-v** | **\-\-version**}]
+
+# DESCRIPTION
+
+This manual page documents briefly the **roojspacker** and **bar** commands.
+
+This manual page was written for the Debian distribution because the
+original program does not have a manual page. Instead, it has documentation
+in the GNU info(1) format; see below.
+
+**roojspacker** is a program that...
+
+# OPTIONS
+
+The program follows the usual GNU command line syntax, with long options
+starting with two dashes ('-'). A summary of options is included below. For
+a complete description, see the **info**(1) files.
+
+**-e** _this_, **\-\-example=**_that_
+:   Does this and that.
+
+**-h**, **\-\-help**
+:   Show summary of options.
+
+**-v**, **\-\-version**
+:   Show version of program.
+
+# FILES
+
+/etc/foo.conf
+:   The system-wide configuration file to control the behaviour of
+    roojspacker. See **foo.conf**(5) for further details.
+
+${HOME}/.foo.conf
+:   The per-user configuration file to control the behaviour of
+    roojspacker. See **foo.conf**(5) for further details.
+
+# ENVIRONMENT
+
+**FOO_CONF**
+:   If used, the defined file is used as configuration file (see also
+    the section called “FILES”).
+
+# DIAGNOSTICS
+
+The following diagnostics may be issued on stderr:
+
+Bad configuration file. Exiting.
+:   The configuration file seems to contain a broken configuration
+    line. Use the **\-\-verbose** option, to get more info.
+
+**roojspacker** provides some return codes, that can be used in scripts:
+
+    Code Diagnostic
+    0 Program exited successfully.
+    1 The configuration file seems to be broken.
+
+# BUGS
+
+The program is currently limited to only work with the foobar library.
+
+The upstream BTS can be found at http://bugzilla.foo.tld.
+
+# SEE ALSO
+
+**bar**(1), **baz**(1), **foo.conf**(5)
+
+The programs are documented fully by The Rise and Fall of a Fooish Bar
+available via the **info**(1) system.
+
+# AUTHOR
+
+Alan <alan@office.roojs.com>
+:   Wrote this manpage for the Debian system.
+
+# COPYRIGHT
+
+Copyright © 2007 Alan
+
+This manual page was written for the Debian system (and may be used by
+others).
+
+Permission is granted to copy, distribute and/or modify this document under
+the terms of the GNU General Public License, Version 2 or (at your option)
+any later version published by the Free Software Foundation.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in /usr/share/common-licenses/GPL.
+
+[comment]: #  Local Variables:
+[comment]: #  mode: markdown
+[comment]: #  End:
index cf0c12b..a8ef853 100644 (file)
@@ -1,8 +1,8 @@
 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
 <!-- Process this file with docbook-to-man to generate an nroff manual
-     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
-     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     page: 'docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: 'docbook-to-man manpage.sgml | nroff -man |
      less'.  A typical entry in a Makefile or Makefile.am is:
 
 manpage.1: manpage.sgml
@@ -20,11 +20,11 @@ manpage.1: manpage.sgml
   <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
   <!ENTITY dhsurname   "<surname>SURNAME</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>May 16 2019</date>">
+  <!ENTITY dhdate      "<date>February 15 2024</date>">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
   <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
-  <!ENTITY dhemail     "<email>alan@roojs.com</email>">
+  <!ENTITY dhemail     "<email>alan@office.roojs.com</email>">
   <!ENTITY dhusername  "Alan">
   <!ENTITY dhucpackage "<refentrytitle>Roojspacker</refentrytitle>">
   <!ENTITY dhpackage   "roojspacker">
@@ -87,7 +87,7 @@ manpage.1: manpage.sgml
     <title>OPTIONS</title>
 
     <para>These programs follow the usual &gnu; command line syntax,
-      with long options starting with two dashes (`-').  A summary of
+      with long options starting with two dashes ('-').  A summary of
       options is included below.  For a complete description, see the
       <application>Info</application> files.</para>
 
index 131ca7b..c13f14c 100644 (file)
@@ -9,7 +9,7 @@
           -''-param make.year.ranges "1" \
           -''-param make.single.year.ranges "1" \
           /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
-          manpage.xml'
+          manpage.xml`
 
 A manual page <package>.<section> will be generated. You may view the
 manual page with: nroff -man <package>.<section> | less'. A typical entry
@@ -49,7 +49,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
   <!ENTITY dhsurname   "SURNAME">
   <!-- dhusername could also be set to "&dhfirstname; &dhsurname;". -->
   <!ENTITY dhusername  "Alan">
-  <!ENTITY dhemail     "alan@roojs.com">
+  <!ENTITY dhemail     "alan@office.roojs.com">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1) and
        http://www.tldp.org/HOWTO/Man-Page/q2.html. -->
@@ -159,7 +159,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
   <refsect1 id="options">
     <title>OPTIONS</title>
     <para>The program follows the usual GNU command line syntax,
-      with long options starting with two dashes (`-').  A summary of
+      with long options starting with two dashes ('-').  A summary of
       options is included below.  For a complete description, see the
       <citerefentry>
         <refentrytitle>info</refentrytitle>
diff --git a/debian/menu.ex b/debian/menu.ex
deleted file mode 100644 (file)
index f8587d4..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(roojspacker):needs="X11|text|vc|wm" section="Applications/see-menu-manual"\
-  title="roojspacker" command="/usr/bin/roojspacker"
index 944049f..a0b45d8 100644 (file)
@@ -1,21 +1,21 @@
 #!/bin/sh
-# postinst script for roojspacker
+# postinst script for roojspacker.
 #
-# see: dh_installdeb(1)
+# See: dh_installdeb(1).
 
 set -e
 
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+# Summary of how this script can be called:
+#        * <postinst> 'configure' <most-recently-configured-version>
+#        * <old-postinst> 'abort-upgrade' <new version>
+#        * <conflictor's-postinst> 'abort-remove' 'in-favour' <package>
 #          <new-version>
-#        * <postinst> `abort-remove'
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
+#        * <postinst> 'abort-remove'
+#        * <deconfigured's-postinst> 'abort-deconfigure' 'in-favour'
+#          <failed-install-package> <version> 'removing'
 #          <conflicting-package> <version>
 # for details, see https://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
+# the debian-policy package.
 
 
 case "$1" in
@@ -26,7 +26,7 @@ case "$1" in
     ;;
 
     *)
-        echo "postinst called with unknown argument \`$1'" >&2
+        echo "postinst called with unknown argument '$1'" >&2
         exit 1
     ;;
 esac
index 0fb28fb..d9bfe07 100644 (file)
@@ -1,22 +1,22 @@
 #!/bin/sh
-# postrm script for roojspacker
+# postrm script for roojspacker.
 #
-# see: dh_installdeb(1)
+# See: dh_installdeb(1).
 
 set -e
 
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <overwriter>
+# Summary of how this script can be called:
+#        * <postrm> 'remove'
+#        * <postrm> 'purge'
+#        * <old-postrm> 'upgrade' <new-version>
+#        * <new-postrm> 'failed-upgrade' <old-version>
+#        * <new-postrm> 'abort-install'
+#        * <new-postrm> 'abort-install' <old-version>
+#        * <new-postrm> 'abort-upgrade' <old-version>
+#        * <disappearer's-postrm> 'disappear' <overwriter>
 #          <overwriter-version>
 # for details, see https://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
+# the debian-policy package.
 
 
 case "$1" in
@@ -24,7 +24,7 @@ case "$1" in
     ;;
 
     *)
-        echo "postrm called with unknown argument \`$1'" >&2
+        echo "postrm called with unknown argument '$1'" >&2
         exit 1
     ;;
 esac
index ce3414f..03292b9 100644 (file)
@@ -1,17 +1,17 @@
 #!/bin/sh
-# preinst script for roojspacker
+# preinst script for roojspacker.
 #
-# see: dh_installdeb(1)
+# See: dh_installdeb(1).
 
 set -e
 
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
+# Summary of how this script can be called:
+#        * <new-preinst> 'install'
+#        * <new-preinst> 'install' <old-version>
+#        * <new-preinst> 'upgrade' <old-version>
+#        * <old-preinst> 'abort-upgrade' <new-version>
 # for details, see https://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
+# the debian-policy package.
 
 
 case "$1" in
@@ -22,7 +22,7 @@ case "$1" in
     ;;
 
     *)
-        echo "preinst called with unknown argument \`$1'" >&2
+        echo "preinst called with unknown argument '$1'" >&2
         exit 1
     ;;
 esac
index 9c1be9c..03a3d34 100644 (file)
@@ -1,20 +1,20 @@
 #!/bin/sh
-# prerm script for roojspacker
+# prerm script for roojspacker.
 #
-# see: dh_installdeb(1)
+# See: dh_installdeb(1).
 
 set -e
 
-# summary of how this script can be called:
-#        * <prerm> `remove'
-#        * <old-prerm> `upgrade' <new-version>
-#        * <new-prerm> `failed-upgrade' <old-version>
-#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-#        * <deconfigured's-prerm> `deconfigure' `in-favour'
-#          <package-being-installed> <version> `removing'
+# Summary of how this script can be called:
+#        * <prerm> 'remove'
+#        * <old-prerm> 'upgrade' <new-version>
+#        * <new-prerm> 'failed-upgrade' <old-version>
+#        * <conflictor's-prerm> 'remove' 'in-favour' <package> <new-version>
+#        * <deconfigured's-prerm> 'deconfigure' 'in-favour'
+#          <package-being-installed> <version> 'removing'
 #          <conflicting-package> <version>
 # for details, see https://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
+# the debian-policy package.
 
 
 case "$1" in
@@ -25,7 +25,7 @@ case "$1" in
     ;;
 
     *)
-        echo "prerm called with unknown argument \`$1'" >&2
+        echo "prerm called with unknown argument '$1'" >&2
         exit 1
     ;;
 esac
index d6341a0..7319041 100644 (file)
@@ -1,3 +1,2 @@
 README.source
-README
 README.Debian
index 432533f..6a2817e 100644 (file)
@@ -1,4 +1,4 @@
 #
-# Regular cron jobs for the roojspacker package
+# Regular cron jobs for the roojspacker package.
 #
 0 4    * * *   root    [ -x /usr/bin/roojspacker_maintenance ] && /usr/bin/roojspacker_maintenance
diff --git a/debian/roojspacker.debhelper.log b/debian/roojspacker.debhelper.log
deleted file mode 100644 (file)
index 6991c52..0000000
+++ /dev/null
@@ -1 +0,0 @@
-dh_auto_configure
diff --git a/debian/roojspacker.substvars b/debian/roojspacker.substvars
deleted file mode 100644 (file)
index ead1b51..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-shlibs:Depends=libc6 (>= 2.34), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.37.3), libjson-glib-1.0-0 (>= 1.5.2), roojspacker
-misc:Depends=
-misc:Pre-Depends=
index 20669fb..f1d1d25 100755 (executable)
@@ -1,28 +1,26 @@
 #!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
+
+# 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)
+# 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
+# See ENVIRONMENT in dpkg-buildflags(1).
+# Package maintainers to append CFLAGS.
 #export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
+# Package maintainers to append LDFLAGS.
 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-#override_dh_auto_test:
-#override_dh_usrlocal:
-
 
 %:
-       dh $@ --buildsystem=cmake 
-
+       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_INSTALL_DATADIR=share
 
+# dh_make generated override targets.
+# This is an 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/salsa-ci.yml.ex b/debian/salsa-ci.yml.ex
new file mode 100644 (file)
index 0000000..a6fb8bd
--- /dev/null
@@ -0,0 +1,11 @@
+# For more information on what jobs are run see:
+# https://salsa.debian.org/salsa-ci-team/pipeline
+#
+# To enable the jobs, go to your repository (at salsa.debian.org)
+# and click over Settings > CI/CD > Expand (in General pipelines).
+# In "CI/CD configuration file" write debian/salsa-ci.yml and click
+# in "Save Changes". The CI tests will run after the next commit.
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
index 89ae9db..163aaf8 100644 (file)
@@ -1 +1 @@
-3.0 (native)
+3.0 (quilt)
diff --git a/debian/upstream/metadata.ex b/debian/upstream/metadata.ex
new file mode 100644 (file)
index 0000000..2bc070e
--- /dev/null
@@ -0,0 +1,10 @@
+# Example file for upstream/metadata.
+# See https://wiki.debian.org/UpstreamMetadata for more info/fields.
+# Below an example based on a github project.
+
+# Bug-Database: https://github.com/<user>/roojspacker/issues
+# Bug-Submit: https://github.com/<user>/roojspacker/issues/new
+# Changelog: https://github.com/<user>/roojspacker/blob/master/CHANGES
+# Documentation: https://github.com/<user>/roojspacker/wiki
+# Repository-Browse: https://github.com/<user>/roojspacker
+# Repository: https://github.com/<user>/roojspacker.git
diff --git a/debian/watch.ex b/debian/watch.ex
new file mode 100644 (file)
index 0000000..2d3d567
--- /dev/null
@@ -0,0 +1,37 @@
+# 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/roojspacker-([\d\.]+)\.tar\.gz
+
+# Uncomment to examine an FTP server.
+#ftp://ftp.example.com/pub/roojspacker-(.*)\.tar\.gz
+
+# SourceForge hosted projects.
+#http://sf.net/roojspacker/ roojspacker-(.*)\.tar\.gz
+
+# GitHub hosted projects.
+#opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
+#    https://github.com/<user>/<project>/tags \
+#    (?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@
+
+# GitLab hosted projects.
+#opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
+#    https://gitlab.com/<user>/<project>/-/tags \
+#    archive/v?@ANY_VERSION@/<project>-v?\d\S*@ARCHIVE_EXT@
+
+# PyPI.
+#https://pypi.debian.net/roojspacker/roojspacker-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+
+# Direct Git.
+#opts="mode=git" http://git.example.com/roojspacker.git \
+#    refs/tags/v([\d\.]+)