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/series2
5 files changed, 26 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 e91b2c8..86daf71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmodule-install-manifestskip-perl (0.24-3) unstable; urgency=medium
+
+ * Team upload.
+ * Remove Makefile.old via debian/clean. (Closes: #1048919)
+
+ -- gregor herrmann <gregoa@debian.org> Thu, 07 Mar 2024 14:57:41 +0100
+
libmodule-install-manifestskip-perl (0.24-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
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
new file mode 100644
index 0000000..a22980a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+
+auto-gitignore