...
authorxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Sat, 2 Feb 2008 12:49:56 +0000 (12:49 +0000)
committerxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Sat, 2 Feb 2008 12:49:56 +0000 (12:49 +0000)
git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@66 251d49ef-1d17-4917-a970-b30cf55b089b

13 files changed:
Makefile
deb/changelog [moved from debian/changelog with 100% similarity]
deb/compat [moved from debian/compat with 100% similarity]
deb/conffiles [moved from debian/conffiles with 100% similarity]
deb/copyright [moved from debian/copyright with 100% similarity]
deb/dirs [moved from debian/dirs with 100% similarity]
deb/postinst [moved from debian/postinst with 100% similarity]
deb/postrm [moved from debian/postrm with 100% similarity]
deb/preinst [moved from debian/preinst with 100% similarity]
deb/prometheus.control [moved from debian/prometheus.control with 100% similarity]
deb/rules [moved from debian/rules with 100% similarity]
debian-alt/prometheus.conffiles [deleted file]
debian-alt/prometheus.control [deleted file]

index 45ac40f4beb273d13d7ecc5064796e99d58ba69c..98df0556f8b89c52aa7464e2e9e942255b7e0c4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ main: prometheus
 deb: main
        arch=`dpkg-architecture -qDEB_HOST_ARCH`
        maintainer="gandalf <gandalf@arachne.cz>"
 deb: main
        arch=`dpkg-architecture -qDEB_HOST_ARCH`
        maintainer="gandalf <gandalf@arachne.cz>"
-       #patch -Nl <deb/prometheus.patch
-       sed -e "s/__ARCHITECTURE__/$(arch)/" -e "s/__VERSION__/($VERSION)/" -e "s/__PACKAGE__/($PACKAGE)/" -e "s/__MAINTAINER__/$(maintainer)/" deb/prometheus.control > deb/control
+       #patch -Nl <debian/prometheus.patch
+       sed -e "s/__ARCHITECTURE__/$(arch)/" -e "s/__VERSION__/($VERSION)/" -e "s/__PACKAGE__/($PACKAGE)/" -e "s/__MAINTAINER__/$(maintainer)/" debian/prometheus.control > debian/control
        dpkg-buildpackage
 
 tgz: clean
        dpkg-buildpackage
 
 tgz: clean
similarity index 100%
rename from debian/changelog
rename to deb/changelog
similarity index 100%
rename from debian/compat
rename to deb/compat
similarity index 100%
rename from debian/conffiles
rename to deb/conffiles
similarity index 100%
rename from debian/copyright
rename to deb/copyright
similarity index 100%
rename from debian/dirs
rename to deb/dirs
similarity index 100%
rename from debian/postinst
rename to deb/postinst
similarity index 100%
rename from debian/postrm
rename to deb/postrm
similarity index 100%
rename from debian/preinst
rename to deb/preinst
similarity index 100%
rename from debian/rules
rename to deb/rules
diff --git a/debian-alt/prometheus.conffiles b/debian-alt/prometheus.conffiles
deleted file mode 100644 (file)
index 9627fc8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/etc/prometheus/prometheus.conf
-/etc/prometheus/hosts
-/etc/cron.d/prometheus
diff --git a/debian-alt/prometheus.control b/debian-alt/prometheus.control
deleted file mode 100644 (file)
index 239150b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: __PACKAGE__
-Version: __VERSION__
-Architecture: __ARCHITECTURE__
-Depends: iptables, iproute
-Maintainer: __MAINTAINER__
-Description: Prometheus QoS (traffic shaper replacement for ISPs)
This page took 0.227842 seconds and 4 git commands to generate.