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

git-migration: Changes to 'master'



 scripts/xfonts-100dpi    |   20 ++++++++++++++++++++
 scripts/xfonts-75dpi     |   20 ++++++++++++++++++++
 scripts/xfonts-base      |   20 ++++++++++++++++++++
 scripts/xfonts-cyrillic  |   20 ++++++++++++++++++++
 scripts/xfonts-encodings |   20 ++++++++++++++++++++
 scripts/xfonts-scalable  |   20 ++++++++++++++++++++
 scripts/xfonts-utils     |   20 ++++++++++++++++++++
 scripts/xorg             |   20 ++++++++++++++++++++
 8 files changed, 160 insertions(+)

New commits:
commit c8108bfa4939eb11e686795b5d570e24c88ac3d2
Author: David Nusinow <dnusinow@debian.org>
Date:   Tue Feb 6 22:19:11 2007 -0500

    add debian/xorg conversion script

diff --git a/scripts/xorg b/scripts/xorg
new file mode 100755
index 0000000..6748e08
--- /dev/null
+++ b/scripts/xorg
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+TOP="$(dirname $0)/.."
+
+if [ -f $TOP/common ]; then
+	. $TOP/common
+fi
+
+TARGET="xorg"
+TRUNK="
+	${svn_prefix}branches/modular/debian/xorg
+	${svn_prefix}trunk/debian/xorg
+"
+TAGS="${svn_prefix}tags/debian/xorg/"
+BRANCHES="
+	${svn_prefix}branches/etch/debian/xorg(etch)
+"
+
+import_module -i -o trunk
+

commit 7c5bb14007367d200d39335a9bae3321faa28be5
Author: David Nusinow <dnusinow@debian.org>
Date:   Tue Feb 6 21:18:33 2007 -0500

    Add xfonts migration scripts

diff --git a/scripts/xfonts-100dpi b/scripts/xfonts-100dpi
new file mode 100755
index 0000000..7318b21
--- /dev/null
+++ b/scripts/xfonts-100dpi
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+TOP="$(dirname $0)/.."
+
+if [ -f $TOP/common ]; then
+	. $TOP/common
+fi
+
+TARGET="xfonts-100dpi"
+TRUNK="
+	${svn_prefix}branches/modular/font/xfonts-100dpi
+	${svn_prefix}trunk/font/xfonts-100dpi
+"
+TAGS="${svn_prefix}tags/font/xfonts-100dpi/"
+BRANCHES="
+	${svn_prefix}branches/etch/font/xfonts-100dpi(etch)
+"
+
+import_module -i -o trunk
+
diff --git a/scripts/xfonts-75dpi b/scripts/xfonts-75dpi
new file mode 100755
index 0000000..441a8ff
--- /dev/null
+++ b/scripts/xfonts-75dpi
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+TOP="$(dirname $0)/.."
+
+if [ -f $TOP/common ]; then
+	. $TOP/common
+fi
+
+TARGET="xfonts-75dpi"
+TRUNK="
+	${svn_prefix}branches/modular/font/xfonts-75dpi
+	${svn_prefix}trunk/font/xfonts-75dpi
+"
+TAGS="${svn_prefix}tags/font/xfonts-75dpi/"
+BRANCHES="
+	${svn_prefix}branches/etch/font/xfonts-75dpi(etch)
+"
+
+import_module -i -o trunk
+
diff --git a/scripts/xfonts-base b/scripts/xfonts-base
new file mode 100755
index 0000000..e722ce0
--- /dev/null
+++ b/scripts/xfonts-base
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+TOP="$(dirname $0)/.."
+
+if [ -f $TOP/common ]; then
+	. $TOP/common
+fi
+
+TARGET="xfonts-base"
+TRUNK="
+	${svn_prefix}branches/modular/font/xfonts-base
+	${svn_prefix}trunk/font/xfonts-base
+"
+TAGS="${svn_prefix}tags/font/xfonts-base/"
+BRANCHES="
+	${svn_prefix}branches/etch/font/xfonts-base(etch)
+"
+
+import_module -i -o trunk
+
diff --git a/scripts/xfonts-cyrillic b/scripts/xfonts-cyrillic
new file mode 100755
index 0000000..a20ecd2
--- /dev/null
+++ b/scripts/xfonts-cyrillic
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+TOP="$(dirname $0)/.."
+
+if [ -f $TOP/common ]; then
+	. $TOP/common
+fi
+
+TARGET="xfonts-cyrillic"
+TRUNK="
+	${svn_prefix}branches/modular/font/xfonts-cyrillic
+	${svn_prefix}trunk/font/xfonts-cyrillic
+"
+TAGS="${svn_prefix}tags/font/xfonts-cyrillic/"
+BRANCHES="
+	${svn_prefix}branches/etch/font/xfonts-cyrillic(etch)
+"
+
+import_module -i -o trunk
+
diff --git a/scripts/xfonts-encodings b/scripts/xfonts-encodings
new file mode 100755
index 0000000..628dc18
--- /dev/null
+++ b/scripts/xfonts-encodings
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+TOP="$(dirname $0)/.."
+
+if [ -f $TOP/common ]; then
+	. $TOP/common
+fi
+
+TARGET="xfonts-encodings"
+TRUNK="
+	${svn_prefix}branches/modular/font/xfonts-encodings
+	${svn_prefix}trunk/font/xfonts-encodings
+"
+TAGS="${svn_prefix}tags/font/xfonts-encodings/"
+BRANCHES="
+	${svn_prefix}branches/etch/font/xfonts-encodings(etch)
+"
+
+import_module -i -o trunk
+
diff --git a/scripts/xfonts-scalable b/scripts/xfonts-scalable
new file mode 100755
index 0000000..89ac71f
--- /dev/null
+++ b/scripts/xfonts-scalable
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+TOP="$(dirname $0)/.."
+
+if [ -f $TOP/common ]; then
+	. $TOP/common
+fi
+
+TARGET="xfonts-scalable"
+TRUNK="
+	${svn_prefix}branches/modular/font/xfonts-scalable
+	${svn_prefix}trunk/font/xfonts-scalable
+"
+TAGS="${svn_prefix}tags/font/xfonts-scalable/"
+BRANCHES="
+	${svn_prefix}branches/etch/font/xfonts-scalable(etch)
+"
+
+import_module -i -o trunk
+
diff --git a/scripts/xfonts-utils b/scripts/xfonts-utils
new file mode 100755
index 0000000..abc878b
--- /dev/null
+++ b/scripts/xfonts-utils
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+TOP="$(dirname $0)/.."
+
+if [ -f $TOP/common ]; then
+	. $TOP/common
+fi
+
+TARGET="xfonts-utils"
+TRUNK="
+	${svn_prefix}branches/modular/font/xfonts-utils
+	${svn_prefix}trunk/font/xfonts-utils
+"
+TAGS="${svn_prefix}tags/font/xfonts-utils/"
+BRANCHES="
+	${svn_prefix}branches/etch/font/xfonts-utils(etch)
+"
+
+import_module -i -o trunk
+



Reply to: