summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--debian/changelog7
-rw-r--r--debian/clean1
-rw-r--r--debian/patches/auto-gitignore15
-rw-r--r--debian/patches/series1
5 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b408e6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.pc
diff --git a/debian/changelog b/debian/changelog
index 2810d56..eeb14dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libhtml-html5-writer-perl (0.201-4) unstable; urgency=medium
+
+ * Team upload.
+ * Remove Makefile.old via debian/clean. (Closes: #1048198)
+
+ -- gregor herrmann <gregoa@debian.org> Tue, 05 Mar 2024 18:24:08 +0100
+
libhtml-html5-writer-perl (0.201-3) unstable; urgency=medium
[ Damyan Ivanov ]
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..6dc3062
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+Makefile.old
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..78fb6d4
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,15 @@
+Subject: Update .gitignore from Debian packaging branch
+
+The Debian packaging git branch contains these updates to the upstream
+.gitignore file(s). This patch is autogenerated, to provide these
+updates to users of the official Debian archive view of the package.
+
+[dgit (11.6) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..b408e6c
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1 @@
++/.pc
diff --git a/debian/patches/series b/debian/patches/series
index c1c288e..7a69532 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
1001_no_auto-install_deps.patch
+auto-gitignore