[med-svn] [Git][med-team/civetweb][master] 8 commits: Remove *.psd and once we are at it also Qt dir which is not needed

Andreas Tille gitlab at salsa.debian.org
Thu Sep 17 08:29:04 BST 2020



Andreas Tille pushed to branch master at Debian Med / civetweb


Commits:
913a84a1 by Andreas Tille at 2020-09-15T14:24:06+02:00
Remove *.psd and once we are at it also Qt dir which is not needed

- - - - -
d1d08b02 by Andreas Tille at 2020-09-15T14:24:06+02:00
New upstream version 1.12+dfsg
- - - - -
3eb99c92 by Andreas Tille at 2020-09-15T14:24:06+02:00
Upload to new

- - - - -
dcd68c3e by Andreas Tille at 2020-09-17T09:27:18+02:00
Source-only upload

- - - - -
f09d2ff4 by Andreas Tille at 2020-09-17T09:27:42+02:00
routine-update: Remove trailing whitespace in debian/copyright

- - - - -
c311999b by Andreas Tille at 2020-09-17T09:27:43+02:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
2df6c64e by Andreas Tille at 2020-09-17T09:27:48+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

- - - - -
5e273873 by Andreas Tille at 2020-09-17T09:28:49+02:00
routine-update: Ready to upload to unstable

- - - - -


6 changed files:

- − Qt/CivetWeb.pro
- debian/changelog
- debian/control
- debian/copyright
- + debian/upstream/metadata
- − resources/civetweb.psd


Changes:

=====================================
Qt/CivetWeb.pro deleted
=====================================
@@ -1,62 +0,0 @@
-TEMPLATE = app
-CONFIG += console
-CONFIG -= app_bundle
-CONFIG -= qt
-
-DEFINES += MG_EXPERIMENTAL_INTERFACES
-
-SOURCES += \
-    ../src/md5.inl \
-    ../src/sha1.inl \
-    ../src/handle_form.inl \
-    ../src/mod_lua.inl \
-    ../src/mod_duktape.inl \
-    ../src/timer.inl \
-    ../src/civetweb.c \
-    ../src/main.c \
-    ../src/mod_zlib.inl \
-    ../src/mod_lua_shared.inl
-
-#include(deployment.pri)
-#qtcAddDeployment()
-
-HEADERS += \
-    ../include/civetweb.h
-
-INCLUDEPATH +=  \
-    ../include/
-
-win32 {
-LIBS += -lws2_32 -lComdlg32 -lUser32 -lShell32 -lAdvapi32
-} else {
-LIBS += -lpthread -ldl -lm
-}
-
-
-DEFINES += USE_IPV6
-DEFINES += USE_WEBSOCKET
-DEFINES += USE_SERVER_STATS
-
-#To build with DEBUG traces:
-#
-#DEFINES += DEBUG
-
-linux {
-INCLUDEPATH +=  \
-    ../src/third_party/ \
-    ../src/third_party/lua-5.2.4/src
-
-DEFINES += USE_LUA
-DEFINES += USE_LUA_SHARED
-LIBS += -llua5.2
-
-DEFINES += USE_ZLIB
-LIBS += -lz
-}
-
-#To build with duktape support:
-#
-#INCLUDEPATH +=  \
-#    ../src/third_party/duktape-1.8.0/src
-#
-#DEFINES += USE_DUKTAPE


=====================================
debian/changelog
=====================================
@@ -1,5 +1,12 @@
-civetweb (1.12+dfsg-1) UNRELEASED; urgency=medium
+civetweb (1.12+dfsg-2) unstable; urgency=medium
+
+  * Source-only upload
+  * Remove trailing whitespace in debian/copyright (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 17 Sep 2020 09:27:48 +0200
+
+civetweb (1.12+dfsg-1) unstable; urgency=medium
 
   * Initial release (Closes: #970358)
 
- -- Andreas Tille <tille at debian.org>  Mon, 14 Sep 2020 15:53:59 +0200
+ -- Andreas Tille <tille at debian.org>  Tue, 15 Sep 2020 14:20:35 +0200


=====================================
debian/control
=====================================
@@ -69,4 +69,3 @@ Description: embeddable web server with optional CGI, SSL and Lua support (devel
  .
  This package contains the header file for developing applications using
  civetweb.
-


=====================================
debian/copyright
=====================================
@@ -9,6 +9,8 @@ Files-Excluded: examples/_obsolete
                 *.cmd
                 *.bat
                 test/ajax/jquery.js
+                */*.psd
+                Qt
 
 Files: *
 Copyright: 2013-2020 The CivetWeb developers,
@@ -37,7 +39,7 @@ Files: debian/*
 Copyright: 2020 Andreas Tille <tille at debian.org>
 License: Expat
 
-License: Expat 
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/civetweb/civetweb/issues
+Bug-Submit: https://github.com/civetweb/civetweb/issues/new
+Repository: https://github.com/civetweb/civetweb.git
+Repository-Browse: https://github.com/civetweb/civetweb


=====================================
resources/civetweb.psd deleted
=====================================
Binary files a/resources/civetweb.psd and /dev/null differ



View it on GitLab: https://salsa.debian.org/med-team/civetweb/-/compare/3812231f6d3fa59827fa3c96c0409be4525bb8e3...5e273873a1bafade93e5ba4a4577cc67d98ea911

-- 
View it on GitLab: https://salsa.debian.org/med-team/civetweb/-/compare/3812231f6d3fa59827fa3c96c0409be4525bb8e3...5e273873a1bafade93e5ba4a4577cc67d98ea911
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200917/6054bd3e/attachment-0001.html>


More information about the debian-med-commit mailing list