monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Adopting the Debian package


From: Shaun Jackman
Subject: [Monotone-devel] Adopting the Debian package
Date: Fri, 28 Jul 2006 13:17:41 -0600

Hello all,

I've uploaded monotone 0.28-1 to Debian and, if all goes well, adopted
the package. My patch follows.

Cheers,
Shaun

--- monotone-0.28.orig/debian/docs
+++ monotone-0.28/debian/docs
@@ -1,6 +1,5 @@
ABOUT-NLS
AUTHORS
-COPYING
NEWS
README
README.changesets
@@ -10,4 +9,3 @@
contrib
debian/README.Debian
debian/TODO.Debian
-examples
--- monotone-0.28.orig/debian/control
+++ monotone-0.28/debian/control
@@ -1,12 +1,11 @@
Source: monotone
Section: devel
Priority: optional
-Maintainer: Tomas Fasth <address@hidden>
+Maintainer: Shaun Jackman <address@hidden>
Build-Depends: cdbs (>= 0.4.28), debhelper (>= 4.0.0), autotools-dev,
 libboost-date-time-dev, libboost-filesystem-dev, libboost-regex-dev,
- libboost-test-dev, libboost-dev, texinfo, libz-dev,
- g++ [!arm !hppa !m68k], g++-3.4 [arm hppa m68k]
-Standards-Version: 3.6.2
+ libboost-test-dev, libboost-dev, texinfo, libz-dev
+Standards-Version: 3.7.2.1

Package: monotone
Architecture: any
--- monotone-0.28.orig/debian/rules
+++ monotone-0.28/debian/rules
@@ -5,9 +5,3 @@
include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/cdbs/1/rules/simple-patchsys.mk

-GCC4_ICES_HERE := arm m68k hppa
-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-
-ifneq (,$(filter $(DEB_HOST_ARCH),$(GCC4_ICES_HERE)))
-       DEB_CONFIGURE_EXTRA_FLAGS = CC=gcc-3.4 CXX=g++-3.4
-endif
--- monotone-0.28.orig/debian/changelog
+++ monotone-0.28/debian/changelog
@@ -1,3 +1,13 @@
+monotone (0.28-1) unstable; urgency=low
+
+  * New upstream release.
+  * New maintainer.
+  * Add watch file.
+  * Update policy to version 3.7.2.1. No changes necessary.
+  * Update the FSF address.
+
+ -- Shaun Jackman <address@hidden>  Mon, 24 Jul 2006 10:44:56 -0600
+
monotone (0.28-0.1) unstable; urgency=low

  * New upstream release.
--- monotone-0.28.orig/debian/copyright
+++ monotone-0.28/debian/copyright
@@ -1,5 +1,6 @@
This package was debianized by Tomas Fasth <address@hidden> on
-Tue, 12 Apr 2005 13:28:25 +0000.
+2005-04-12 and adopted by Shaun Jackman <address@hidden> on
+2006-07-24.

The source files was downloaded from
http://www.venge.net/monotone/downloads
@@ -21,9 +22,8 @@
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
--- monotone-0.28.orig/debian/watch
+++ monotone-0.28/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.venge.net/monotone/downloads/ monotone-([0-9.]*)\.tar\.gz
debian uupdate
--- monotone-0.28.orig/debian/examples
+++ monotone-0.28/debian/examples
@@ -0,0 +1 @@
+examples/*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]