File: test

package info (click to toggle)
xsddiagram 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,184 kB
  • ctags: 1,092
  • sloc: cs: 9,274; sh: 42; makefile: 26; xml: 3
file content (49 lines) | stat: -rw-r--r-- 1,802 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 xsddiagram (1.0-1) unstable; urgency=medium
 .
   * Imported Upstream version 1.0
   * Exclude *.exe file
   * Cleanup patches
   * Bump Std-Vers to 3.9.7, no changes needed
Author: Mathieu Malaterre <malat@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- xsddiagram-1.0.orig/Program.cs
+++ xsddiagram-1.0/Program.cs
@@ -267,4 +267,4 @@ Example 5:
 			System.Diagnostics.Trace.WriteLine(e.ToString());
 		}
 	}
-}
\ No newline at end of file
+}
--- xsddiagram-1.0.orig/ReadMe.txt
+++ xsddiagram-1.0/ReadMe.txt
@@ -107,6 +107,9 @@ NOTES:
 
 TODO LIST:
 
+- Add include a possibility to show the length of an element (Jrg S.)
+- Add a close entry in the File menu (Eric).
+- Add a recently opened list (Eric).
 - BUG: Cascading substitution groups may appear weird.
 - Add include a possibility to show the length of an element (Jrg S.)
 - Add the attributes to the element in the diagram (suggested by bob)