summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@ubuntu.com>2009-08-01 20:52:02 +0200
committerLuca Falavigna <dktrkranz@ubuntu.com>2009-08-01 20:52:02 +0200
commit4ef312e07bb9c774a89eb4b755feabfc151351a8 (patch)
treecbe5eac71a0b94ad96ac1dcbf21e5189a1555a10
parent51ed09d22b333546228172433dcc41af1ea02645 (diff)
Adhere to DEP3
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/java_ignore_nonexistent_files.patch (renamed from debian/patches/java_ignore_nonexistent_files)7
-rw-r--r--debian/patches/no_commandline_arguments.patch (renamed from debian/patches/no_commandline_arguments)7
-rw-r--r--debian/patches/remove_broken_symlinks.patch (renamed from debian/patches/remove_broken_symlinks)7
-rw-r--r--debian/patches/series6
5 files changed, 17 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e5aee8..96e6052 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ scons (1.2.0-3) UNRELEASED; urgency=low
* Do not build-depend on unnecessary python-dev, replace it with python.
* Add Vcs-* fields to document where SCons debianisation is stored.
* Bump Standards-Version to 3.8.2, no changes required.
+ * Adhere to DEP3.
- -- Luca Falavigna <dktrkranz@ubuntu.com> Sat, 01 Aug 2009 20:39:23 +0200
+ -- Luca Falavigna <dktrkranz@ubuntu.com> Sat, 01 Aug 2009 20:51:45 +0200
scons (1.2.0-2) unstable; urgency=low
diff --git a/debian/patches/java_ignore_nonexistent_files b/debian/patches/java_ignore_nonexistent_files.patch
index 123b72c..5eb6a4a 100644
--- a/debian/patches/java_ignore_nonexistent_files
+++ b/debian/patches/java_ignore_nonexistent_files.patch
@@ -1,6 +1,7 @@
-Description: Check for file/symlink existence before trying to use it in Java().
-Upstream bug: http://scons.tigris.org/issues/show_bug.cgi?id=2207
-Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338232
+Description: Check for file/symlink existence before trying to use it in Java()
+Origin: Debian
+Bug-Debian: http://bugs.debian.org/338232
+Forwarded: http://scons.tigris.org/issues/show_bug.cgi?id=2207
Index: scons-1.1.0/engine/SCons/Tool/javac.py
===================================================================
diff --git a/debian/patches/no_commandline_arguments b/debian/patches/no_commandline_arguments.patch
index a5be27c..3941f00 100644
--- a/debian/patches/no_commandline_arguments
+++ b/debian/patches/no_commandline_arguments.patch
@@ -1,6 +1,7 @@
-Description: Fix an exception when a null command-line argument is passed in.
-Upstream bug: http://scons.tigris.org/issues/show_bug.cgi?id=2368
-Ubuntu bug: https://launchpad.net/bugs/338492
+Description: Fix an exception when a null command-line argument is passed in
+Origin: Ubuntu
+Bug-Ubuntu: https://launchpad.net/bugs/338492
+Forwarded: http://scons.tigris.org/issues/show_bug.cgi?id=2368
Index: scons-1.2.0/engine/SCons/Script/Main.py
===================================================================
diff --git a/debian/patches/remove_broken_symlinks b/debian/patches/remove_broken_symlinks.patch
index f28a4d7..653500a 100644
--- a/debian/patches/remove_broken_symlinks
+++ b/debian/patches/remove_broken_symlinks.patch
@@ -1,6 +1,7 @@
-Description: In Clean() routine, try to delete symlinks even if files they point to are not available.
-Upstream bug: http://scons.tigris.org/issues/show_bug.cgi?id=2095
-Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485521
+Description: In Clean() routine, try to delete symlinks even if files they point to are not available
+Origin: Debian
+Bug-Debian: http://bugs.debian.org/485521
+Forwarded: http://scons.tigris.org/issues/show_bug.cgi?id=2095
Index: scons-1.2.0/engine/SCons/Script/Main.py
===================================================================
diff --git a/debian/patches/series b/debian/patches/series
index db145e8..9c562b9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
-java_ignore_nonexistent_files
-remove_broken_symlinks
-no_commandline_arguments
+java_ignore_nonexistent_files.patch
+remove_broken_symlinks.patch
+no_commandline_arguments.patch