summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild21
-rw-r--r--changelog6
-rw-r--r--control4
-rw-r--r--fakeroot-1.18.2.orig.tar.bz2 (renamed from fakeroot-1.18.2.tar.bz2)bin303775 -> 303775 bytes
-rw-r--r--fakeroot-doc.pkg/control2
-rw-r--r--fakeroot-doc.pkg/files (renamed from fakeroot-doc.pkg/install)0
-rw-r--r--fakeroot.pkg/control2
-rw-r--r--fakeroot.pkg/docs0
-rw-r--r--fakeroot.pkg/files (renamed from fakeroot.pkg/install)0
-rw-r--r--format2
10 files changed, 20 insertions, 17 deletions
diff --git a/build b/build
index 473b291..11d7d1b 100755
--- a/build
+++ b/build
@@ -1,15 +1,14 @@
#! /usr/bin/make -f
-fakeroot fakeroot-doc: fakeroot.buildstamp
-
-.SILENT: fakeroot.buildstamp
-fakeroot.buildstamp:
+build:
cd src && \
./configure --prefix=/usr && \
- make && make DESTDIR=$$(pwd)/../dest install
- oh-strip -gl /usr/lib/libfakeroot-0.so
- oh-installfiles fakeroot fakeroot-doc
- oh-installdocs fakeroot
- oh-gencontrol fakeroot fakeroot-doc
- oh-buildopk fakeroot fakeroot-doc
- touch fakeroot.buildstamp
+ make && \
+ cd ..
+
+install:
+ cd src && \
+ make DESTDIR=$$(pwd)/../dest install && \
+ cd ..
+ #oh-strip -g
+ oh-installfiles
diff --git a/changelog b/changelog
index 0c58caf..62fd851 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.18.2-2) trunk
+
+ * Update to SPF 2.0.
+
+ -- "P. J. McDermott" <pjm@nac.net> Fri, 19 Oct 2012 23:16:44 -0400
+
fakeroot (1.18.2-1)
* Initial release.
diff --git a/control b/control
index 013af18..dd719aa 100644
--- a/control
+++ b/control
@@ -1,5 +1,3 @@
-Source: fakeroot
-Version: 1.18.2-1
Maintainer: "P. J. McDermott" <pjm@nac.net>
-Build-Depends: make, gcc-4.6, libgcc.1, libc-dev
+Build-Depends: make, gcc-4.6, libgcc.1, libc-dev, opkhelper-3.0
Homepage: http://anonscm.debian.org/gitweb/?p=users/clint/fakeroot.git;a=summary
diff --git a/fakeroot-1.18.2.tar.bz2 b/fakeroot-1.18.2.orig.tar.bz2
index fd53678..fd53678 100644
--- a/fakeroot-1.18.2.tar.bz2
+++ b/fakeroot-1.18.2.orig.tar.bz2
Binary files differ
diff --git a/fakeroot-doc.pkg/control b/fakeroot-doc.pkg/control
index 4659134..86537aa 100644
--- a/fakeroot-doc.pkg/control
+++ b/fakeroot-doc.pkg/control
@@ -1,5 +1,5 @@
-Package: fakeroot-doc
Architecture: all
+Platform: all
Depends: fakeroot
Description: tool for simulating superuser privileges - documentation
fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC
diff --git a/fakeroot-doc.pkg/install b/fakeroot-doc.pkg/files
index 0ddb634..0ddb634 100644
--- a/fakeroot-doc.pkg/install
+++ b/fakeroot-doc.pkg/files
diff --git a/fakeroot.pkg/control b/fakeroot.pkg/control
index 07fbe97..f448d5b 100644
--- a/fakeroot.pkg/control
+++ b/fakeroot.pkg/control
@@ -1,5 +1,5 @@
-Package: fakeroot
Architecture: any
+Platform: all
Description: tool for simulating superuser privileges
fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC
(or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other
diff --git a/fakeroot.pkg/docs b/fakeroot.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/fakeroot.pkg/docs
diff --git a/fakeroot.pkg/install b/fakeroot.pkg/files
index 0324523..0324523 100644
--- a/fakeroot.pkg/install
+++ b/fakeroot.pkg/files
diff --git a/format b/format
index d3827e7..cd5ac03 100644
--- a/format
+++ b/format
@@ -1 +1 @@
-1.0
+2.0