Merge lp:~rockstar/dmedia/remove-debian into lp:~jderose/dmedia/trunk

Proposed by Paul Hummer
Status: Merged
Merged at revision: 103
Proposed branch: lp:~rockstar/dmedia/remove-debian
Merge into: lp:~jderose/dmedia/trunk
Diff against target: 77 lines (+0/-52)
5 files modified
debian/changelog (+0/-5)
debian/compat (+0/-1)
debian/control (+0/-19)
debian/copyright (+0/-24)
debian/rules (+0/-3)
To merge this branch: bzr merge lp:~rockstar/dmedia/remove-debian
Reviewer Review Type Date Requested Status
Jason Gerard DeRose Pending
Review via email: mp+40336@code.launchpad.net

Description of the change

This branch kills the debian branch in trunk. Essentially, this is what I did:

bzr branch lp:dmedia remove-packaging
cd remove-packaging
bzr rm debian
bzr commit

That's this branch. It will remove it. Then I created lp:~novacut-community/dmedia/packaging as a branch of this remove-packaging branch, and added the debian dir back in (with history) by essentially reversing the revision that removed the debian dir. This means that when you do a log on the debian/ files, you'll get history as far back as revno 1 of dmedia (assuming these files were in revno 1). I did by doing:

bzr merge . -r 103..102

This says "Merge in the revisions 103-102 of this branch" and since I specified the revisions backwards, it applies the diff backwards, essentially reversing it.

Feel free to take over ownership of lp:~novacut-community/dmedia/packaging. I just needed a place to put the followup branch that wasn't me, it made the most sense there.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== removed directory 'debian'
=== removed file 'debian/changelog'
--- debian/changelog 2010-11-07 20:04:15 +0000
+++ debian/changelog 1970-01-01 00:00:00 +0000
@@ -1,5 +0,0 @@
1dmedia (0.0.4-0ubuntu1) maverick; urgency=low
2
3 * New release
4
5 -- Jason Gerard DeRose <jderose@jasonderose.org> Sun, 07 Nov 2010 20:02:10 +0000
60
=== removed file 'debian/compat'
--- debian/compat 2010-05-08 22:01:47 +0000
+++ debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
17
20
=== removed file 'debian/control'
--- debian/control 2010-10-22 05:13:35 +0000
+++ debian/control 1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
1Source: dmedia
2Section: python
3Priority: optional
4Maintainer: Jason Gerard DeRose <jderose@jasonderose.org>
5Build-Depends: debhelper (>= 7.4), python (>= 2.6), python-central
6Standards-Version: 3.8.4
7XS-Python-Version: >= 2.6
8
9Package: python-dmedia
10Architecture: all
11Depends: ${misc:Depends}, ${python:Depends}, python-desktopcouch-records, totem, libimage-exiftool-perl, python-genshi, python-webkit, python-paste
12XB-Python-Version: ${python:Versions}
13Description: distributed media library
14 A simple distributed media library. Media files are given a globally unique ID
15 based on their content-hash. Meta-data is stored in CouchDB. Meta-data for a
16 large number of media files can be available locally (meta-data is small).
17 Actual media files can be loaded on-demand from peers or cloud when not
18 available locally (media files are big). Goals are to make synchronization
19 super easy, and to lay groundwork for a distributed content creation workflow.
200
=== removed file 'debian/copyright'
--- debian/copyright 2010-05-09 22:35:32 +0000
+++ debian/copyright 1970-01-01 00:00:00 +0000
@@ -1,24 +0,0 @@
1Debianized by Jason Gerard DeRose <jderose@jasonderose.org> 2010-05-08
2
3Upstream authors:
4
5| Jason Gerard DeRose <jderose@jasonderose.org>
6
7Copyright and license:
8
9| Copyright (C) 2010 Jason Gerard DeRose <jderose@jasonderose.org>
10|
11| This file is part of `dmedia`.
12|
13| `dmedia` is free software: you can redistribute it and/or modify it under the
14| terms of the GNU Lesser General Public License as published by the Free
15| Software Foundation, either version 3 of the License, or (at your option) any
16| later version.
17|
18| `dmedia` is distributed in the hope that it will be useful, but WITHOUT ANY
19| WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
20| A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
21| details.
22|
23| You should have received a copy of the GNU Lesser General Public License along
24| with `dmedia`. If not, see <http://www.gnu.org/licenses/>.
250
=== removed file 'debian/rules'
--- debian/rules 2010-05-08 22:01:47 +0000
+++ debian/rules 1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
1#!/usr/bin/make -f
2%:
3 dh $@

Subscribers

People subscribed via source and target branches