[Python-apps-commits] r11277 - in packages/debomatic/tags (14 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Thu Sep 11 11:56:03 UTC 2014


    Date: Thursday, September 11, 2014 @ 11:56:03
  Author: dktrkranz
Revision: 11277

[svn-buildpackage] Tagging debomatic 0.13~git20140911-1

Added:
  packages/debomatic/tags/0.13~git20140911-1/
  packages/debomatic/tags/0.13~git20140911-1/debian/changelog
    (from rev 11276, packages/debomatic/trunk/debian/changelog)
  packages/debomatic/tags/0.13~git20140911-1/debian/control
    (from rev 11272, packages/debomatic/trunk/debian/control)
  packages/debomatic/tags/0.13~git20140911-1/debian/copyright
    (from rev 11272, packages/debomatic/trunk/debian/copyright)
  packages/debomatic/tags/0.13~git20140911-1/debian/links
    (from rev 11274, packages/debomatic/trunk/debian/links)
  packages/debomatic/tags/0.13~git20140911-1/debian/patches/
  packages/debomatic/tags/0.13~git20140911-1/debian/rules
    (from rev 11273, packages/debomatic/trunk/debian/rules)
  packages/debomatic/tags/0.13~git20140911-1/debian/watch
    (from rev 11272, packages/debomatic/trunk/debian/watch)
Deleted:
  packages/debomatic/tags/0.13~git20140911-1/debian/changelog
  packages/debomatic/tags/0.13~git20140911-1/debian/control
  packages/debomatic/tags/0.13~git20140911-1/debian/copyright
  packages/debomatic/tags/0.13~git20140911-1/debian/links
  packages/debomatic/tags/0.13~git20140911-1/debian/rules
  packages/debomatic/tags/0.13~git20140911-1/debian/watch

Deleted: packages/debomatic/tags/0.13~git20140911-1/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2014-09-10 15:10:31 UTC (rev 11269)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/changelog	2014-09-11 11:56:03 UTC (rev 11277)
@@ -1,206 +0,0 @@
-debomatic (0.12-1) unstable; urgency=medium
-
-  * New upstream stable release.
-  * Upload to unstable.
-  * debian/control:
-    - Add gnupg to Suggests field.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Fri, 30 May 2014 08:51:27 +0200
-
-debomatic (0.12~bzr405-1) experimental; urgency=medium
-
-  * New upstream development release.
-  * debian/patches/setpgrp.patch:
-    - Removed, applied upstream.
-  * debian/control:
-    - Build-depends on python3 and python3-sphinx.
-    - Build-depends on dh-python for Pybuild support.
-    - Build-depends on dh-systemd for systemd support.
-    - No longer depends on python-daemon and python-lockfile.
-    - Recommends python3-pyinotify.
-  * debian/copyright:
-    - Adjust copyright years.
-  * debian/NEWS:
-    - Document changes introduced in this upstream version.
-  * debian/rules:
-    - Port to Pybuild.
-    - Use python3 and sphinxdoc sequencers.
-    - Support systemd service file.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Fri, 23 May 2014 09:08:32 +0200
-
-debomatic (0.11-2) unstable; urgency=medium
-
-  * debian/patches/setpgrp.patch:
-    - Remove setpgrp call to fix endless loop in threads (Closes: #690311).
-  * debian/control:
-    - Suggest apt-utils and devscripts.
-    - Bump Standards-Version to 3.9.5.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Thu, 19 Dec 2013 21:33:35 +0100
-
-debomatic (0.11-1) unstable; urgency=low
-
-  * New upstream final release.
-  * Upload to unstable.
-  * debian/control:
-    - Bump X-Python-Version to 2.7.
-    - Suggests piuparts package.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Wed, 05 Jun 2013 15:02:52 +0200
-
-debomatic (0.11~r354-1) experimental; urgency=low
-
-  * Upstream snapshot taken at revision 354.
-    - Release lock if packagedir is not found (Closes: #690308).
-    - No endless loop if setup_pbuilder fails (Closes: #690312).
-    - Support for lintian log in the notification mail (Closes: #655452).
-  * debian/control:
-    - Use canonical VCS URIs.
-    - Bump Standards-Version to 3.9.4.
-  * debian/copyright:
-    - Adjust copyright years.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 17 Mar 2013 12:14:05 +0100
-
-debomatic (0.10-2) unstable; urgency=low
-
-  * debian/rules:
-    - Delete docs/_build directory during clean phase (Closes: #671163).
-
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 26 May 2012 18:37:51 +0200
-
-debomatic (0.10-1) unstable; urgency=low
-
-  * New upstream release.
-    - New documentation, which also explains module plugin needs GPG
-      support enabled to work (Closes: #653455).
-    - Fix init script to allow stop and restart methods (Closes: #653468).
-    - Lintian options are now customizable (Closes: #655454).
-  * debian/compat:
-    - Bump compatibility level to 9.
-  * debian/control:
-    - Drop python-docutils from Build-Depends field.
-    - Add python-sphinx, texlive-latex-base, texlive-latex-recommended,
-      texlive-fonts-recommended, texlive-latex-extra and gettext to
-      Build-Depends field.
-    - Add python-daemon and python-lockfile to Depends field.
-    - Replace gnupg with gpgv in Recommends field.
-    - Bump X-Python-Version field to >= 2.6.
-    - Bump Standards-Version to 3.9.3.
-  * debian/copyright:
-    - Convert to DEP5 format.
-  * debian/doc-base:
-    - Update for new documentation format.
-  * debian/docs:
-    - README is no longer shipped in release tarball.
-  * debian/watch:
-    - Update watch file.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 01 Apr 2012 00:43:28 +0200
-
-debomatic (0.9-1) unstable; urgency=low
-
-  * New upstream release.
-    - Package rebuild support (Closes: #591937).
-    - Pass --configfile as last parameter, so some default options can
-      be overwritten by configuration file (Closes: #531175).
-  * Switch to format 3.0 (quilt).
-  * Switch to dh_python2.
-  * debian/control:
-    - Recommend debian-archive-keyring and ubuntu-keyring due to recent
-      debootstrap changes which require archive keys to generate chroots.
-    - Bump Standards-Version to 3.9.1, no changes needed.
-  * debian/copyright:
-    - Adjust copyright information.
-  * debian/rules:
-    - Delete unused .egg-info file.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 06 Feb 2011 10:51:18 +0100
-
-debomatic (0.8-1) unstable; urgency=low
-
-  * New upstream release.
-    - cowbuilder support (Closes: #531173).
-  * debian/control:
-    - Add python-docutils to Build-Depends-Indep.
-    - Add cowbuilder as alternate dependency for pbuilder.
-    - Bump Standards-Version to 3.8.4, no changes needed.
-  * debian/copyright:
-    - Adjust copyright years.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Thu, 04 Feb 2010 22:36:28 +0100
-
-debomatic (0.7-1) unstable; urgency=low
-
-  * New upstream version.
-    - Provide init script and default file (Closes: #530029).
-  * debian/control:
-    - Update my e-mail address.
-    - Remove DM-Upload-Allowed field.
-    - Refresh build-dependencies.
-    - Do not build-depend on docbook2x and docbook-xml, man pages are
-      no longer generated by scripts.
-    - Bump python-pyinotify minimum version to 0.8.6-1.
-    - Bump Standards-Version to 3.8.3, no changes required.
-  * debian/copyright:
-    - Update copyright informations.
-  * debian/examples, debian/manpages:
-    - Removed, no longer needed with new upstream version.
-  * debian/doc-base:
-    - Register doc-base informations.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Wed, 02 Sep 2009 23:28:16 +0200
-
-debomatic (0.6-3) unstable; urgency=low
-
-  * Switch to debhelper 7.
-  * Switch to python-support.
-  * Install Debomatic module in a private directory.
-  * Changes for upcoming Python 2.6:
-    + debian/control:
-      - Add python (>= 2.5.4-1~) to Build-Depends-Indep to enable use of
-        /usr/share/python/python.mk macros.
-      - Remove python-all-dev from Build-Depends-Indep.
-    + debian/rules:
-      - Include /usr/share/python/python.mk.
-      - Pass $(py_setup_install_args) to setup.py to let distutils install
-        modules in the correct directory.
-  * Add ${misc:Depends} to debomatic dependencies.
-  * Bump Standards-Version to 3.8.1, no changes required.
-
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Fri, 01 May 2009 20:06:04 +0200
-
-debomatic (0.6-2) unstable; urgency=low
-
-  * Add Python Applications Packaging Team to Uploaders.
-  * Add Vcs-* fields in source stanza.
-
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Mon, 16 Feb 2009 21:46:52 +0100
-
-debomatic (0.6-1) experimental; urgency=low
-
-  * New upstream release.
-  * Adjust copyright holders.
-  * Remove all patches (implemented upstream), as well as quilt support.
-  * Add DM-Upload-Allowed field.
-
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Sun, 01 Feb 2009 15:38:35 +0100
-
-debomatic (0.5-2) unstable; urgency=low
-
-  * debian/patches/packagequeue_files:
-    - Add files to packagequeue even if they are already available, so
-      they can be removed when packages have been successfully built.
-  * debian/patches/acceptedqueue:
-    - Add acceptedqueue to allow packages waiting for a lock to be built
-      if previously accepted.
-
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Thu, 18 Sep 2008 13:48:45 +0200
-
-debomatic (0.5-1) unstable; urgency=low
-
-  * Initial release (Closes: #426231)
-
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Wed, 25 Jun 2008 19:43:54 +0200
-

Copied: packages/debomatic/tags/0.13~git20140911-1/debian/changelog (from rev 11276, packages/debomatic/trunk/debian/changelog)
===================================================================
--- packages/debomatic/tags/0.13~git20140911-1/debian/changelog	                        (rev 0)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/changelog	2014-09-11 11:56:03 UTC (rev 11277)
@@ -0,0 +1,225 @@
+debomatic (0.13~git20140911-1) experimental; urgency=medium
+
+  * New upstream development snapshot.
+  * debian/patches/sbin.patch:
+    - Adjust init.d and service file to point to /usr/sbin/debomatic.
+  * debian/control:
+    - Add python3-toposort to Depends.
+    - Adjust Homepage field.
+  * debian/copyright:
+    - Adjust Source field.
+  * debian/links:
+    - Install debomatic link under /usr/sbin.
+  * debian/rules:
+    - Allow to restart service on upgrades.
+  * debian/watch:
+    - Point to new GitHub release page.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 11 Sep 2014 13:35:27 +0200
+
+debomatic (0.12-1) unstable; urgency=medium
+
+  * New upstream stable release.
+  * Upload to unstable.
+  * debian/control:
+    - Add gnupg to Suggests field.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 30 May 2014 08:51:27 +0200
+
+debomatic (0.12~bzr405-1) experimental; urgency=medium
+
+  * New upstream development release.
+  * debian/patches/setpgrp.patch:
+    - Removed, applied upstream.
+  * debian/control:
+    - Build-depends on python3 and python3-sphinx.
+    - Build-depends on dh-python for Pybuild support.
+    - Build-depends on dh-systemd for systemd support.
+    - No longer depends on python-daemon and python-lockfile.
+    - Recommends python3-pyinotify.
+  * debian/copyright:
+    - Adjust copyright years.
+  * debian/NEWS:
+    - Document changes introduced in this upstream version.
+  * debian/rules:
+    - Port to Pybuild.
+    - Use python3 and sphinxdoc sequencers.
+    - Support systemd service file.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 23 May 2014 09:08:32 +0200
+
+debomatic (0.11-2) unstable; urgency=medium
+
+  * debian/patches/setpgrp.patch:
+    - Remove setpgrp call to fix endless loop in threads (Closes: #690311).
+  * debian/control:
+    - Suggest apt-utils and devscripts.
+    - Bump Standards-Version to 3.9.5.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 19 Dec 2013 21:33:35 +0100
+
+debomatic (0.11-1) unstable; urgency=low
+
+  * New upstream final release.
+  * Upload to unstable.
+  * debian/control:
+    - Bump X-Python-Version to 2.7.
+    - Suggests piuparts package.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 05 Jun 2013 15:02:52 +0200
+
+debomatic (0.11~r354-1) experimental; urgency=low
+
+  * Upstream snapshot taken at revision 354.
+    - Release lock if packagedir is not found (Closes: #690308).
+    - No endless loop if setup_pbuilder fails (Closes: #690312).
+    - Support for lintian log in the notification mail (Closes: #655452).
+  * debian/control:
+    - Use canonical VCS URIs.
+    - Bump Standards-Version to 3.9.4.
+  * debian/copyright:
+    - Adjust copyright years.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 17 Mar 2013 12:14:05 +0100
+
+debomatic (0.10-2) unstable; urgency=low
+
+  * debian/rules:
+    - Delete docs/_build directory during clean phase (Closes: #671163).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 26 May 2012 18:37:51 +0200
+
+debomatic (0.10-1) unstable; urgency=low
+
+  * New upstream release.
+    - New documentation, which also explains module plugin needs GPG
+      support enabled to work (Closes: #653455).
+    - Fix init script to allow stop and restart methods (Closes: #653468).
+    - Lintian options are now customizable (Closes: #655454).
+  * debian/compat:
+    - Bump compatibility level to 9.
+  * debian/control:
+    - Drop python-docutils from Build-Depends field.
+    - Add python-sphinx, texlive-latex-base, texlive-latex-recommended,
+      texlive-fonts-recommended, texlive-latex-extra and gettext to
+      Build-Depends field.
+    - Add python-daemon and python-lockfile to Depends field.
+    - Replace gnupg with gpgv in Recommends field.
+    - Bump X-Python-Version field to >= 2.6.
+    - Bump Standards-Version to 3.9.3.
+  * debian/copyright:
+    - Convert to DEP5 format.
+  * debian/doc-base:
+    - Update for new documentation format.
+  * debian/docs:
+    - README is no longer shipped in release tarball.
+  * debian/watch:
+    - Update watch file.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 01 Apr 2012 00:43:28 +0200
+
+debomatic (0.9-1) unstable; urgency=low
+
+  * New upstream release.
+    - Package rebuild support (Closes: #591937).
+    - Pass --configfile as last parameter, so some default options can
+      be overwritten by configuration file (Closes: #531175).
+  * Switch to format 3.0 (quilt).
+  * Switch to dh_python2.
+  * debian/control:
+    - Recommend debian-archive-keyring and ubuntu-keyring due to recent
+      debootstrap changes which require archive keys to generate chroots.
+    - Bump Standards-Version to 3.9.1, no changes needed.
+  * debian/copyright:
+    - Adjust copyright information.
+  * debian/rules:
+    - Delete unused .egg-info file.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 06 Feb 2011 10:51:18 +0100
+
+debomatic (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+    - cowbuilder support (Closes: #531173).
+  * debian/control:
+    - Add python-docutils to Build-Depends-Indep.
+    - Add cowbuilder as alternate dependency for pbuilder.
+    - Bump Standards-Version to 3.8.4, no changes needed.
+  * debian/copyright:
+    - Adjust copyright years.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 04 Feb 2010 22:36:28 +0100
+
+debomatic (0.7-1) unstable; urgency=low
+
+  * New upstream version.
+    - Provide init script and default file (Closes: #530029).
+  * debian/control:
+    - Update my e-mail address.
+    - Remove DM-Upload-Allowed field.
+    - Refresh build-dependencies.
+    - Do not build-depend on docbook2x and docbook-xml, man pages are
+      no longer generated by scripts.
+    - Bump python-pyinotify minimum version to 0.8.6-1.
+    - Bump Standards-Version to 3.8.3, no changes required.
+  * debian/copyright:
+    - Update copyright informations.
+  * debian/examples, debian/manpages:
+    - Removed, no longer needed with new upstream version.
+  * debian/doc-base:
+    - Register doc-base informations.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 02 Sep 2009 23:28:16 +0200
+
+debomatic (0.6-3) unstable; urgency=low
+
+  * Switch to debhelper 7.
+  * Switch to python-support.
+  * Install Debomatic module in a private directory.
+  * Changes for upcoming Python 2.6:
+    + debian/control:
+      - Add python (>= 2.5.4-1~) to Build-Depends-Indep to enable use of
+        /usr/share/python/python.mk macros.
+      - Remove python-all-dev from Build-Depends-Indep.
+    + debian/rules:
+      - Include /usr/share/python/python.mk.
+      - Pass $(py_setup_install_args) to setup.py to let distutils install
+        modules in the correct directory.
+  * Add ${misc:Depends} to debomatic dependencies.
+  * Bump Standards-Version to 3.8.1, no changes required.
+
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Fri, 01 May 2009 20:06:04 +0200
+
+debomatic (0.6-2) unstable; urgency=low
+
+  * Add Python Applications Packaging Team to Uploaders.
+  * Add Vcs-* fields in source stanza.
+
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Mon, 16 Feb 2009 21:46:52 +0100
+
+debomatic (0.6-1) experimental; urgency=low
+
+  * New upstream release.
+  * Adjust copyright holders.
+  * Remove all patches (implemented upstream), as well as quilt support.
+  * Add DM-Upload-Allowed field.
+
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Sun, 01 Feb 2009 15:38:35 +0100
+
+debomatic (0.5-2) unstable; urgency=low
+
+  * debian/patches/packagequeue_files:
+    - Add files to packagequeue even if they are already available, so
+      they can be removed when packages have been successfully built.
+  * debian/patches/acceptedqueue:
+    - Add acceptedqueue to allow packages waiting for a lock to be built
+      if previously accepted.
+
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Thu, 18 Sep 2008 13:48:45 +0200
+
+debomatic (0.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #426231)
+
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Wed, 25 Jun 2008 19:43:54 +0200
+

Deleted: packages/debomatic/tags/0.13~git20140911-1/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control	2014-09-10 15:10:31 UTC (rev 11269)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/control	2014-09-11 11:56:03 UTC (rev 11277)
@@ -1,48 +0,0 @@
-Source: debomatic
-Section: devel
-Priority: extra
-Maintainer: Luca Falavigna <dktrkranz at debian.org>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
-               python3 (>= 3.2~),
-               dh-python,
-               dh-systemd,
-               python3-sphinx,
-               texlive-latex-base,
-               texlive-latex-recommended,
-               texlive-fonts-recommended,
-               texlive-latex-extra,
-               gettext
-X-Python3-Version: >= 3.2
-Standards-Version: 3.9.5
-Homepage: https://launchpad.net/debomatic
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/debomatic/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/debomatic/trunk/
-
-Package: debomatic
-Architecture: all
-Depends: ${python3:Depends},
-         ${misc:Depends},
-         pbuilder | cowbuilder,
-         debootstrap | cdebootstrap
-Recommends: gpgv,
-            lintian,
-            python3-pyinotify (>= 0.8.6-1),
-            debian-archive-keyring,
-            ubuntu-keyring
-Suggests: piuparts (>= 0.45),
-          apt-utils,
-          devscripts,
-          gnupg
-Description: automatic build machine for Debian source packages
- Deb-o-Matic is an easy to use build machine for Debian source packages
- based on pbuilder, written in Python.
- . 
- It provides a simple tool to automate build of source packages with limited
- user interaction and a simple configuration. It has some useful features such
- as automatic update of pbuilder, automatic scan and selection of source
- packages to build and modules support.
- .
- It is meant to help developers to build their packages without worrying too
- much of compilation, since it will run in background and no user feedback
- is required during the whole process.

Copied: packages/debomatic/tags/0.13~git20140911-1/debian/control (from rev 11272, packages/debomatic/trunk/debian/control)
===================================================================
--- packages/debomatic/tags/0.13~git20140911-1/debian/control	                        (rev 0)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/control	2014-09-11 11:56:03 UTC (rev 11277)
@@ -0,0 +1,49 @@
+Source: debomatic
+Section: devel
+Priority: extra
+Maintainer: Luca Falavigna <dktrkranz at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9),
+               python3 (>= 3.2~),
+               dh-python,
+               dh-systemd,
+               python3-sphinx,
+               texlive-latex-base,
+               texlive-latex-recommended,
+               texlive-fonts-recommended,
+               texlive-latex-extra,
+               gettext
+X-Python3-Version: >= 3.2
+Standards-Version: 3.9.5
+Homepage: https://github.com/debomatic/debomatic
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/debomatic/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/debomatic/trunk/
+
+Package: debomatic
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends},
+         pbuilder | cowbuilder,
+         debootstrap | cdebootstrap,
+         python3-toposort
+Recommends: gpgv,
+            lintian,
+            python3-pyinotify (>= 0.8.6-1),
+            debian-archive-keyring,
+            ubuntu-keyring
+Suggests: piuparts (>= 0.45),
+          apt-utils,
+          devscripts,
+          gnupg
+Description: automatic build machine for Debian source packages
+ Deb-o-Matic is an easy to use build machine for Debian source packages
+ based on pbuilder, written in Python.
+ . 
+ It provides a simple tool to automate build of source packages with limited
+ user interaction and a simple configuration. It has some useful features such
+ as automatic update of pbuilder, automatic scan and selection of source
+ packages to build and modules support.
+ .
+ It is meant to help developers to build their packages without worrying too
+ much of compilation, since it will run in background and no user feedback
+ is required during the whole process.

Deleted: packages/debomatic/tags/0.13~git20140911-1/debian/copyright
===================================================================
--- packages/debomatic/trunk/debian/copyright	2014-09-10 15:10:31 UTC (rev 11269)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/copyright	2014-09-11 11:56:03 UTC (rev 11277)
@@ -1,30 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Deb-o-Matic
-Source: https://code.launchpad.net/debomatic
-
-Files: *
-Copyright: 2007-2014 Luca Falavigna
-           2008-2009 David Futcher
-           2009-2010 Alessio Treglia
-License: GPL-3+
-
-Files: debian/*
-Copyright: 2007-2014 Luca Falavigna
-License: GPL-3+
-
-License: GPL-3+
- 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; version 3 of the License.
- . 
- 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 package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- .
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-3'.

Copied: packages/debomatic/tags/0.13~git20140911-1/debian/copyright (from rev 11272, packages/debomatic/trunk/debian/copyright)
===================================================================
--- packages/debomatic/tags/0.13~git20140911-1/debian/copyright	                        (rev 0)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/copyright	2014-09-11 11:56:03 UTC (rev 11277)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Deb-o-Matic
+Source: https://github.com/debomatic/debomatic
+
+Files: *
+Copyright: 2007-2014 Luca Falavigna
+           2008-2009 David Futcher
+           2009-2010 Alessio Treglia
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2007-2014 Luca Falavigna
+License: GPL-3+
+
+License: GPL-3+
+ 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; version 3 of the License.
+ . 
+ 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.

Deleted: packages/debomatic/tags/0.13~git20140911-1/debian/links
===================================================================
--- packages/debomatic/trunk/debian/links	2014-09-10 15:10:31 UTC (rev 11269)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/links	2014-09-11 11:56:03 UTC (rev 11277)
@@ -1 +0,0 @@
-usr/share/debomatic/debomatic	usr/bin/debomatic

Copied: packages/debomatic/tags/0.13~git20140911-1/debian/links (from rev 11274, packages/debomatic/trunk/debian/links)
===================================================================
--- packages/debomatic/tags/0.13~git20140911-1/debian/links	                        (rev 0)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/links	2014-09-11 11:56:03 UTC (rev 11277)
@@ -0,0 +1 @@
+usr/share/debomatic/debomatic	usr/sbin/debomatic

Deleted: packages/debomatic/tags/0.13~git20140911-1/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules	2014-09-10 15:10:31 UTC (rev 11269)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/rules	2014-09-11 11:56:03 UTC (rev 11277)
@@ -1,28 +0,0 @@
-#!/usr/bin/make -f
-
-export PYBUILD_NAME=debomatic
-export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/share/debomatic \
-					--install-scripts=/usr/share/debomatic
-
-%:
-	dh $@ --buildsystem=pybuild --with python3,systemd,sphinxdoc
-
-override_dh_clean:
-	dh_clean $@
-	rm -fr build locale docs/_build
-	dh_clean debian/init debian/default
-
-override_dh_auto_install:
-	dh_auto_install $@
-	find $(CURDIR)/debian/debomatic -name "*.egg-info" -delete
-
-override_dh_installinit:
-	ln -s $(CURDIR)/etc/init.d/debomatic debian/init
-	ln -s $(CURDIR)/etc/default/debomatic debian/default
-	dh_installinit --no-start -- defaults 20
-
-override_dh_installchangelogs:
-	dh_installchangelogs ChangeLog
-
-override_dh_systemd_enable:
-	dh_systemd_enable --no-enable

Copied: packages/debomatic/tags/0.13~git20140911-1/debian/rules (from rev 11273, packages/debomatic/trunk/debian/rules)
===================================================================
--- packages/debomatic/tags/0.13~git20140911-1/debian/rules	                        (rev 0)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/rules	2014-09-11 11:56:03 UTC (rev 11277)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=debomatic
+export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/share/debomatic \
+					--install-scripts=/usr/share/debomatic
+
+%:
+	dh $@ --buildsystem=pybuild --with python3,systemd,sphinxdoc
+
+override_dh_clean:
+	dh_clean $@
+	rm -fr build locale docs/_build
+	dh_clean debian/init debian/default
+
+override_dh_auto_install:
+	dh_auto_install $@
+	find $(CURDIR)/debian/debomatic -name "*.egg-info" -delete
+
+override_dh_installinit:
+	ln -s $(CURDIR)/etc/init.d/debomatic debian/init
+	ln -s $(CURDIR)/etc/default/debomatic debian/default
+	dh_installinit --no-start --restart-after-upgrade -- defaults 20
+
+override_dh_installchangelogs:
+	dh_installchangelogs ChangeLog
+
+override_dh_systemd_start:
+	dh_systemd_start --restart-after-upgrade

Deleted: packages/debomatic/tags/0.13~git20140911-1/debian/watch
===================================================================
--- packages/debomatic/trunk/debian/watch	2014-09-10 15:10:31 UTC (rev 11269)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/watch	2014-09-11 11:56:03 UTC (rev 11277)
@@ -1,2 +0,0 @@
-version=3
-https://launchpad.net/debomatic/+download .*/debomatic-([0-9\.]+).tar.gz

Copied: packages/debomatic/tags/0.13~git20140911-1/debian/watch (from rev 11272, packages/debomatic/trunk/debian/watch)
===================================================================
--- packages/debomatic/tags/0.13~git20140911-1/debian/watch	                        (rev 0)
+++ packages/debomatic/tags/0.13~git20140911-1/debian/watch	2014-09-11 11:56:03 UTC (rev 11277)
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/debomatic-$1\.tar\.gz/ \
+  https://github.com/debomatic/debomatic/tags .*/v?(\d\S*)\.tar\.gz




More information about the Python-apps-commits mailing list