d/dcmtk.docs: Fix NEWS name
authorGert Wollny <gert.wollny@collabora.com>
Wed, 11 Nov 2020 16:36:58 +0000 (17:36 +0100)
committerGert Wollny <gert.wollny@collabora.com>
Wed, 11 Nov 2020 16:37:21 +0000 (17:37 +0100)
debian/NEWS [new file with mode: 0644]
debian/NEWS.Debian [deleted file]
debian/dcmtk.docs
debian/rules

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644 (file)
index 0000000..3e38121
--- /dev/null
@@ -0,0 +1,22 @@
+dcmtk (3.6.1~20150924-1) UNRELEASED: urgency=medium 
+
+  With this new snapshot upstream removed the  wwwapps tools and 
+  perl scripts that were developed for the CAR 1996 modality showcase, and 
+  that are largely unused and unsupported. 
+
+dcmtk (3.6.1~20150629-2) UNRELEASED; urgency=medium
+
+  Version 3.6.1 has compatible change of the index.dat format that is not
+  backward compatible, and the current dcmtk is trashing the memory (one
+  byte of) when using dcmqrscp.  All files in
+  
+    /var/lib/dcmtk/*/index.dat
+  
+  that are create with version 3.6.0 or before will be corrupted and
+  users need to reconstruct the db.
+  
+  The interested user might like to inspect the upstream commit
+  
+    http://git.dcmtk.org/web?p=dcmtk.git;a=commitdiff;h=c8423ab1fcf0273061462697b8eca56f894984c7
+
+ -- Andreas Tille <tille@debian.org>  Thu, 08 Oct 2015 13:06:03 +0200
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
deleted file mode 100644 (file)
index 3e38121..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-dcmtk (3.6.1~20150924-1) UNRELEASED: urgency=medium 
-
-  With this new snapshot upstream removed the  wwwapps tools and 
-  perl scripts that were developed for the CAR 1996 modality showcase, and 
-  that are largely unused and unsupported. 
-
-dcmtk (3.6.1~20150629-2) UNRELEASED; urgency=medium
-
-  Version 3.6.1 has compatible change of the index.dat format that is not
-  backward compatible, and the current dcmtk is trashing the memory (one
-  byte of) when using dcmqrscp.  All files in
-  
-    /var/lib/dcmtk/*/index.dat
-  
-  that are create with version 3.6.0 or before will be corrupted and
-  users need to reconstruct the db.
-  
-  The interested user might like to inspect the upstream commit
-  
-    http://git.dcmtk.org/web?p=dcmtk.git;a=commitdiff;h=c8423ab1fcf0273061462697b8eca56f894984c7
-
- -- Andreas Tille <tille@debian.org>  Thu, 08 Oct 2015 13:06:03 +0200
index 89a864ae9ee18d3225b3d450f634bcd63a705703..ccf9d946a82da2d92afd26cf88cb635b131cf2cb 100644 (file)
@@ -1,3 +1,3 @@
 FAQ
 README
-debian/NEWS.Debian
+debian/NEWS
index 4b510b237b9cb9b88cad93104d312c54ef69f1d7..ea6183aaada15bfc42e4228230cc5cf09e5385b7 100755 (executable)
@@ -22,8 +22,7 @@ endif
 # improper md5sum...
 
 %:
-       dh $@ --parallel --buildsystem=cmake
-
+       dh $@ --buildsystem=cmake
 
 # SKIP_RPATH=OFF to run test suite:
 # see #701231