Merge lp:~rudloff/macports/package into lp:~rudloff/macports/2.0

Proposed by Pierre Rudloff
Status: Needs review
Proposed branch: lp:~rudloff/macports/package
Merge into: lp:~rudloff/macports/2.0
Diff against target: 108 lines (+71/-0)
7 files modified
debian/README.source (+9/-0)
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+18/-0)
debian/copyright (+13/-0)
debian/docs (+1/-0)
debian/rules (+24/-0)
To merge this branch: bzr merge lp:~rudloff/macports/package
Reviewer Review Type Date Requested Status
Rainer Müller (community) Disapprove
Review via email: mp+89362@code.launchpad.net

Description of the change

Adding Debian package

To post a comment you must log in.
Revision history for this message
Rainer Müller (raimue) wrote :

MacPorts does not use launchpad for active development. Please file a ticket in our Trac instead: http://guide.macports.org/#project.tickets

This branch is just a regular mirror of the source code taken from our Subversion repository.

review: Disapprove
Revision history for this message
Pierre Rudloff (rudloff) wrote :

> MacPorts does not use launchpad for active development. Please file a ticket
> in our Trac instead: http://guide.macports.org/#project.tickets
>
> This branch is just a regular mirror of the source code taken from our
> Subversion repository.
There is a ticket open here: http://trac.macports.org/ticket/32530

Unmerged revisions

13. By Pierre Rudloff

Let's try again

12. By Pierre Rudloff

Unable to build trunk so sticking with tarball

11. By Pierre Rudloff

Forget that

10. By Pierre Rudloff

Build in base

9. By Pierre Rudloff

Remove everything else

8. By Pierre Rudloff

Correct deps
Install in /opt/local

7. By Pierre Rudloff

path

6. By Pierre Rudloff

deps

5. By Pierre Rudloff

Building for oneiric

4. By Pierre Rudloff

build-essential dependency

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'debian'
2=== added file 'debian/README.source'
3--- debian/README.source 1970-01-01 00:00:00 +0000
4+++ debian/README.source 2012-01-20 00:15:39 +0000
5@@ -0,0 +1,9 @@
6+macports for Debian
7+-------------------
8+
9+<this file describes information about the source package, see Debian policy
10+manual section 4.14. You WILL either need to modify or delete this file>
11+
12+
13+
14+
15
16=== added file 'debian/changelog'
17--- debian/changelog 1970-01-01 00:00:00 +0000
18+++ debian/changelog 2012-01-20 00:15:39 +0000
19@@ -0,0 +1,5 @@
20+macports (2.0.3-1) oneiric; urgency=low
21+
22+ * Initial release
23+
24+ -- Pierre Rudloff <rudloff@strasweb.fr> Fri, 06 Jan 2012 13:16:09 +0100
25
26=== added file 'debian/compat'
27--- debian/compat 1970-01-01 00:00:00 +0000
28+++ debian/compat 2012-01-20 00:15:39 +0000
29@@ -0,0 +1,1 @@
30+8
31
32=== added file 'debian/control'
33--- debian/control 1970-01-01 00:00:00 +0000
34+++ debian/control 2012-01-20 00:15:39 +0000
35@@ -0,0 +1,18 @@
36+Source: macports
37+Section: admin
38+Priority: extra
39+Maintainer: Pierre Rudloff <rudloff@strasweb.fr>
40+Build-Depends: debhelper (>= 8.0.0), autotools-dev, freebsd-buildutils, rsync, binutils, tcl, tcl-dev, tclthread, libc6-dev, gnustep-core-devel, openssl, libsqlite3-dev, curl, libcurl4-openssl-dev
41+Standards-Version: 3.9.2
42+Homepage: http://www.macports.org/
43+Vcs-Svn: https://svn.macports.org/repository/macports/trunk
44+Vcs-Browser: http://trac.macports.org/browser
45+
46+Package: macports
47+Architecture: any
48+Depends: ${shlibs:Depends}, ${misc:Depends}, freebsd-buildutils, rsync, binutils, tclthread, gnustep-core-devel, openssl, libsqlite3-dev, curl, libcurl4-openssl-dev
49+Description: Package manager for Darwin
50+ The MacPorts Project is an open-source community initiative to design
51+ an easy-to-use system for compiling, installing, and upgrading either
52+ command-line, X11 or Aqua based open-source software on the
53+ Mac OS X operating system.
54
55=== added file 'debian/copyright'
56--- debian/copyright 1970-01-01 00:00:00 +0000
57+++ debian/copyright 2012-01-20 00:15:39 +0000
58@@ -0,0 +1,13 @@
59+Format: http://dep.debian.net/deps/dep5
60+Upstream-Name: macports
61+Source: http://www.macports.org/
62+
63+Files: *
64+Copyright: 2002–2012 The MacPorts Project
65+License: BSD License
66+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
67+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
68+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
69+ .
70+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
71+
72
73=== added file 'debian/docs'
74--- debian/docs 1970-01-01 00:00:00 +0000
75+++ debian/docs 2012-01-20 00:15:39 +0000
76@@ -0,0 +1,1 @@
77+NEWS
78
79=== added file 'debian/rules'
80--- debian/rules 1970-01-01 00:00:00 +0000
81+++ debian/rules 2012-01-20 00:15:39 +0000
82@@ -0,0 +1,24 @@
83+#!/usr/bin/make -f
84+# -*- makefile -*-
85+# Sample debian/rules that uses debhelper.
86+# This file was originally written by Joey Hess and Craig Small.
87+# As a special exception, when this file is copied by dh-make into a
88+# dh-make output file, you may use that output file without restriction.
89+# This special exception was added by Craig Small in version 0.37 of dh-make.
90+
91+# Uncomment this to turn on verbose mode.
92+#export DH_VERBOSE=1
93+
94+PATH:=${PATH}:/usr/lib/freebsd
95+%:
96+ rm -f doc/*.gz
97+ dh $@
98+override_dh_auto_configure:
99+ dh_auto_configure -- --prefix=/opt/local --with-objc-runtime=GNU --with-objc-foundation=GNU --with-no-root-privileges CC=/usr/bin/gcc
100+override_dh_auto_test:
101+override_dh_auto_install:
102+ dh_auto_install
103+ mkdir -p debian/macports/var/macports/registry/
104+override_dh_fixperms:
105+ dh_fixperms
106+ chmod 777 debian/macports/var/macports/registry/
107
108=== added directory 'debian/source'

Subscribers

People subscribed via source and target branches

to all changes: