| author | Gerfried Fuchs <rhonda@debian.at> | |
| Wed, 16 Jul 2008 15:51:43 +0000 (17:51 +0200) | ||
| committer | Gerfried Fuchs <rhonda@debian.org> | |
| Tue, 22 Feb 2011 10:01:11 +0000 (11:01 +0100) |
| 1 | 2 | |||
|---|---|---|---|---|
| debian/README.source | patch | | | | | | blob |
| debian/changelog | patch | | diff1 | | | | blob | history |
| debian/control | patch | | diff1 | | | | blob | history |
| debian/watch | patch | | diff1 | | | | blob | history |
diff --cc debian/README.source
--- /dev/null
--- /dev/null
+++ b/debian/README.source
@@@ -1,0 -1,0 +1,26 @@@
++This package uses dpatch to manage all modifications to the upstream
++source. Changes are stored in the source package as diffs in
++debian/patches and applied during the build.
++
++To get the fully patched source after unpacking the source package, cd
++to the root level of the source package and run:
++
++ debian/rules patch
++
++Removing a patch is as simple as removing its entry from the
++debian/patches/00list file, and please also remove the patch file
++itself.
++
++Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
++where you should replace XX with a new number and patchname with a
++descriptive shortname of the patch. You can then simply edit all the
++files your patch wants to edit, and then simply "exit 0" from the shell
++to actually create the patch file.
++
++To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
++and replace XX_patchname with the actual filename from debian/patches
++you want to use.
++
++To clean up afterwards again, "debian/rules unpatch" will do the
++work for you - or you can of course choose to call
++"fakeroot debian/rules clean" all together.
diff --cc debian/changelog
--- 1/debian/changelog
--- /dev/null
+++ b/debian/changelog
++mcabber (0.9.7-0.1) unstable; urgency=low
++
++ * Non-maintainer upload.
++ * New upstream release, which includes:
++ - using stat instead of lstat for permission check (closes: #475182)
++ * Fix watchfile to watch only for numbered versions (closes: #479601)
++ * Updated Standards-Version to 3.8.0:
++ - Added README.source quick introduction on dpatch usage.
++
++ -- Gerfried Fuchs <rhonda@debian.at> Wed, 16 Jul 2008 17:51:43 +0200
++
+mcabber (0.9.5-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * --enable-otr and add Build-Depends libotr2-dev (Closes: #453729).
+ * Add Build-Depends on libaspell-dev to make --enable-aspell actually work
+ (Closes: #461977).
+
+ -- Gerfried Fuchs <rhonda@debian.at> Tue, 22 Jan 2008 15:59:24 +0100
+
+mcabber (0.9.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * New maintainer E-Mail address.
+ * Added Homepage field to debian/control.
+ * Fix debian-rules-ignores-make-clean-error by checking if the file exists
+ if the file exists..
+
+ -- Mario Iseli <mario@debian.org> Tue, 20 Nov 2007 13:47:26 +0100
+
+mcabber (0.9.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Updated the manpage patch.
+ * Added --enable-aspell and --enable-gpgme to the call of configure.
+
+ -- Mario Iseli <admin@marioiseli.com> Wed, 20 Jun 2007 17:27:50 +0100
+
+mcabber (0.9.1-1) unstable; urgency=low
+
+ * New upstream release (Closes: #420065).
+ * Added build-dependency on libgpgme-dev to enable GPG support.
+ * Added build-dependency on dpatch and added a first patch in debian/patches
+ to fix the manpage.
+
+ -- Mario Iseli <admin@marioiseli.com> Thu, 19 Apr 2007 21:02:12 +0200
+
+mcabber (0.8.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mario Iseli <admin@marioiseli.com> Sun, 19 Nov 2006 14:13:06 +0100
+
+mcabber (0.8.2-2) unstable; urgency=low
+
+ * Added support for Unicode (linked against linbcursesw5)
+ * Depend now on libncursesw5
+ * Build-Depend now on linbcursesw5-dev
+
+ -- Mario Iseli <admin@marioiseli.com> Wed, 11 Oct 2006 23:02:51 +0200
+
+mcabber (0.8.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mario Iseli <admin@marioiseli.com> Sat, 23 Sep 2006 11:36:18 +0200
+
+mcabber (0.8.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Mario Iseli <admin@marioiseli.com> Mon, 21 Aug 2006 23:25:51 +0200
+
+mcabber (0.8.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mario Iseli <admin@marioiseli.com> Mon, 14 Aug 2006 19:39:56 +0200
+
+mcabber (0.7.8-1) unstab le; urgency=low
+
+ * Initial release Closes: #362617
+
+ -- Mario Iseli <admin@marioiseli.com> Sat, 08 Jul 2006 00:43:32 +0200
diff --cc debian/control
--- 1/debian/control
--- /dev/null
+++ b/debian/control
+Source: mcabber
+Section: net
+Priority: optional
+Maintainer: Mario Iseli <mario@debian.org>
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, libglib2.0-dev, libncursesw5-dev, libssl-dev, libgpgme11-dev, dpatch, libotr2-dev, libaspell-dev
+Homepage: http://www.lilotux.net/~mikael/mcabber/
- Standards-Version: 3.7.2
++Standards-Version: 3.8.0
+
+Package: mcabber
+Section: net
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Small Jabber console client
+ MCabber is a Jabber text-mode client, which includes features such as
+ SSL support, history logging, commands completion, and external actions
+ triggers.
diff --cc debian/watch
--- 1/debian/watch
--- /dev/null
+++ b/debian/watch
+version=3
- http://www.lilotux.net/~mikael/mcabber/files/mcabber-(.*)\.tar\.bz2
++http://www.lilotux.net/~mikael/mcabber/files/mcabber-([0-9.]+)\.tar\.bz2
