aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authoropenvcdiff@gmail.com <openvcdiff@gmail.com@132ac840-3546-0410-a738-d3f8764196be>2011-09-27 21:51:41 +0000
committeropenvcdiff@gmail.com <openvcdiff@gmail.com@132ac840-3546-0410-a738-d3f8764196be>2011-09-27 21:51:41 +0000
commit64fe2324403ea78dbd781073f4e5b34768676e2c (patch)
tree0b482d2f7b6dc470bd09c85253c304e8b45db167 /packages
parenta97d4eda31d4882ebcc1922ccabcabdd198f898f (diff)
downloadopen-vcdiff-64fe2324403ea78dbd781073f4e5b34768676e2c.tar.gz
Tue, 27 Sep 2011 10:30:38 -0700 Google Inc. <opensource@google.com>
Release version 0.8.2 with the following changes: * Issue #29: Include public header format_extension_flags.h in the Debian package libvcdenc-dev. * Issue #31: Add missing license text to codetablewriter_interface.h and to the packaging scripts. git-svn-id: http://open-vcdiff.googlecode.com/svn/trunk@39 132ac840-3546-0410-a738-d3f8764196be
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/deb.sh16
-rw-r--r--packages/deb/changelog6
-rw-r--r--packages/deb/libvcdenc-dev.install1
-rwxr-xr-xpackages/rpm.sh16
4 files changed, 37 insertions, 2 deletions
diff --git a/packages/deb.sh b/packages/deb.sh
index 31b423c..8f039eb 100755
--- a/packages/deb.sh
+++ b/packages/deb.sh
@@ -1,5 +1,19 @@
#!/bin/bash -e
-
+# Copyright 2005 Google Inc.
+# Author: Craig Silverstein
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
# This takes one commandline argument, the name of the package. If no
# name is given, then we'll end up just using the name associated with
# an arbitrary .tar.gz file in the rootdir. That's fine: there's probably
diff --git a/packages/deb/changelog b/packages/deb/changelog
index bfd706a..fc0d9d5 100644
--- a/packages/deb/changelog
+++ b/packages/deb/changelog
@@ -1,3 +1,9 @@
+open-vcdiff (0.8.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Google Inc. <opensource@google.com> Tue, 27 Sep 2011 10:30:38 -0700
+
open-vcdiff (0.8.1-1) unstable; urgency=low
* New upstream release.
diff --git a/packages/deb/libvcdenc-dev.install b/packages/deb/libvcdenc-dev.install
index ee6556a..048fe8e 100644
--- a/packages/deb/libvcdenc-dev.install
+++ b/packages/deb/libvcdenc-dev.install
@@ -1,3 +1,4 @@
usr/lib/libvcdenc.la
usr/lib/libvcdenc.a
+usr/include/google/format_extension_flags.h
usr/include/google/vcencoder.h
diff --git a/packages/rpm.sh b/packages/rpm.sh
index 5395dc0..fbfa388 100755
--- a/packages/rpm.sh
+++ b/packages/rpm.sh
@@ -1,5 +1,19 @@
#!/bin/sh -e
-
+# Copyright 2005 Google Inc.
+# Author: Craig Silverstein
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
# Run this from the 'packages' directory, just under rootdir
# We can only build rpm packages, if the rpm build tools are installed